)]}'
{
  "log": [
    {
      "commit": "966e58e413ffa88af8d748e697aa2999571fcd7b",
      "tree": "4f62a3029956f9d677337e1fb5ce698260aa739d",
      "parents": [
        "c5e2b040b490c2f4dd50c945840bc176bfcccb29"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 05 16:54:08 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 05 16:54:08 2017 +0200"
      },
      "message": "patch 8.0.0623: error for invalid regexp is not very informative\n\nProblem:    The message \"Invalid range\" is used for multiple errors.\nSolution:   Add two more specific error messages. (Itchyny, Ken Hamada)\n"
    },
    {
      "commit": "13489b9c41922b9ecb16fa47564ec76641515c08",
      "tree": "1e0b3c86fa3ce9f02b8f3cf183c4c1db3c87800b",
      "parents": [
        "ef8eb0897819099fb00d675afb9bffe1d008c45e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 30 22:20:29 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 30 22:20:29 2017 +0200"
      },
      "message": "patch 8.0.0529: line in test commented out\n\nProblem:    Line in test commented out.\nSolution:   Uncomment the lines for character classes that were failing before\n            8.0.0519. (Dominique Pelle, closes #1599)\n"
    },
    {
      "commit": "0c078fc7db2902d4ccba04506db082ddbef45a8c",
      "tree": "7c142af9692ea6315986e3d2239e8d3f143f6881",
      "parents": [
        "c6cd8409c2993b1476e123fba11cb4b8d743b896"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Mar 29 15:31:20 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Mar 29 15:31:20 2017 +0200"
      },
      "message": "patch 8.0.0519: character classes are not well tested\n\nProblem:    Character classes are not well tested. They can differ between\n            platforms.\nSolution:   Add tests.  In the documentation make clear which classes depend\n            on what library function.  Only use :cntrl: and :graph: for ASCII.\n            (Kazunobu Kuriyama, Dominique Pelle, closes #1560)\n            Update the documentation.\n"
    },
    {
      "commit": "d3c907b5d2b352482b580a0cf687cbbea4c19ea1",
      "tree": "4ef356217c0b95e6f6ee5b5d3bb756c103ef8b82",
      "parents": [
        "6bff02eb530aa29aafa2cb5627399837be7a5dd5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 17 21:32:09 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 17 21:32:09 2016 +0200"
      },
      "message": "patch 7.4.2223\nProblem:    Buffer overflow when using latin1 character with feedkeys().\nSolution:   Check for an illegal character.  Add a test.\n"
    },
    {
      "commit": "6bff02eb530aa29aafa2cb5627399837be7a5dd5",
      "tree": "bbdc08501666f8c44b1bc16b8f4724360555b398",
      "parents": [
        "91984b9034d3b698459622be277d963e0c6df60e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 16 22:50:55 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 16 22:50:55 2016 +0200"
      },
      "message": "patch 7.4.2222\nProblem:    Sourcing a script where a character has 0x80 as a second byte does\n            not work. (Filipe L B Correia)\nSolution:   Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian\n            Brabandt, closes #728)  Add a test case.\n"
    },
    {
      "commit": "ac105ed3c420660ddbddc501c97875c48220817e",
      "tree": "af1f72494dadb3775100f85e65c8e0e970879e56",
      "parents": [
        "dfd63e30d13fff5603416b6c7e247cebeb003eb0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jul 21 20:33:32 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jul 21 20:33:32 2016 +0200"
      },
      "message": "patch 7.4.2086\nProblem:    Using the system default encoding makes tests unpredictable.\nSolution:   Always use utf-8 or latin1 in the new style tests.  Remove setting\n            encoding and scriptencoding where it is not needed.\n"
    },
    {
      "commit": "490465bda6ab66f78041709cc02f48a25486a3e5",
      "tree": "ff2ee461fe6f042ffedb26d2fba99dcd5b9f2329",
      "parents": [
        "8e9eb3a6a1e589949f1c878c839528d917fdfc4a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 24 15:11:02 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 24 15:11:02 2016 +0200"
      },
      "message": "patch 7.4.1785\nProblem:    Regexp test fails on windows.\nSolution:   set \u0027isprint\u0027 to the right value for testing.\n"
    },
    {
      "commit": "af98a49dd0ef1661b4998f118151fddbf6e4df75",
      "tree": "471ad9685408d9f1035e24f1ad02fa522fe46c30",
      "parents": [
        "fca66003053f8c0da5161d1fe4b75b3a389934b5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 24 14:40:12 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 24 14:40:12 2016 +0200"
      },
      "message": "patch 7.4.1783\nProblem:    The old regexp engine doesn\u0027t handle character classes correctly.\n            (Manuel Ortega)\nSolution:   Use regmbc() instead of regc().  Add a test.\n"
    },
    {
      "commit": "22e421549d54147d003f6444de007cb1d73f1d27",
      "tree": "901cec6c4b1a2e78966da581eac144063f234ad7",
      "parents": [
        "71fb0c146bef08dc276fc5793bd47366e6e0f32a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 03 14:02:02 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 03 14:02:02 2016 +0200"
      },
      "message": "patch 7.4.1700\nProblem:    Equivalence classes are not properly tested.\nSolution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)\n"
    }
  ]
}
