)]}'
{
  "log": [
    {
      "commit": "cde0ff39da2459b16007fef701ebaa449fb6fe9d",
      "tree": "9ba0f500505470043d6e78a30600419375d4c76f",
      "parents": [
        "d77a8525d5438cae49f670eb473ef60d87ca5f54"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 04 14:00:39 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 04 14:00:39 2020 +0200"
      },
      "message": "patch 8.2.0509: various code is not properly tested.\n\nProblem:    various code is not properly tested.\nSolution:   Add more tests. (Yegappan Lakshmanan, closes #5871)\n"
    },
    {
      "commit": "15c476023f3c5fb32eb1936c5eb5f0f5f413f3c7",
      "tree": "be750fc0469158a70a4908e8ac74779bfd9426c9",
      "parents": [
        "bea9023d4260349c130faf447aa8d4cbadeffab2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 26 22:16:48 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 26 22:16:48 2020 +0100"
      },
      "message": "patch 8.2.0459: cannot check if a function name is correct\n\nProblem:    Cannot check if a function name is correct.\nSolution:   Add \"?funcname\" to exists().\n"
    },
    {
      "commit": "c5a8fdc42dbd304598b2d73db754c7b97665b182",
      "tree": "aa5695fd3aca36ad2feca1a096cdc91c5991697b",
      "parents": [
        "d5bc32df207eae408263ae6ab737771365d0bca1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 22 20:13:39 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 22 20:13:39 2020 +0100"
      },
      "message": "patch 8.2.0429: no warning when test checks for option that never exists\n\nProblem:    No warning when test checks for option that never exists.\nSolution:   In tests check that the option can exist.\n"
    },
    {
      "commit": "7929651e05b081fe55e0e745725a7ad78c51be16",
      "tree": "547fffcb659d850bf483beb98ea214259f337adc",
      "parents": [
        "9b9be007e7d674f49fc2b650f840d08532b180ad"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 22 16:17:14 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 22 16:17:14 2020 +0100"
      },
      "message": "patch 8.2.0427: it is not possible to check for a typo in a feature name\n\nProblem:    It is not possible to check for a typo in a feature name.\nSolution:   Add an extra argument to has().\n"
    },
    {
      "commit": "3180fe6c6dc0728d21c6318b957022b029c234f0",
      "tree": "0217a018ee9c4011810e988396e775fe3ef9ecaa",
      "parents": [
        "3c01c4a02897163996639f6f2604c68eab2bd18b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Feb 02 13:47:06 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Feb 02 13:47:06 2020 +0100"
      },
      "message": "patch 8.2.0195: some tests fail when run in the GUI\n\nProblem:    Some tests fail when run in the GUI.\nSolution:   Make sure the window width is enough.  In the GUI run terminal Vim\n            in the terminal, if possible.\n"
    },
    {
      "commit": "7f829cab356d63b8e59559285593777a66bcc02b",
      "tree": "76c437516a8d0bec5c395cf7c517ce9e76574cc8",
      "parents": [
        "0b76ad53b30232093b96a74d5ce6f02395219456"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 31 22:12:41 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 31 22:12:41 2020 +0100"
      },
      "message": "patch 8.2.0188: Check commands don\u0027t work well with Vim9 script\n\nProblem:    Check commands don\u0027t work well with Vim9 script.\nSolution:   Improve constant expression handling.\n"
    },
    {
      "commit": "9134f1ecd41207045db3cb47f0269497980395ad",
      "tree": "8e9d1a099c603683cd365b0d70cc65f3b3a4247b",
      "parents": [
        "68e9e5f7fccb8038cf0ca5b5d95c85a923152f46"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 29 20:26:13 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 29 20:26:13 2019 +0100"
      },
      "message": "patch 8.1.2358: tests fail on Cirrus CI for FreeBSD\n\nProblem:    Tests fail on Cirrus CI for FreeBSD.\nSolution:   Fix a test and skip some. (Christian Brabandt, closes #5281)\n"
    },
    {
      "commit": "07282f01da06c158bab4787adc89ec15d7eeb202",
      "tree": "ef74e4e842d0b3f04cd2ebb99f452ee2848f62a8",
      "parents": [
        "a129974bc71fcb86e05a29387bcaba9aae2f296a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 10 16:46:17 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 10 16:46:17 2019 +0200"
      },
      "message": "patch 8.1.2133: some tests fail when run as root\n\nProblem:    Some tests fail when run as root.\nSolution:   Add CheckNotRoot and use it. (James McCoy, closes #5020)\n"
    },
    {
      "commit": "2514315fc2530170ad7681e45e2b6d1f0680c9eb",
      "tree": "23f9ed7abee3dace0c404dfdce97390380fb8c63",
      "parents": [
        "088e8e3443520dec91a384081e66445a104810bb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 09 14:13:57 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 09 14:13:57 2019 +0200"
      },
      "message": "patch 8.1.1831: confusing skipped message\n\nProblem:    Confusing skipped message.\nSolution:   Drop \"run\" from \"run start the GUI\".\n"
    },
    {
      "commit": "8c5a278fc508da6dfe50e69b6ee734451aa4eafb",
      "tree": "8a07c54e9ea8667a88f4aa2566e3c3c314727751",
      "parents": [
        "b59e7357722d977830948572a395f0a175c7ded8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 07 23:07:07 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 07 23:07:07 2019 +0200"
      },
      "message": "patch 8.1.1826: tests use hand coded feature and option checks\n\nProblem:    Tests use hand coded feature and option checks.\nSolution:   Use the commands from check.vim in more tests.\n"
    },
    {
      "commit": "3c8ee629745737aa231fdd123826ae021e398e49",
      "tree": "ede1f3b7673776045644a1059d14af30295cfe51",
      "parents": [
        "ac92e25a33c37ec5becbfffeccda136c73b761ac"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 03 22:55:50 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 03 22:55:50 2019 +0200"
      },
      "message": "patch 8.1.1804: no test for display updating without a scroll region\n\nProblem:    No test for display updating without a scroll region.\nSolution:   Add a test.\n"
    },
    {
      "commit": "4641a122f2ffb820ec6d05526532ab38930c5286",
      "tree": "638c53ae9b77dae4daf7a25e36031739e3886263",
      "parents": [
        "eee9f65b2a213e9031f172d9d3b22adad6cb985d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 29 22:10:23 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 29 22:10:23 2019 +0200"
      },
      "message": "patch 8.1.1776: text added with a job isn\u0027t displayed\n\nProblem:    Text added with a job to another buffer isn\u0027t displayed.\nSolution:   Update topline after adding a line. (closes #4745)\n"
    },
    {
      "commit": "b46fecd3454399f8ebdc5055302e4bfc5a10f98b",
      "tree": "de87b06c8fed73aee6e5aa90c300023aa3602afa",
      "parents": [
        "b6e3b88ec8b757b3acf940f8b4938e975c39ba67"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 15 17:58:09 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 15 17:58:09 2019 +0200"
      },
      "message": "patch 8.1.1544: some balloon tests don\u0027t run when they can\n\nProblem:    Some balloon tests don\u0027t run when they can.\nSolution:   Split GUI balloon tests off into a separate file. (Ozaki Kiichi,\n            closes #4538)  Change the feature check into a command for\n            consistency.\n"
    }
  ]
}
