)]}'
{
  "log": [
    {
      "commit": "5babc6e858afbfa54aa0e203a64b9c70175487b7",
      "tree": "b6fe7ec5b3a424219c9eacf193908b2095eea1ec",
      "parents": [
        "997d42427eaab889058eb047e08d55de9e4a968a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 14 21:55:51 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 14 21:55:51 2019 +0200"
      },
      "message": "patch 8.1.2031: cursor position wrong when resizing and using conceal\n\nProblem:    Cursor position wrong when resizing and using conceal.\nSolution:   Set the flags that the cursor position is valid when setting the\n            row and column during redrawing. (closes #4931)\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": "5d30ff19648d2ff0696cea97582b902f6a4ec0ba",
      "tree": "2b932551af5b577566f7d024d6491127ede12451",
      "parents": [
        "f6d50f1da8ed22cd6ff37ade965684dd1fa67a2c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 06 16:12:12 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 06 16:12:12 2019 +0200"
      },
      "message": "patch 8.1.1483: skipped tests are not properly listed\n\nProblem:    Skipped tests are not properly listed.\nSolution:   Throw a \"Skipped\" exception instead of using \":finish\" or \":return\".\n"
    },
    {
      "commit": "c79745a82faeb5a6058e915ca49a4c69fa60ea01",
      "tree": "be7dc4ecffe429763159bfef2f95c06ea7fb8b67",
      "parents": [
        "0b0ad35c339b8ad156df493bebeb77e02b32b120"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon May 20 22:12:34 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon May 20 22:12:34 2019 +0200"
      },
      "message": "patch 8.1.1362: code and data in tests can be hard to read\n\nProblem:    Code and data in tests can be hard to read.\nSolution:   Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)\n"
    },
    {
      "commit": "bbee8d5122b159683b3f52eddd0da85fcf1fcbfd",
      "tree": "49e9596818b1c4fdc21c0e9ee7876dfff6b78a5c",
      "parents": [
        "99b1272f88a493421d438e5e184003763efb4b8f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jan 14 21:51:40 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jan 14 21:51:40 2019 +0100"
      },
      "message": "patch 8.1.0746: highlighting not updated with conceal and \u0027cursorline\u0027\n\nProblem:    Highlighting not updated with conceal and \u0027cursorline\u0027. (Jason\n            Franklin)\nSolution:   Do not use a zero line number.  Check if \u0027conceallevel\u0027 is set for\n            the current window.\n"
    },
    {
      "commit": "465e8b5985908596261cef9d671024ed8ded1ce3",
      "tree": "907001f31f1e0bd65bd2b61ed6fd4c505a4ce5c0",
      "parents": [
        "46fd6bf2b6395f5850905525fa763803a14b093d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 11 20:42:28 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 11 20:42:28 2019 +0100"
      },
      "message": "patch 8.1.0725: conceal mode is not completely tested\n\nProblem:    Conceal mode is not completely tested.\nSolution:   Add tests for moving the cursor in Insert mode.\n"
    },
    {
      "commit": "429ab1761ea9123777c9540ddb35ffa497a7e349",
      "tree": "8268596b47feefa6f52135396c97973c220b26fd",
      "parents": [
        "5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 11 15:54:45 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 11 15:54:45 2019 +0100"
      },
      "message": "patch 8.1.0721: conceal mode is not sufficiently tested\n\nProblem:    Conceal mode is not sufficiently tested.\nSolution:   Add screendump tests.  Check all \u0027concealcursor\u0027 values.\n"
    }
  ]
}
