)]}'
{
  "log": [
    {
      "commit": "c1c365c1ca4881488c4fc419b4d5e579b89ef2ed",
      "tree": "d32cb77aace1caf8261fa347a4cebe8ae45cc8d2",
      "parents": [
        "b21b8e9ed081a6ef6b6745fe65d219b3ac046c3b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Dec 04 20:13:24 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Dec 04 20:13:24 2022 +0000"
      },
      "message": "patch 9.0.1001: classes are not documented or implemented yet\n\nProblem:    Classes are not documented or implemented yet.\nSolution:   Make the first steps at documenting Vim9 objects, classes and\n            interfaces.  Make initial choices for the syntax.  Add a skeleton\n            implementation.  Add \"public\" and \"this\" in the command table.\n"
    },
    {
      "commit": "4c5678ff0c376661d4a8183a5a074a1203413b9d",
      "tree": "2ddd73cae34d17f2eb4290fda1131bb63f4a0fab",
      "parents": [
        "a87749e3eae3f918b6678f45cf975f0cf06d3e97"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Nov 30 18:12:19 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Nov 30 18:12:19 2022 +0000"
      },
      "message": "patch 9.0.0977: it is not easy to see what client-server commands are doing\n\nProblem:    It is not easy to see what client-server commands are doing.\nSolution:   Add channel log messages if ch_log() is available.  Move the\n            channel logging and make it available with the +eval feature.\n"
    },
    {
      "commit": "25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e",
      "tree": "cad6a29143eba1f1245e3e74a85813e1a44741f5",
      "parents": [
        "bf499c0e6f30a94fe062f83ea0190f93178d0d74"
      ],
      "author": {
        "name": "Martin Tournoij",
        "email": "martin@arp242.net",
        "time": "Sat Oct 08 19:26:41 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 08 19:26:41 2022 +0100"
      },
      "message": "patch 9.0.0700: there is no real need for a \"big\" build\n\nProblem:    There is no real need for a \"big\" build.\nSolution:   Move common features to \"normal\" build, less often used features\n            to the \"huge\" build. (Martin Tournoij, closes #11283)\n"
    },
    {
      "commit": "7904fa420eb577274c4c3711295240100167d495",
      "tree": "a38ab30cb4c947c2ebba45cd7ed711ffd2e719a7",
      "parents": [
        "4ba5f1dab656103e8f4a4505452d1816b9e83c1e"
      ],
      "author": {
        "name": "Martin Tournoij",
        "email": "martin@arp242.net",
        "time": "Tue Oct 04 16:28:45 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 04 16:28:45 2022 +0100"
      },
      "message": "patch 9.0.0657: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate the +cmdwin feature.  Now the tiny and small builds are\n            equal, drop the small build.  (Martin Tournoij, closes #11268)\n"
    },
    {
      "commit": "672776dbe8427876ef4bfce84520712df87b6eb1",
      "tree": "96bd350e3654192104bfa9480fa2056a2e94c40f",
      "parents": [
        "48a604845e33399893d6bf293e71bcd2a412800d"
      ],
      "author": {
        "name": "ichizok",
        "email": "gclient.gaap@gmail.com",
        "time": "Mon Jan 31 12:27:18 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jan 31 12:27:18 2022 +0000"
      },
      "message": "patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice\n\nProblem:    Generating nv_cmdidxs.h requires building Vim twice.\nSolution:   Move the table into a separate file and use a separate executable\n            to extract the command characters. (Ozaki Kiichi, closes #9669)\n"
    },
    {
      "commit": "4dc0dd869972ddafc7d9ee5ea765645b818a6dc9",
      "tree": "1b59dc8582e8236af2059d4bc640d48a0f9d8285",
      "parents": [
        "97c554d5149c2aa4a43d689c59563e77277265d4"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Sat Jan 29 13:06:40 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 29 13:06:40 2022 +0000"
      },
      "message": "patch 8.2.4252: generating the normal command table at runtime is inefficient\n\nProblem:    Generating the normal command table at runtime is inefficient.\nSolution:   Generate the table with a Vim script and put it in a header file.\n            (Yegappan Lakshmanan, closes #9648)\n"
    },
    {
      "commit": "4050305bfd24e7d0e241f617519bd0fa86263b9a",
      "tree": "62b298b0f11192c683984947c0d5ffcb70104430",
      "parents": [
        "a00e622a294b10671ee78216dcd21169a2b884cf"
      ],
      "author": {
        "name": "ichizok",
        "email": "gclient.gaap@gmail.com",
        "time": "Thu Jan 13 18:09:11 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 13 18:09:11 2022 +0000"
      },
      "message": "patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail\n\nProblem:    CodeQL reports problem in if_cscope causing it to fail.\nSolution:   Use execvp() instead of execl().  Merge the header file into the\n            source file. (Ozaki Kiichi, closes #9519)\n"
    },
    {
      "commit": "dc7c366f3aae65ee691010b08f37acfb26e0742b",
      "tree": "90d12bd3030048100a9c5084474aef484f6fc58f",
      "parents": [
        "a99fb23842f055c511bfe1b62de7bbd14d5a99c0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 20 15:04:29 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 20 15:04:29 2021 +0000"
      },
      "message": "patch 8.2.3860: Vim9: codecov struggles with the file size\n\nProblem:    Vim9: codecov struggles with the file size.\nSolution:   Split vim9compile.c into four files.\n"
    },
    {
      "commit": "b3a29558eedac9979f5276ae914934b7b7cbe06b",
      "tree": "574ec81a2f889213a6d049e5a6726ac8f30185fb",
      "parents": [
        "777175b0df8c5ec3cd30d19a2e887e661ac209c8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 19 11:28:04 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 19 11:28:04 2021 +0000"
      },
      "message": "patch 8.2.3620: memory leak reported in libtlib\n\nProblem:    Memory leak reported in libtlib.\nSolution:   Call del_curterm() when cleaning up memory.  Rename term.h to\n            termdefs.h to avoid a name clash.\n"
    },
    {
      "commit": "cbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4",
      "tree": "ca9812e45634ddce3042e0723892cae596c6e62c",
      "parents": [
        "11328bc7df0ecc47f4025a10bb86882a659e9994"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Fri Aug 06 21:51:55 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 06 21:51:55 2021 +0200"
      },
      "message": "patch 8.2.3301: memory allocation functions don\u0027t have their own place\n\nProblem:    Memory allocation functions don\u0027t have their own place.\nSolution:   Move memory allocation functions to alloc.c.  (Yegappan\n            Lakshmanan, closes #8717)\n"
    },
    {
      "commit": "a2438132a675be4dde3acbdf03ba1fdb2f09427c",
      "tree": "973f677bea21a7f41bbb9d49ad0038550e6e665b",
      "parents": [
        "31e21766d6fb0a386e15ccc8c2192f6a3a210f53"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Sat Jul 10 21:29:18 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 10 21:29:18 2021 +0200"
      },
      "message": "patch 8.2.3139: functions for string manipulation are spread out\n\nProblem:    Functions for string manipulation are spread out.\nSolution:   Move string related functions to a new source file. (Yegappan\n            Lakshmanan, closes #8470)\n"
    },
    {
      "commit": "01c798c31a94a50ad0c4a022fc21c1a31553be21",
      "tree": "cc720adf347b3afa81846b110dd8f595eed5177c",
      "parents": [
        "a83d06026d0e0dad873de296bff97707ad2faff3"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Wed Jun 02 17:07:18 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jun 02 17:07:18 2021 +0200"
      },
      "message": "patch 8.2.2928: the evalfunc.c file is too big\n\nProblem:    The evalfunc.c file is too big.\nSolution:   Move float related functionality to a separate file. (Yegappan\n            Lakshmanan, closes #8287)\n"
    },
    {
      "commit": "82c38fe508155c11a904e6111b5bfb6adde3fb9a",
      "tree": "818661460a865d7096bc13737d56199d4b009125",
      "parents": [
        "bb0956fc65ebe8df1da823f9c4d6a0013d9ba5c1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jan 04 10:47:26 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jan 04 10:47:26 2021 +0100"
      },
      "message": "patch 8.2.2294: VMS: a few remaining problems\n\nProblem:    VMS: a few remaining problems.\nSolution:   Add VMS specific changes. Add Lua support. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "467676d468cb10db78d79d5bd2139ded9f70d26f",
      "tree": "6774f48d11ae06b628bbaee4f029114392172fea",
      "parents": [
        "4d8c96d4668ac965d4e84b9676fba6d7efe62a32"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 30 13:14:45 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 30 13:14:45 2020 +0100"
      },
      "message": "patch 8.2.2247: VMS: various smaller problems\n\nProblem:    VMS: various smaller problems.\nSolution:   Fix VMS building and other problems. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "bc4c505166dc82911553206bb0c2133c6ac94aa1",
      "tree": "14a6624ace74cef5d79c55c818012042fef3d03e",
      "parents": [
        "cdd70f09a5340c3d7ae873f1aaaf9847f27410cc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 13 22:47:35 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 13 22:47:35 2020 +0200"
      },
      "message": "patch 8.2.1444: error messages are spread out and names can be confusing\n\nProblem:    Error messages are spread out and names can be confusing.\nSolution:   Start moving error messages to a separate file and use clear\n            names.\n"
    },
    {
      "commit": "054f14bbe58fece17f1a74ca63f0b37518f0b4de",
      "tree": "14d9accc3dbe2a22a9345257e0bb514eb8f183b9",
      "parents": [
        "e7e4838f25ac39177f3c3150ee53af8d6e8a0f28"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 22 19:11:19 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 22 19:11:19 2020 +0200"
      },
      "message": "patch 8.2.1269: language and locale code spread out\n\nProblem:    Language and locale code spread out.\nSolution:   Move relevant code to src/locale.c. (Yegappan Lakshmanan,\n            closes #6509)\n"
    },
    {
      "commit": "f868ba89039045b25efe83d12ca501d657e170e8",
      "tree": "f2b8b5d777fbb259111a5d5fabe8a0c69358fca1",
      "parents": [
        "c7db57788b661a5da0b375d4fffdf10721550141"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 21 21:07:20 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 21 21:07:20 2020 +0200"
      },
      "message": "patch 8.2.1262: src/ex_cmds.c file is too big\n\nProblem:    src/ex_cmds.c file is too big.\nSolution:   Move help related code to src/help.c. (Yegappan Lakshmanan,\n            closes #6506)\n"
    },
    {
      "commit": "06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03",
      "tree": "e6c08194d0487a450912b9fec1604fdb41eabf13",
      "parents": [
        "75e15670b8749845cde2962ddb738dd5c6e73191"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 28 13:17:26 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 28 13:17:26 2020 +0200"
      },
      "message": "patch 8.2.1078: highlight and match functionality together in one file\n\nProblem:    Highlight and match functionality together in one file.\nSolution:   Move match functionality to a separate file. (Yegappan Lakshmanan,\n            closes #6352)\n"
    },
    {
      "commit": "f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b",
      "tree": "fe9bdaf8696ae70727a6a9b6c7b7693a2bbd7d75",
      "parents": [
        "f17e7ea67a798d0aa45ce24ea80c9e21d5164326"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 01 14:34:43 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 01 14:34:43 2020 +0200"
      },
      "message": "patch 8.2.0872: XIM code is mixed with multi-byte code\n\nProblem:    XIM code is mixed with multi-byte code.\nSolution:   Move the XIM code to a separate file. (Yegappan Lakshmanan,\n            closes #6177)\n"
    },
    {
      "commit": "367d59e6ba65cf554d167933775fa17e40dcc6a7",
      "tree": "a7d7fc8c309c7a57f2974c785fe1f1a3dd2875ea",
      "parents": [
        "d5c2c7763d73b91efd64a49da8221f9955debdd5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 30 17:06:14 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 30 17:06:14 2020 +0200"
      },
      "message": "patch 8.2.0847: typval related code is spread out\n\nProblem:    Typval related code is spread out.\nSolution:   Move code to new typval.c file. (Yegappan Lakshmanan, closes #6093)\n"
    },
    {
      "commit": "11abd095210fc84e5dcee87b9baed86061caefe4",
      "tree": "5c8dcbdb357df1d9e8d2ae9142fb05f4f768151b",
      "parents": [
        "4cfde1d273ec5fca68a983805af48ea37d3d94e5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 01 14:26:37 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 01 14:26:37 2020 +0200"
      },
      "message": "patch 8.2.0674: some source files are too big\n\nProblem:    Some source files are too big.\nSolution:   Move text formatting functions to a new file. (Yegappan\n            Lakshmanan, closes #6021)\n"
    },
    {
      "commit": "ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5",
      "tree": "fea5d30140297aa6888bf6d68a4c00b62f425622",
      "parents": [
        "939b5db4808770d3a2ec35e3902a9d5165adc0cf"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Apr 29 21:04:15 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Apr 29 21:04:15 2020 +0200"
      },
      "message": "patch 8.2.0660: the search.c file is a bit big\n\nProblem:    The search.c file is a bit big.\nSolution:   Split off the text object code to a separate file. (Yegappan\n            Lakshmanan, closes #6007)\n"
    },
    {
      "commit": "f87a0400fd81862c33d6ad2291a56e178db7dddd",
      "tree": "2a1ef72193db1883d8aa81c158d99148b5412fb6",
      "parents": [
        "b8ed3aa9e708ec0af4e9ee8921ad198f0e949c0d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 05 20:21:03 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 05 20:21:03 2020 +0200"
      },
      "message": "patch 8.2.0516: client-server code is spread out\n\nProblem:    Client-server code is spread out.\nSolution:   Move client-server code to a new file. (Yegappan Lakshmanan,\n            closes #5885)\n"
    },
    {
      "commit": "45fffdf10b7cb6e59794e76e9b8a2930fcb4b192",
      "tree": "9615bfdb0787577637e8d25b4049a31de10e52cd",
      "parents": [
        "71658f74ae64c366b2d35b82c0a2eadb1317f028"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Mar 24 21:42:01 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Mar 24 21:42:01 2020 +0100"
      },
      "message": "patch 8.2.0443: clipboard code is spread out\n\nProblem:    Clipboard code is spread out.\nSolution:   Move clipboard code to its own file. (Yegappan Lakshmanan,\n            closes #5827)\n"
    },
    {
      "commit": "0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0",
      "tree": "b0545af3bfa25ced1890c33fe9c1facf1e749358",
      "parents": [
        "f2cecb6c10909184281e31a8f968200f3841562d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Feb 14 13:22:17 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Feb 14 13:22:17 2020 +0100"
      },
      "message": "patch 8.2.0256: time and timer related code is spread out\n\nProblem:    Time and timer related code is spread out.\nSolution:   Move time and timer related code to a new file. (Yegappan\n            Lakshmanan, closes #5604)\n"
    },
    {
      "commit": "f2cecb6c10909184281e31a8f968200f3841562d",
      "tree": "9154211c0265a4cfb4091fd2cc6dd62a0f5c029c",
      "parents": [
        "ae8d2de3a9c0436a543c7d46071104af31ff6db7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 13 21:59:25 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 13 21:59:25 2020 +0100"
      },
      "message": "patch 8.2.0255: VMS: missing files in build\n\nProblem:    VMS: missing files in build.\nSolution:   Add the files. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "4b96df5a017a04141c4e901b1fc5704a3ca48099",
      "tree": "ae335d245fc252be0d2237336be8c1cda620c874",
      "parents": [
        "a5d5953d59730d9bf9c00a727c4aeb56f6ffc944"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 26 22:00:26 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 26 22:00:26 2020 +0100"
      },
      "message": "patch 8.2.0156: various typos in source files and tests\n\nProblem:    Various typos in source files and tests.\nSolution:   Fix the typos. (Emir Sari, closes #5532)\n"
    },
    {
      "commit": "f5f4b6cb5f6174458848d2fbc0388379222c8a0f",
      "tree": "b5757b6e7b06673557fc0fbfcd7fa9e404b92e5e",
      "parents": [
        "3b68123cd271fb781da4055cf1a1cf52f4fee6a5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Dec 14 13:17:11 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Dec 14 13:17:11 2019 +0100"
      },
      "message": "patch 8.2.0003: Build file dependencies are incomplete\n\nProblem:    Build file dependencies are incomplete.\nSolution:   Fix the dependencies. (Ken Takata, closes #5356)\n"
    },
    {
      "commit": "0ba89ec47c4c43414a89a6944803e2e1331a761d",
      "tree": "9ea5d524acd8f78f2ccc0bb5fde78c59d82f8c66",
      "parents": [
        "0ff822d2ebf0d130516631734b00179ba8dd8251"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 09 21:48:11 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 09 21:48:11 2019 +0100"
      },
      "message": "patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows\n\nProblem:    Cannot update ex_cmdidxs.h on MS-Windows.\nSolution:   Add build rules and dependencies. (Ken Takata, closes #5337)\n"
    },
    {
      "commit": "0c5c3faef2d54151a8c144539e3e5a3350fb18c7",
      "tree": "03c50a14ada7c115302d2012659da2f681a4a43d",
      "parents": [
        "a2c2ae473ab8789ceba9706713441a365dec685e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 30 22:38:16 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 30 22:38:16 2019 +0100"
      },
      "message": "patch 8.1.2370: build problems on VMS\n\nProblem:    Build problems on VMS.\nSolution:   Adjust the build file. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "bd3bc0314e27cac061575930144ce5fadc26c22e",
      "tree": "3e9fe7d0c68edd8c4540ae6098f99f56ca050495",
      "parents": [
        "546125869f2959480c9a0f6c448c2092d565ec15"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Nov 21 17:34:51 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Nov 21 17:34:51 2019 +0100"
      },
      "message": "patch 8.1.2328: a few hangul input pieces remain\n\nProblem:    A few hangul input pieces remain.\nSolution:   Update VMS makefile.\n"
    },
    {
      "commit": "14c01f83487d5c53192297a710eda2b8a4ab17c9",
      "tree": "d5c5e8d42ab13b257fd2e17fd7530511a766ba8a",
      "parents": [
        "6bd1d7706766a7899904163e8fd55ea117fb1953"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 09 22:53:08 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 09 22:53:08 2019 +0200"
      },
      "message": "patch 8.1.2127: the indent.c file is a bit big\n\nProblem:    The indent.c file is a bit big.\nSolution:   Move C-indent code a a new cindent.c file.  Move other\n            indent-related code to indent.c. (Yegappan Lakshmanan,\n            closes #5031)\n"
    },
    {
      "commit": "473952e85286eb9c6098801f1819981ba61ad153",
      "tree": "853c22efb3c9b723e336b560e756da38db610021",
      "parents": [
        "9be0e0b9d31e42d0074527a7789836087475142a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 28 16:30:04 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 28 16:30:04 2019 +0200"
      },
      "message": "patch 8.1.2094: the fileio.c file is too big\n\nProblem:    The fileio.c file is too big.\nSolution:   Move buf_write() to bufwrite.c. (Yegappan Lakshmanan,\n            closes #4990)\n"
    },
    {
      "commit": "30e8e73506e4522ef4aebf7d525c0e6ffe8805fd",
      "tree": "572d933103927bda359c6f5bdcbf51447f703912",
      "parents": [
        "46a426c9acfdd3d6c0fa134a17681634b9325bee"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 27 13:08:36 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 27 13:08:36 2019 +0200"
      },
      "message": "patch 8.1.2082: some files have a weird name to fit in 8.3 characters\n\nProblem:    Some files have a weird name to fit in 8.3 characters.\nSolution:   Use a nicer names.\n"
    },
    {
      "commit": "46a426c9acfdd3d6c0fa134a17681634b9325bee",
      "tree": "04524eaade951e753e388a890c287a4373683fb0",
      "parents": [
        "d2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 27 12:41:56 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 27 12:41:56 2019 +0200"
      },
      "message": "patch 8.1.2081: the spell.c file is too big\n\nProblem:    The spell.c file is too big.\nSolution:   Move the code for spell suggestions to a separate file. (Yegappan\n            Lakshmanan, closes #4988)\n"
    },
    {
      "commit": "4aea03eb875613e3eae2125b84f02b7cd898b2f8",
      "tree": "1093e39da44133fec9f64995b8bb445e0a0b97e5",
      "parents": [
        "e0d749a49630778d45642d7589a3703697746760"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 25 22:37:17 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 25 22:37:17 2019 +0200"
      },
      "message": "patch 8.1.2077: the ops.c file is too big\n\nProblem:    The ops.c file is too big.\nSolution:   Move code for dealing with registers to a new file. (Yegappan\n            Lakshmanan, closes #4982)\n"
    },
    {
      "commit": "b20b9e14ddd8db111e886ad0494e15b955159426",
      "tree": "81bf23be4dbc17d4b793a29f3252448f5f1e7322",
      "parents": [
        "4d5c12626c98df23e1a5d953692d946310ddfa9c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 21 20:48:04 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 21 20:48:04 2019 +0200"
      },
      "message": "patch 8.1.2062: the mouse code is spread out\n\nProblem:    The mouse code is spread out.\nSolution:   Move all the mouse code to mouse.c. (Yegappan Lakshmanan,\n            closes #4959)\n"
    },
    {
      "commit": "7528d1f6b5422750eb778dfb550cfd0b0e540964",
      "tree": "4282e05be0cf40c3e1920bdb4f2b5abe88e820ff",
      "parents": [
        "cd67059c0c3abf1e28aa66458abdf6f338252eb2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 19 23:06:20 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 19 23:06:20 2019 +0200"
      },
      "message": "patch 8.1.2057: the screen.c file is much too big\n\nProblem:    The screen.c file is much too big.\nSolution:   Split it in three parts. (Yegappan Lakshmanan, closes #4943)\n"
    },
    {
      "commit": "dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea",
      "tree": "4c9124f2de51bedb339bc5cdb47a3086c0e92af9",
      "parents": [
        "8aeec40207b5adcd3a155277dc4f29189343b963"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 16 21:06:21 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 16 21:06:21 2019 +0200"
      },
      "message": "patch 8.1.2045: the option.c file is too big\n\nProblem:    The option.c file is too big.\nSolution:   Split off the code dealing with strings. (Yegappan Lakshmanan,\n            closes #4937)\n"
    },
    {
      "commit": "0eddca40a6d878823fc90b0cd25d5d101506c564",
      "tree": "70e556bfeb9287bb66e9a39e3ec053f96fa561cb",
      "parents": [
        "8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 12 22:26:43 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 12 22:26:43 2019 +0200"
      },
      "message": "patch 8.1.2022: the option.c file is too big\n\nProblem:    The option.c file is too big.\nSolution:   Move option definitions to a separate file. (Yegappan Lakshmanan,\n            closes #4918)\n"
    },
    {
      "commit": "261f346f8154c0ec7094a4a211c653c74e9f7c2e",
      "tree": "ae8f30b11e3a637d1c69bac234d0edd721d4a542",
      "parents": [
        "a3a124627d2eb9d36e3dc3757429d87e041f8c0b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 07 15:45:32 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 07 15:45:32 2019 +0200"
      },
      "message": "patch 8.1.2001: some source files are too big\n\nProblem:    Some source files are too big.\nSolution:   Move buffer and window related functions to evalbuffer.c and\n            evalwindow.c. (Yegappan Lakshmanan, closes #4898)\n"
    },
    {
      "commit": "b005cd80cfda591be95146024d9b97eef383500f",
      "tree": "ce7d5ac25d5c8e3442828130c180e04820565d29",
      "parents": [
        "1e1d30048e722906a13665bd6c3c24c87eb2fe25"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 04 15:54:55 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 04 15:54:55 2019 +0200"
      },
      "message": "patch 8.1.1979: code for handling file names is spread out\n\nProblem:    Code for handling file names is spread out.\nSolution:   Move code to new filepath.c file.  Graduate FEAT_MODIFY_FNAME.\n"
    },
    {
      "commit": "0522ba0359c96a8c2a4fc8fca0d3b58e49dda759",
      "tree": "be800b3f0d6f992a9fc8332f72eb6b3361c93a4c",
      "parents": [
        "d20070274c47668560e02db184e1f8e456c3c326"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 27 22:48:30 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 27 22:48:30 2019 +0200"
      },
      "message": "patch 8.1.1933: the eval.c file is too big\n\nProblem:    The eval.c file is too big.\nSolution:   Move code related to variables to evalvars.c. (Yegappan\n            Lakshmanan, closes #4868)\n"
    },
    {
      "commit": "307c5a5bb77c3728dfab06c30e9f786309c63f74",
      "tree": "f178edf16af0642f2a1236a41984db6f660727df",
      "parents": [
        "c2b97643a82bb9fbd202312dac4aa995f92e9e5b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 25 15:41:00 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 25 15:41:00 2019 +0200"
      },
      "message": "patch 8.1.1927: code for dealing with script files is spread out\n\nProblem:    Code for dealing with script files is spread out.\nSolution:   Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861)\n"
    },
    {
      "commit": "66b51420e0c8d49bcf6786b792c938d6099e3393",
      "tree": "04d7f116a3ae2360ba8b68c2f4ce9544afb1e7f4",
      "parents": [
        "db1085a5630ffdaa2e9f342c06cc739ebdf1a99a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 18 21:44:12 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 18 21:44:12 2019 +0200"
      },
      "message": "patch 8.1.1886: command line expansion code is spread out\n\nProblem:    Command line expansion code is spread out.\nSolution:   Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)\n"
    },
    {
      "commit": "4ad62155a1015751a6645aaecd94b02c94c8934b",
      "tree": "72d2dab4221986c394ca9f444dfe86cfabe51cfe",
      "parents": [
        "69cbbecf548f390197259ca30cfe147c3e59ce5a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 17 14:38:55 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 17 14:38:55 2019 +0200"
      },
      "message": "patch 8.1.1869: code for the argument list is spread out\n\nProblem:    Code for the argument list is spread out.\nSolution:   Put argument list code in arglist.c. (Yegappan Lakshmanan,\n            closes #4819)\n"
    },
    {
      "commit": "d7663c22c6c1ff0f86b81371586fbc851d3a3e9e",
      "tree": "3979ae5a710ae9ca6fa4dcecde113961eca54cc1",
      "parents": [
        "0acae7acc40b9f12bff88d5e1dae494a761fec07"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 06 21:59:57 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 06 21:59:57 2019 +0200"
      },
      "message": "patch 8.1.1823: command line history code is spread out\n\nProblem:    Command line history code is spread out.\nSolution:   Put the code in a new file. (Yegappan Lakshmanan, closes #4779)\n            Also graduate the +cmdline_hist feature.\n"
    },
    {
      "commit": "b66bab381c8ba71fd6e92327d1d34c6f8a65f2a7",
      "tree": "0ce017c26ce910c3c0cf9aa02ddfb904fc319042",
      "parents": [
        "3f9bdeb2a521a408c04fd9584a752845b3accbbd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 01 14:28:24 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 01 14:28:24 2019 +0200"
      },
      "message": "patch 8.1.1785: map functionality mixed with character input\n\nProblem:    Map functionality mixed with character input.\nSolution:   Move the map functionality to a separate file. (Yegappan\n            Lakshmanan, closes #4740)  Graduate the +localmap feature.\n"
    },
    {
      "commit": "845380791196aec7f991987ebf7b22de3779d106",
      "tree": "adac6010bd9c3bae786a35d1e4109fc01e13e643",
      "parents": [
        "f91aac5e3e3b8b1633d84eac2687ebbd76d8133b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 28 14:15:42 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 28 14:15:42 2019 +0200"
      },
      "message": "patch 8.1.1766: code for writing session file is spread out\n\nProblem:    Code for writing session file is spread out.\nSolution:   Put it in one file. (Yegappan Lakshmanan, closes #4728)\n"
    },
    {
      "commit": "defa067c54874dd987121dd7252c62755e0aebfa",
      "tree": "4734b054e299ab86a5141b29a5305f7782edd81a",
      "parents": [
        "ed997adaa1e9bd057ce732a73d933b739e9d0c30"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 21 19:25:37 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 21 19:25:37 2019 +0200"
      },
      "message": "patch 8.1.1727: code for viminfo support is spread out\n\nProblem:    Code for viminfo support is spread out.\nSolution:   Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)\n"
    },
    {
      "commit": "f9cc9f209ede9f15959e4c2351e970477c139614",
      "tree": "58daba9cac6039bc46d575e93d291676a8b0668f",
      "parents": [
        "b8be54dcc517c9d57b62409945b7d4b90b6c3071"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 14 21:29:22 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 14 21:29:22 2019 +0200"
      },
      "message": "patch 8.1.1693: syntax coloring and highlighting is in one big file\n\nProblem:    Syntax coloring and highlighting is in one big file.\nSolution:   Move the highlighting to a separate file. (Yegappan Lakshmanan,\n            closes #4674)\n"
    },
    {
      "commit": "ecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54",
      "tree": "c711959d1b0fd9cffa3d90a57e62efe1321b9e6d",
      "parents": [
        "2898ebb44cee62a70a11b44a97bdad8cc00157b1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 14 14:55:39 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 14 14:55:39 2019 +0200"
      },
      "message": "patch 8.1.1687: the evalfunc.c file is too big\n\nProblem:    The evalfunc.c file is too big.\nSolution:   Move testing support to a separate file.\n"
    },
    {
      "commit": "fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa",
      "tree": "3420b78d3aa0d58695f9a660592b655ac2f22fb1",
      "parents": [
        "d5abb4c87727eecb71b0e8ffdda60fc9598272f3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 13 22:59:32 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 13 22:59:32 2019 +0200"
      },
      "message": "patch 8.1.1684: profiling functionality is spread out\n\nProblem:    Profiling functionality is spread out.\nSolution:   Put profiling functionality in profiling.c. (Yegappan Lakshmanan,\n            closes #4666)\n"
    },
    {
      "commit": "4d784b21d14fc66e98a2b07f70343cdd4acd62aa",
      "tree": "c2e869a4f07eebdf7e0272c74b0fe7392807836c",
      "parents": [
        "8f46e4c4bde13fd5ad68a6670b79cc462b65fbec"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 25 19:51:39 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 25 19:51:39 2019 +0200"
      },
      "message": "patch 8.1.1391: no popup window support\n\nProblem:    No popup window support.\nSolution:   Add initial code for popup windows.  Add the \u0027wincolor\u0027 option.\n"
    },
    {
      "commit": "b73fbc76c6fc446da90dd2cdac620155e37e5514",
      "tree": "9c522816337c424fcce259c56681abd0bbff39ce",
      "parents": [
        "5d0183b706c618bf043380f7e995987cde9e7d56"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 11 21:50:07 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 11 21:50:07 2019 +0200"
      },
      "message": "patch 8.1.1324: stray comma in VMS makefile\n\nProblem:    Stray comma in VMS makefile.\nSolution:   Remove the comma. (Naruhiko Nishino, closes #4368)\n"
    },
    {
      "commit": "ec28d1516eb8bb5dcaa42de145953a6d49aebb6f",
      "tree": "6157e2786295b85ef37d8fe8eff0ba08d69684a1",
      "parents": [
        "3f86ca0faa29cb862f876a97f87790f3a46a3858"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 11 18:36:34 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 11 18:36:34 2019 +0200"
      },
      "message": "patch 8.1.1318: code for text changes is in a \"misc\" file\n\nProblem:    Code for text changes is in a \"misc\" file.\nSolution:   Move the code to change.c.\n"
    },
    {
      "commit": "ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7",
      "tree": "439cf73bcd9696032bfe85cd170b0623a9dffa9a",
      "parents": [
        "5431589d25e73892fcf7ad1eaca53f742c1c9303"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 27 13:04:13 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 27 13:04:13 2019 +0200"
      },
      "message": "patch 8.1.1210: support for user commands is spread out\n\nProblem:    Support for user commands is spread out. No good reason to make\n            user commands optional.\nSolution:   Move user command support to usercmd.c.  Always enable the\n            user_commands feature.\n"
    },
    {
      "commit": "eead75c5e8e1f965548c55ee3a9388b2cb3afc36",
      "tree": "b3c47222504286009afa1b615edf637954d91fb7",
      "parents": [
        "911ead126903aeb9564bad89e46a147ed4959896"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 21 11:35:00 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 21 11:35:00 2019 +0200"
      },
      "message": "patch 8.1.1195: Vim script debugger functionality needs cleanup\n\nProblem:    Vim script debugger functionality needs cleanup.\nSolution:   Move debugger code to a separate file.  Add more tests. (Yegappan\n            Lakshmanan, closes #4285)\n"
    },
    {
      "commit": "7591bb39d58ece38a5fef984a08ea9012616c1f9",
      "tree": "e5e5b82ffd29f4f922ebfb5a97ea12a8b3624b7c",
      "parents": [
        "de5b3800427328170574f1950ae75776e020f4e7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 30 13:53:47 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 30 13:53:47 2019 +0100"
      },
      "message": "patch 8.1.1076: file for Insert mode is much too big\n\nProblem:    File for Insert mode is much too big.\nSolution:   Split off the code for Insert completion. (Yegappan Lakshmanan,\n            closes #4044)\n"
    },
    {
      "commit": "b99abaa480a7dd983ee4998c5cfdeb997214dcae",
      "tree": "c96856ca83538ec5684bb1732b8f1b126d10d9b3",
      "parents": [
        "e37368c496f80137a774515ef4f3e17cf81d7685"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 22 17:03:05 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 22 17:03:05 2019 +0100"
      },
      "message": "patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build\n\nProblem:    FEAT_TAG_ANYWHITE is not enabled in any build.\nSolution:   Remove the feature.\n"
    },
    {
      "commit": "e37368c496f80137a774515ef4f3e17cf81d7685",
      "tree": "e60065d187134f7d4e8079083827335511ad3808",
      "parents": [
        "dc4fa190e7b9d6ba49416ce875d2192c4444d3eb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 22 16:57:45 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 22 16:57:45 2019 +0100"
      },
      "message": "patch 8.1.1039: MS-Windows build fails\n\nProblem:    MS-Windows build fails.\nSolution:   Remove dependency on arabic.h\n"
    },
    {
      "commit": "14184a3133b9a6ee5f711d493c04e41ba4fa7c2f",
      "tree": "2fefdfea751bfbfdbbec793f880073bd8387bb4f",
      "parents": [
        "6902c0eb27a3e4479445badfef31443f2227fe60"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 16 15:10:30 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 16 15:10:30 2019 +0100"
      },
      "message": "patch 8.1.0932: Farsi support is outdated and unused\n\nProblem:    Farsi support is outdated and unused.\nSolution:   Delete the Farsi support.\n"
    },
    {
      "commit": "5fd0f5052f9a312bb4cfe7b4176b1211d45127ee",
      "tree": "b82e59bfdcf65662e44803dabbfa77c11010bb70",
      "parents": [
        "688b3983d8b321e0d32dd51914fa474a0988daf6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Feb 13 23:13:28 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Feb 13 23:13:28 2019 +0100"
      },
      "message": "patch 8.1.0914: code related to findfile() is spread out\n\nProblem:    Code related to findfile() is spread out.\nSolution:   Put findfile() related code into a new source file. (Yegappan\n            Lakshmanan, closes #3934)\n"
    },
    {
      "commit": "4b47162ccede0b6d9cbb9473ad870220a24fbf54",
      "tree": "ce99699b4391edf919bc8a849653516f231d3ef7",
      "parents": [
        "bbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 31 13:48:09 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 31 13:48:09 2019 +0100"
      },
      "message": "patch 8.1.0857: indent functionality is not separated\n\nProblem:    Ignore functionality is not separated.\nSolution:   Move indent functionality into a new file. (Yegappan Lakshmanan,\n            closes #3886)\n"
    },
    {
      "commit": "3e460fd8b72db905fbf9f01b00371384ffc415b8",
      "tree": "b02002682babdf9d7ef513fb3b33b06fcf585c70",
      "parents": [
        "1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 26 16:21:07 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 26 16:21:07 2019 +0100"
      },
      "message": "patch 8.1.0825: code for autocommands is mixed with file I/O code\n\nProblem:    Code for autocommands is mixed with file I/O code.\nSolution:   Move autocommand code to a separate file. (Yegappan Lakshmanan,\n            closes #3863)\n"
    },
    {
      "commit": "05a2907cde00ac3ccff01c59978f174c020cc375",
      "tree": "9e0eca3968d6fcb75e0015aafaac1f5664829027",
      "parents": [
        "987411db9e4b76b524d0579db21074be0bffd61b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 18 22:59:53 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 18 22:59:53 2019 +0100"
      },
      "message": "patch 8.1.0774: VMS build is missing the blob file\n\nProblem:    VMS build is missing the blob file.\nSolution:   Add the blob file to the build rules. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "88c86eb751de9e7e410b405084d35b32fafc2a24",
      "tree": "cf0c456ba4a4f0455fdcae1452e10716ae23a53c",
      "parents": [
        "4131fd5509b283e978e8c6161f09643b64719787"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 17:13:30 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 17:13:30 2019 +0100"
      },
      "message": "patch 8.1.0766: various problems when using Vim on VMS\n\nProblem:    Various problems when using Vim on VMS.\nSolution:   Various fixes. Define long_long_T. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "bbea47075cc4e7826e9f8c203e4272ba023ed7b0",
      "tree": "fbdec3eeea4ca32ada2f309d8c0155087775cfb5",
      "parents": [
        "9067cd6cdfdc0bb869aa7f5d2a6c607ea8255239"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 01 13:20:31 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 01 13:20:31 2019 +0100"
      },
      "message": "patch 8.1.0673: functionality for signs is spread out over several files\n\nProblem:    Functionality for signs is spread out over several files.\nSolution:   Move most of the sign functionality into sign.c. (Yegappan\n            Lakshmanan, closes #3751)\n"
    },
    {
      "commit": "c3719bd87beca9f72d2e9f11e36d561c2c3b57b0",
      "tree": "2ca909ca8d4a040e48cc484b2ae7512014d3eaf0",
      "parents": [
        "c7d16dce2f180c8ebfc8105ad090b0ea2deedcdc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 18 22:13:31 2017 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 18 22:13:31 2017 +0100"
      },
      "message": "patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI\n\nProblem:    balloon_show() only works in terminal when compiled with the GUI.\nSolution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI\n            specific file.\n"
    },
    {
      "commit": "de5e2c219b99895445fb75ae3541ee69282a5846",
      "tree": "66c568296d890abef12e5d04f7e62256e28b45e1",
      "parents": [
        "91e44a3305ef6bf2d43496c351dcff0a45c6bfb8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 04 20:35:31 2016 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 04 20:35:31 2016 +0100"
      },
      "message": "patch 8.0.0059\nProblem:    Vim does not build on VMS systems.\nSolution:   Various changes for VMS. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "3b98b830017b8bf5fd270db93dfe187434df1960",
      "tree": "8262ec34b340a44d3942ee19eee953f8ea83bc15",
      "parents": [
        "e18dbe865d190e74fb5d43ac8bc6ac22507d0223"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 02 21:45:17 2016 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 02 21:45:17 2016 +0200"
      },
      "message": "patch 7.4.1985\nProblem:    Missing changes in VMS build file.\nSolution:   Use the right file name.\n"
    },
    {
      "commit": "85b11769ab507c7df93f319fd964fa579701b76b",
      "tree": "b4fdc6eb96c888e12159a007610a3d2cbab3f31c",
      "parents": [
        "4d1961783fdcb133b6b181acb7166b9f1872bf09"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 27 18:13:23 2016 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 27 18:13:23 2016 +0100"
      },
      "message": "patch 7.4.1433\nProblem:    The Sniff interface is no longer useful, the tool has not been\n            available for may years.\nSolution:   Delete the Sniff interface and related code.\n"
    },
    {
      "commit": "520e1e41f35b063ede63b41738c82d6636e78c34",
      "tree": "4c6a94e4e8f3f2047b91886077d4ecb916b30401",
      "parents": [
        "6920c72d4d62c8dc5596e9f392e38204f561d7af"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 23 19:46:28 2016 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 23 19:46:28 2016 +0100"
      },
      "message": "patch 7.4.1154\nProblem:    No support for JSON.\nSolution:   Add jsonencode() and jsondecode().  Also add v:false, v:true,\n            v:null and v:none.\n"
    },
    {
      "commit": "caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd",
      "tree": "e3e4c705d4d74258f06d4d3e93b75b48ab4a7da6",
      "parents": [
        "e3faf44bef029d07f37a457bd0050653b628058f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 17 14:36:14 2014 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 17 14:36:14 2014 +0100"
      },
      "message": "updated for version 7.4.553\nProblem:    Various small issues.\nSolution:   Fix those issues.\n"
    },
    {
      "commit": "206f011829920e41c4d3782af7591da6e1b86655",
      "tree": "e244183206e3bcf82829738bf2d0eca05c7f4baf",
      "parents": [
        "f7dc2b551708315a833fcb19c288759c277dcfe1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Mar 12 16:51:55 2014 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Mar 12 16:51:55 2014 +0100"
      },
      "message": "updated for version 7.4.197\nProblem:    Various problems on VMS.\nSolution:   Fix several VMS problems. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "84a05acc8c341c2be383198496764992ae971a46",
      "tree": "061887e2e1327a2d0c688cba306b8ec66b3f8477",
      "parents": [
        "84e0f6ca9adcbdca254060713878ebc29faaaa65"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon May 06 04:24:17 2013 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon May 06 04:24:17 2013 +0200"
      },
      "message": "updated for version 7.3.925\nProblem:    Typos in source files.\nSolution:   Fix the typos. (Ken Takata)\n"
    },
    {
      "commit": "f878bcfb2e611d792d1acef7019ff6c40e8933d5",
      "tree": "d48fad20e6ce9c91c7558c0792e2551c0b805f41",
      "parents": [
        "68392724b8be7ff25767b8fdda65da8082b8d95c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 30 22:29:41 2010 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 30 22:29:41 2010 +0200"
      },
      "message": "Improvements for VMS. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "8e46927a32f8a9b94351962304ae4d827e5b46ff",
      "tree": "acc944f0b4722c1613ee2581f06f84d4f06bc29c",
      "parents": [
        "1dba0fbb7a26205d9cbf58590baefe5e669f0fc4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 28 19:38:16 2010 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 28 19:38:16 2010 +0200"
      },
      "message": "Changes for VMS.  Mostly by Zoltan Arpadffy.\n"
    },
    {
      "commit": "ac98e5db6e5486416966fc842a2d82394f0d4a7a",
      "tree": "0c206c01c5f16c49eff349d8a8d45bccca01e2b6",
      "parents": [
        "12b87e55bad8a9fb51b48dcf6e0287a5b62450b3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 01 14:51:37 2008 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 01 14:51:37 2008 +0000"
      },
      "message": "updated for version 7.2-007\n"
    },
    {
      "commit": "b52e260d2317524cd727ddc459ae4ef196906208",
      "tree": "1503f6eefc8e2d3503070b41775e2b4b2edfa458",
      "parents": [
        "711d5b5c94d662e09a4fc90ac15f34e4529555c9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 29 21:38:54 2007 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 29 21:38:54 2007 +0000"
      },
      "message": "updated for version 7.1-146\n"
    },
    {
      "commit": "cf0dfa2f18cead35804e200856d49235906a54d0",
      "tree": "42beaad1a349f6895a27d40f022c8f6d4b0c34c3",
      "parents": [
        "e590119ea73e5afa0ee5b5a95047ddd8fb59de52"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 10 18:52:16 2007 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 10 18:52:16 2007 +0000"
      },
      "message": "updated for version 7.1b\n"
    },
    {
      "commit": "3d20ca1ad143b900c5f2628442ae8436c2f9673f",
      "tree": "1396962bad86391e8750d729e573eacab4a36a6a",
      "parents": [
        "85f868c3ae5dafae004d41435fde01f529fea635"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 28 16:43:58 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 28 16:43:58 2006 +0000"
      },
      "message": "updated for version 7.0-171\n"
    },
    {
      "commit": "c9b4b05b3544b434730eb218e848a1a441d5ffb2",
      "tree": "c1550ddf398d2030ed25ee98e8342fcb41ac1c87",
      "parents": [
        "aa35dd1667c5903cdcc32ebe10f27bc6683c68a1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 30 18:54:39 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 30 18:54:39 2006 +0000"
      },
      "message": "updated for version 7.0g\n"
    },
    {
      "commit": "4c3f536f472c7443ed4f672ae6d35a28805d7641",
      "tree": "18d0d8df6d45ff21449a017068aea2ba0931bd57",
      "parents": [
        "779b74b2a23643aaac026341a4ed8bd6e04371e6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 11 21:38:50 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 11 21:38:50 2006 +0000"
      },
      "message": "updated for version 7.0d01\n"
    },
    {
      "commit": "910f66f90c928da8b607ccfdc12fc33d9cb8d4a9",
      "tree": "152a03d1d7ea3e8d433addba4f463d8a7a68a5fd",
      "parents": [
        "e2f98b95c8071f772695602cd4f714dc588eb8e7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Apr 05 20:41:53 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Apr 05 20:41:53 2006 +0000"
      },
      "message": "updated for version 7.0c10\n"
    },
    {
      "commit": "76b92b2830841fd4e05006cc3cad1d8f0bc8101b",
      "tree": "16537209b06903af71cfe22119a491ba82039da2",
      "parents": [
        "c01140a1a069caf3ced83eac7d4866048c4b723e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 24 22:46:53 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 24 22:46:53 2006 +0000"
      },
      "message": "updated for version 7.0b\n"
    },
    {
      "commit": "df1bdc92c289d4531f82418f448466c99ca4bb78",
      "tree": "c8ab380c2ffaa17450ffeb5a4ed51c404a38fe15",
      "parents": [
        "80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 23 21:32:16 2006 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 23 21:32:16 2006 +0000"
      },
      "message": "updated for version 7.0205\n"
    },
    {
      "commit": "58d9823409c590fe0e4cf3220d38dcad1d6dd68d",
      "tree": "fcf62865bef797f16e7e83392923fcfbc80e861b",
      "parents": [
        "b01585904a5e4a6dc8bc8cc2aaaf7fbca260e344"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 23 22:25:46 2005 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 23 22:25:46 2005 +0000"
      },
      "message": "updated for version 7.0114\n"
    },
    {
      "commit": "8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690",
      "tree": "abc2fbbe84d403714bfd4c61e8b5cd0b5ea9dae2",
      "parents": [
        "1f28b0786776673c392bc3becb912f819b71b1e7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 12 22:46:17 2005 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 12 22:46:17 2005 +0000"
      },
      "message": "updated for version 7.0108\n"
    },
    {
      "commit": "217ad920dd665ae74e055d870bfa05f73a20c2c8",
      "tree": "c2fd40f30f58bee82ac2a42790c9042d4aabf505",
      "parents": [
        "2e4096b0775518cabcd9e295cf1d96b211699135"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 20 22:37:15 2005 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 20 22:37:15 2005 +0000"
      },
      "message": "updated for version 7.0062\n"
    },
    {
      "commit": "383f9bc30278b6d803d98e496b14cc867ce651ad",
      "tree": "fa0fcae7ec276ae69800b64ca7997d961158a94e",
      "parents": [
        "c92ad2e2c2451365d25d84c52dbcbac811797171"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jan 19 22:18:32 2005 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jan 19 22:18:32 2005 +0000"
      },
      "message": "updated for version 7.0042\n"
    },
    {
      "commit": "1cd871b5341bf43ee99e136844e3131014880f92",
      "tree": "6bd9573dbc14de3c4ec85e424cbec9c8d1ee0ed8",
      "parents": [
        "46c9c73de8def79baf8f0a34a12549f6c14944f3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Dec 19 22:46:22 2004 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Dec 19 22:46:22 2004 +0000"
      },
      "message": "updated for version 7.0023\n"
    },
    {
      "commit": "071d4279d6ab81b7187b48f3a0fc61e587b6db6c",
      "tree": "221cbe3c40e043163c06f61c52a7ba2eb41e12ce",
      "parents": [
        "b4210b3bc14e2918f153a7307530fbe6eba659e1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 13 20:20:40 2004 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 13 20:20:40 2004 +0000"
      },
      "message": "updated for version 7.0001\n"
    }
  ]
}
