)]}'
{
  "log": [
    {
      "commit": "3554d9bfcc679bc343f2742fee61dbcb1021a9e9",
      "tree": "89a3260d5608d9ee53b6f27a212b840623e0cd41",
      "parents": [
        "701ad50a9efcf0adfe6d787b606c4e4dbd31f26d"
      ],
      "author": {
        "name": "Derek Schrock",
        "email": "dereks@lifeofadishwasher.com",
        "time": "Thu May 23 17:26:51 2024 +0200"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Thu May 23 17:27:05 2024 +0200"
      },
      "message": "patch 9.1.0434: make errors trying to access autoload/zig\n\nProblem:  make errors trying to access autoload/zig\nSolution: Remove autoload/zig from Makefile, adjust Filelist\n          (Derek Schrock)\n\nCommit d1d9316c6 removed autoload/zig/ files and install/uninstall target\nof the Makefile fail since the directory doesn\u0027t exist any longer.\n\ncloses: #14828\n\nSigned-off-by: Derek Schrock \u003cdereks@lifeofadishwasher.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "25536f415eab5a90d68b3c689c66a72803cd8e5d",
      "tree": "1910f156801d4389aff3bd5c91569f30b5295c13",
      "parents": [
        "52a6f348874778cf315b47d9e8b5f818f4b97277"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Wed May 22 16:45:04 2024 +0200"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed May 22 16:45:04 2024 +0200"
      },
      "message": "patch 9.1.0431: eval.c is too long\n\nProblem:  eval.c is too long\nSolution: Move garbage collection code to new gc.c file\n          (Yegappan Lakshmanan)\n\ncloses: #14824\n\nSigned-off-by: Yegappan Lakshmanan \u003cyegappan@yahoo.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "8314de8fd4aa4d18fc524f960f5d683a2d8cba32",
      "tree": "a3e093bdda5bee335de79342a39960de86c80bd9",
      "parents": [
        "eff20eb35d2dba413c6d115291dd9ddea705e802"
      ],
      "author": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed May 15 21:48:11 2024 +0200"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed May 15 21:48:11 2024 +0200"
      },
      "message": "CI: Upload failed screendump tests when run in github actions\n\nIt\u0027s a bit of a pain to debug failing screendump tests without knowing\nexactly what went wrong. Therefore include actions/upload-artifact for\nthe Github CI runners and have them uploaded those failing screen dump\ntests automatically.\n\nLet\u0027s add this step to each of the Linux/MacOS/Windows workflows but do\nnot duplicate the code, factor it out to a single file\n.github/actions/screendump/action.yml and reference this one from the\nmain ci.yml file\n\nExample:\nhttps://github.com/chrisbra/vim/actions/runs/9085493619\n\ncloses: #14771\n\nCo-authored-by: dundargoc \u003cgocdundar@gmail.com\u003e\nCo-authored-by: Aliaksei Budavei \u003c0x000c70@gmail.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "2f5ff738278160a3b62c565d586eab8a9e39bc33",
      "tree": "9a7d63eeaa507d096a835fd602690e9e89e0c0b3",
      "parents": [
        "43f2edc096cbf9c67095b301a1f4325866eeba36"
      ],
      "author": {
        "name": "Aliaksei Budavei",
        "email": "32549825+zzzyxwvut@users.noreply.github.com",
        "time": "Mon May 13 22:06:05 2024 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 13 21:06:05 2024 +0200"
      },
      "message": "runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767)\n\nSyntax tests are run with the LC_ALL\u003dC environment variable\r\npassed to \"make\".  Occasionally, there are CI failures for\r\nsuch test files containing non-Latin-1 characters with error\r\nmessages pointing to multi-byte characters:\r\n\r\nhttps://github.com/vim/vim/actions/runs/8824925004/job/24228298023#step:10:16370 ,\r\nhttps://github.com/vim/vim/actions/runs/8840856619/job/24276935260#step:10:16347 ,\r\nhttps://github.com/vim/vim/actions/runs/8854043458/job/24316210645#step:10:16362 ,\r\nhttps://github.com/vim/vim/actions/runs/8856501136/job/24322848765#step:10:16354 ,\r\nhttps://github.com/vim/vim/actions/runs/9038417238/job/24839482152#step:11:16980 .\r\n\r\nBut since the very same unchanged tests pass at other times:\r\n\r\nhttps://github.com/vim/vim/actions/runs/8827593571/job/24235935458#step:10:16353 ,\r\nhttps://github.com/vim/vim/actions/runs/9065214647/job/24905321661#step:11:17002 ;\r\n\r\nthese failures are unrelated to the nature of syntax tests\r\nand should be considered false positives.\r\n\r\nAs a temporary workaround, all bytes of known non-Latin-1\r\ncharacters can be replaced in memory with an arbitrary ASCII\r\nbyte (?) by applying a filter\r\n\r\n\u003e \" To ignore part of the dump, provide a \"dumps/{filename}.vim\" file with\r\n\u003e \" Vim commands to be applied to both the reference and the current dump, so\r\n\u003e \" that parts that are irrelevant are not used for the comparison.  The result\r\n\u003e \" is NOT written, thus \"term_dumpdiff()\" shows the difference anyway.\r\n\r\nbefore lines are compared between files.\r\n\r\n\r\nSigned-off-by: Aliaksei Budavei \u003c0x000c70@gmail.com\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "3ac83c7141dd60ae45c0346b7c0f4539587391aa",
      "tree": "8eb5dee765be0ca1d809fc19d1c2fe391d1799f7",
      "parents": [
        "1e34b95e4402fd8964ea4bcee0d2b6ffa6677aab"
      ],
      "author": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed May 08 19:39:54 2024 +0200"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed May 08 19:39:54 2024 +0200"
      },
      "message": "The CODEOWNERS File is not useful\n\nGithub is complaining about \"This file has errors\" and is just noisy\nand for that reason does not ping maintainers if a new issue/PR is\ncreated.\nLet\u0027s just rename it to MAINTAINERS file instead and update the\ndocumentation.\n\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "5400a5d4269874fe4f1c35dfdd3c039ea17dfd62",
      "tree": "720b8e7f81b3299e3f73daaf70f8be1a53561375",
      "parents": [
        "00ae5c5cba7b2b42662687b3150397fe1737fba0"
      ],
      "author": {
        "name": "Maxim Kim",
        "email": "habamax@gmail.com",
        "time": "Fri Apr 26 19:53:13 2024 +0200"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Fri Apr 26 19:53:13 2024 +0200"
      },
      "message": "runtime(comment): include a simple comment toggling plugin\n\nfixes #14626\ncloses: #14634\n\nSigned-off-by: Maxim Kim \u003chabamax@gmail.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "2ca7d5f4831ce3d86cdc3f0c844fc50ea0deb7e5",
      "tree": "0c985b91f444511f57f628e2abbbfdf21a108fa5",
      "parents": [
        "46fa3c7e271eb2abb05a0d9e6dbc9c36c2b2da02"
      ],
      "author": {
        "name": "Restorer",
        "email": "69863286+RestorerZ@users.noreply.github.com",
        "time": "Thu Mar 28 09:27:17 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 28 10:27:17 2024 +0100"
      },
      "message": "translation(ru):  Add translation for README.txt and uganda.txt (#14312)\n\n* translation(ru): The main file README.txt and uganda.txt\r\n* removed tags-ru\r\n\r\nSigned-off-by: RestorerZ \u003crestorer@mail2k.ru\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "74a23318467aecbb8e21535c6e8a27a257a0a14a",
      "tree": "18aa3df1fbf7bef9e50a25f9a26e0b0da159713a",
      "parents": [
        "b75825f749cf87feb9ae8e7e5327bd2efe707c86"
      ],
      "author": {
        "name": "Restorer",
        "email": "69863286+RestorerZ@users.noreply.github.com",
        "time": "Thu Mar 28 09:19:44 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 28 10:19:44 2024 +0100"
      },
      "message": "NSIS: Possibility to include translated license and README.txt files (#14311)\n\n* NSIS: Possibility to include translated license and README.txt files\r\n* fixed a missing semicolon\r\n* Disable always show dialog choice language\r\n\r\nSigned-off-by: RestorerZ \u003crestorer@mail2k.ru\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "a9bc195d6497a18b24428a0271a2839213444baf",
      "tree": "0b96d29c8ce6f54fa24e6357e70ef024d2c7a019",
      "parents": [
        "f6069a7ddc530a140fc1d7043e8a00d27d98c518"
      ],
      "author": {
        "name": "Aliaksei Budavei",
        "email": "0x000c70@gmail.com",
        "time": "Fri Mar 15 23:22:02 2024 +0300"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Mon Mar 18 19:32:48 2024 +0100"
      },
      "message": "runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP\n\nAlso:\n\n- Include a syntax test for Markdown that takes advantage of\n  a sourceable setup configuration.\n- Update Filelist\n\ncloses: #14215\n\nSigned-off-by: Aliaksei Budavei \u003c0x000c70@gmail.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "8291e91c6b10e0cdeb2f29c8f1a0aad6d5b5c684",
      "tree": "8f669c0321ba974dfcdc76efa092a8d61ce0c14a",
      "parents": [
        "d0c1b7723f7e73763597af2f97a53d94ab7ed020"
      ],
      "author": {
        "name": "RestorerZ",
        "email": "restorer@mail2k.ru",
        "time": "Sat Mar 16 15:08:53 2024 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Sat Mar 16 15:13:21 2024 +0100"
      },
      "message": "runtime(indent-test): MS-Windows: Add Makefile for running indent tests\n\nA few more unrelated changes:\n- fix Vim script style of indent test\n- Change comments to complete sentences in Filelist\n\ncloses: #14198\n"
    },
    {
      "commit": "d0d4adb609064d6ca4fce111a09c2cbbcdef1cf1",
      "tree": "7984146a7f9464a9d1e0bdc4fa56a1614f3191c9",
      "parents": [
        "4e141c66b9104136ddcf9cc240d2fbc83d825a5a"
      ],
      "author": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed Feb 28 21:53:26 2024 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed Feb 28 21:53:26 2024 +0100"
      },
      "message": "runtime(Filelist): include runtime/syntax/testdir/ftplugin\n\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "9b53c052d58f73f2078c61a74622687306e51c17",
      "tree": "f3763125b63a5cde50421d870c476a68344453e5",
      "parents": [
        "e71022082d6a8bd8ec3d7b9dadf3f9ce46ef339c"
      ],
      "author": {
        "name": "h-east",
        "email": "h.east.727@gmail.com",
        "time": "Tue Feb 13 21:09:22 2024 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Tue Feb 13 21:11:22 2024 +0100"
      },
      "message": "runtime(vim): include Vim Syntax generator\n\nfixes: #13939\ncloses: #14021\nrelated: vim-jp/syntax-vim-ex#28\n\nSigned-off-by: h-east \u003ch.east.727@gmail.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "f430e7daebc8fb0023884e753c99c3d2f51936af",
      "tree": "dd0ef68ba6a41ebb7d8d7bb64eafafa29ed126af",
      "parents": [
        "f2fb7dd3d3bb94fc51347c25d2829bb0a80c8719"
      ],
      "author": {
        "name": "Philip H",
        "email": "47042125+pheiduck@users.noreply.github.com",
        "time": "Wed Jan 31 20:51:48 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 31 20:51:48 2024 +0100"
      },
      "message": "runtime(Filelist): include README_vimlogo.txt (#13944)\n\nSigned-off-by: Philip H \u003c47042125+pheiduck@users.noreply.github.com\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "ece71456897cd3f38d6979c8a31401ce94c03d14",
      "tree": "577406e646a0895fbc7847f72a92c6b3ddfa77c2",
      "parents": [
        "c46c21b4ca476c0846a410d7c4d8c6e3e930f167"
      ],
      "author": {
        "name": "Shay Hill",
        "email": "shay_public@hotmail.com",
        "time": "Wed Jan 31 20:11:38 2024 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Wed Jan 31 20:15:03 2024 +0100"
      },
      "message": "runtime(vimlogo): Include and modernize vimlogo.svg\n\nfix degenerate splines in vimlogo.svg\n\ncloses: #13941\n\nSigned-off-by: Shay Hill \u003cshay_public@hotmail.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "0a3d36968737ad70bf234b6cc438230911b14f9c",
      "tree": "a7e8607d8b8c98584760686d056f7e8cd073fc51",
      "parents": [
        "28db30ddb1ea458dd1826babe479ec2bf54b1ed6"
      ],
      "author": {
        "name": "Philip H",
        "email": "47042125+pheiduck@users.noreply.github.com",
        "time": "Wed Jan 31 20:04:22 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 31 20:04:22 2024 +0100"
      },
      "message": "CI: get rid of snap and speed up CI (#13938)\n\nSigned-off-by: Philip H \u003c47042125+pheiduck@users.noreply.github.com\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "68a89470693c7687d4e736ca056c05de632e3ac7",
      "tree": "6b075cfda5ae9a9f125eaa9012bf0f90f1fc7112",
      "parents": [
        "3779516988f14f2070d827514c79383334a0946b"
      ],
      "author": {
        "name": "Doug Kearns",
        "email": "dougkearns@gmail.com",
        "time": "Fri Jan 05 17:59:04 2024 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Fri Jan 05 17:59:04 2024 +0100"
      },
      "message": "patch 9.1.0013: Modula2 filetype support lacking\n\nProblem:  Modula2 filetype support lacking\nSolution: Improve the Modula-2 runtime support, add additional modula2\n          dialects, add compiler plugin, update syntax highlighting,\n          include syntax tests, update Makefiles (Doug Kearns)\n\ncloses: #6796\ncloses: #8115\n\nSigned-off-by: Doug Kearns \u003cdougkearns@gmail.com\u003e\nSigned-off-by: Benjamin Kowarsch \u003ctrijezdci@users.noreply.github.com\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "53860eb9ce6c5490ded1372607b18bb895bb2461",
      "tree": "0f26404dd91b35dae225674857821569fc2dd7ba",
      "parents": [
        "0aed99abf79c00fcd6b489a8eab646e2ba97876d"
      ],
      "author": {
        "name": "Restorer",
        "email": "69863286+RestorerZ@users.noreply.github.com",
        "time": "Fri Dec 29 01:11:48 2023 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 28 23:11:48 2023 +0100"
      },
      "message": "runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790)\n\n- File coveralls.yml removed from $(SRC_ALL),  in patch 9.0.1752 (#12851)\r\n- runtime/lang/Make_mvc.mak moved from $(LANG_DOS) to $(RT_DOS)\r\n\r\nSigned-off-by: RestorerZ \u003crestorer@mail2k.ru\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "9cc95aa0d8f52bb0c906ca13297ce3a2ba615f2b",
      "tree": "4376375c26d71d1881bd6dc3958a4b3fe420783c",
      "parents": [
        "4f3480c94358e3b938594fc3574477e780525cd7"
      ],
      "author": {
        "name": "Peter Simonyi",
        "email": "the.peter.simonyi@gmail.com",
        "time": "Fri Dec 01 12:07:42 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 01 18:07:42 2023 +0100"
      },
      "message": "CI: check that all files are listed in Filelist (#13601)\n\nSometimes patches add files that should be included in tarballs for\r\ndistribution, but are not added to Filelist (used by Makefile to build\r\nthe tar archive).  This can break the build, or it can be silently\r\nignored as runtime files are simply not included in the distribution.\r\n\r\nAdd a CI check to ensure all files tracked in the repository are\r\nassigned to a variable in Filelist.  A few files were not listed because\r\nthey do not need to be included in builds and tarballs, so add an IGNORE\r\nvariable for these exceptions.\r\n\r\nCo-authored-by: Peter Simonyi \u003cpts@petersimonyi.ca\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "72314bb85f56dabc56d59b135083a80f85eafbb7",
      "tree": "9c579eadcf154a282c6cb6a769584f9e9d72673e",
      "parents": [
        "7bed263c343c62129c5d8f51796895a28db1b312"
      ],
      "author": {
        "name": "Peter Simonyi",
        "email": "the.peter.simonyi@gmail.com",
        "time": "Thu Nov 30 11:46:55 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 30 17:46:55 2023 +0100"
      },
      "message": "runtime(Filelist): include several missing files (#13600)\n\nThese files were discovered to be missing from Filelist, and thus\r\ndistribution tarballs:\r\n- editorconfig plugin\r\n- extra files for Rust support\r\n- readme for Haiku OS builds\r\n\r\nCo-authored-by: Peter Simonyi \u003cpts@petersimonyi.ca\u003e\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "64c6bfd8eef55a46a1f304d151c9464d7b93721c",
      "tree": "81187ff00d8f6467cb48b6463d350461a782e374",
      "parents": [
        "2bad26fe2cb48f13c8d8e7b7e47232f89af2c03c"
      ],
      "author": {
        "name": "Restorer",
        "email": "69863286+RestorerZ@users.noreply.github.com",
        "time": "Sun Nov 26 14:01:56 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 26 15:01:56 2023 +0100"
      },
      "message": "runtime(tutor): add Make_mvc.mak file for tutor (#13580)\n\n* Added Make_mvc.mak file for tutor\r\n\r\n* updated Filelist\r\n\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "e214692718d6a997a0540fc688e1417564416f80",
      "tree": "68601945701feb2cae0075f5273c7802427d4cdb",
      "parents": [
        "00624a2fa08d04bdded240d474e9cfdc193dbe10"
      ],
      "author": {
        "name": "RestorerZ",
        "email": "restorer@mail2k.ru",
        "time": "Thu Nov 23 20:58:32 2023 +0100"
      },
      "committer": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Thu Nov 23 20:58:32 2023 +0100"
      },
      "message": "patch 9.0.2127: translation Makefiles can be improved\n\nProblem:  translation Makefiles can be improved\nSolution: Modified and extended po-related Makefiles and\n          related files\n\ncloses: #13518\n\nSigned-off-by: RestorerZ \u003crestorer@mail2k.ru\u003e\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e\n"
    },
    {
      "commit": "d2c977bb7c1325fd6335095dd10aef5ae7990cb3",
      "tree": "a0a53a4c06fc847b0c0940860a7789a9632657f5",
      "parents": [
        "596a9f29c83af85ace1a2702c88591851ad14df8"
      ],
      "author": {
        "name": "zdohnal",
        "email": "zdohnal@redhat.com",
        "time": "Tue Nov 21 19:42:56 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 21 19:42:56 2023 +0100"
      },
      "message": "runtime(Filelist): include new doc-Makefiles (#13551)\n\nTags for help files disappeared with the latest Vim update in Fedora,\r\nwhich is caused by silent error (it didn\u0027t stop the build) about missing\r\nfile. I use \u0027make unixall\u0027 in Fedora to get the latest patchlevels and\r\nthe new files were missing from Filelist file which is used for\r\ngenerating the tarball.\r\n\r\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "9b04c503197af07dad3c4fe4348acd9150f3a715",
      "tree": "c55177ef5a76115fd79ec58e70381e4f5bcc8587",
      "parents": [
        "00cb247465856eaa546c520b65cf0ccc753ee1cd"
      ],
      "author": {
        "name": "zdohnal",
        "email": "zdohnal@redhat.com",
        "time": "Tue Sep 05 20:55:47 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 05 20:55:47 2023 +0200"
      },
      "message": "Filelist: Add missing directory `crash` (#13036)\n\nSigned-off-by: Christian Brabandt \u003ccb@256bit.org\u003e"
    },
    {
      "commit": "46acad7284cba7842b5e505fa3d07e99806d246f",
      "tree": "7ae53661500fb477e8b605c71129273551089441",
      "parents": [
        "10e8ff9b26078994cae57c2422b145d37aaf714e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 11 19:04:18 2023 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 11 19:04:18 2023 +0100"
      },
      "message": "patch 9.0.1627: no generic mechanism to test syntax plugins\n\nProblem:    No generic mechanism to test syntax plugins.\nSolution:   Add a syntax plugin test mechanism, using screendumps.  Add a\n            simple test for \"c\".\n"
    },
    {
      "commit": "f39d9e9dca443e42920066be3a98fd9780e4ed33",
      "tree": "fc55b4f846fe60b7bb21613b26b796fba38eff1b",
      "parents": [
        "71badf9547e8f89571b9a095183671cbb333d528"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 22 22:54:40 2023 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 22 22:54:40 2023 +0100"
      },
      "message": "patch 9.0.1479: small source file problems; outdated list of distrib. files\n\nProblem:    Small source file problems; outdated list of distributed files.\nSolution:   Small updates to source files and list of distributed files.\n"
    },
    {
      "commit": "84dbf855fb2d883481f74ad0ccf3df3f8837e6bf",
      "tree": "54ad26d888f28a47726b2064ac3aa6f395046bd7",
      "parents": [
        "1881abfc34a61e7fb90bbcf8a5b8550405d55613"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 08 10:03:48 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 08 10:03:48 2022 +0000"
      },
      "message": "patch 9.0.1029: autoload directory missing from distribution\n\nProblem:    Autoload directory missing from distribution.\nSolution:   Add the autoload/zig directory to the list of distributed files.\n"
    },
    {
      "commit": "647b8dfa7f6300df833b4e5e2a38a4cdfa7de3fc",
      "tree": "37d58f937ac8ffd8dc185943378bca91e61caff8",
      "parents": [
        "2e613453eeeac3ef3405478c33775dd77d135bc7"
      ],
      "author": {
        "name": "Philip H",
        "email": "47042125+pheiduck@users.noreply.github.com",
        "time": "Wed Dec 07 23:00:26 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 07 23:00:26 2022 +0000"
      },
      "message": "patch 9.0.1027: LGTM is soon shutting down\n\nProblem:    LGTM is soon shutting down.\nSolution:   Remove LGTM from CI. (closes #11671)\n"
    },
    {
      "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": "cf650b7c9bf8310e2d5b04edced6f7290b759044",
      "tree": "a3ed02d3d342acba2f09d16dcb59b8d3f788bdae",
      "parents": [
        "5390c05a3ca712da8fc56b14517c99c740551c0b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 02 13:20:19 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 02 13:20:19 2022 +0000"
      },
      "message": "patch 9.0.0987: file missing from list of distributed files\n\nProblem:    File missing from list of distributed files.\nSolution:   Add logfile.pro to list of distributed files.\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": "88456cd3c49a3dd1fda17cf350daa9b8216b1aa6",
      "tree": "bd241035e3d905b74667faca9f75e48c9c9c310d",
      "parents": [
        "d13166e788fcaef59ec65c20b46ca4be16625669"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 18 22:14:09 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Nov 18 22:14:09 2022 +0000"
      },
      "message": "patch 9.0.0904: various comment and indent flaws\n\nProblem:    Various comment and indent flaws.\nSolution:   Improve comments and indenting.\n"
    },
    {
      "commit": "a44c7811ff1c5519ac9acd6a34c58c98366f5c5f",
      "tree": "d9672afca9fe21f200609644dc6e457411537938",
      "parents": [
        "44c2209352d56d70b1fc0215e81f1822d55aa563"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 15 22:59:07 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 15 22:59:07 2022 +0000"
      },
      "message": "patch 9.0.0887: cannot easily try out what codes various keys produce\n\nProblem:    Cannot easily try out what codes various keys produce.\nSolution:   Add a script to gather key code information, with an initial list\n            of codes to compare with.\n"
    },
    {
      "commit": "251c1e2ed810d532f7c7d7eb5d6ed5e28a12e501",
      "tree": "e45455f11cfe3bc3dd96579a67de312059075254",
      "parents": [
        "16dab41537ae206f4cab676ad53edbae5fd5fb45"
      ],
      "author": {
        "name": "Martin Tournoij",
        "email": "martin@arp242.net",
        "time": "Sat Oct 08 17:15:28 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 08 17:15:28 2022 +0100"
      },
      "message": "patch 9.0.0698: VisVim is outdated, does not work with current Visual Studio\n\nProblem:    VisVim is outdated, does not work with current Visual Studio.\nSolution:   Remove VisVim. (Martin Tournoij)\n"
    },
    {
      "commit": "1190139ed01c27539615beea9559a88b2551daf3",
      "tree": "4eb03f499df113cee60feeb0d27fa46bec85b6df",
      "parents": [
        "2cb4a89797477fc90c9d84b0d45e869369e39c75"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 26 19:50:44 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 26 19:50:44 2022 +0100"
      },
      "message": "patch 9.0.0595: extra newline in messages after a verbose shell message\n\nProblem:    Extra newline in messages after a verbose shell message.\nSolution:   Output the newline with msg_putchar_attr(). (closes #11233)\n            Make it possible to filter a screendump before comparing it.\n"
    },
    {
      "commit": "c3430cb583ff05722e33195e4818c88a59bb2fee",
      "tree": "4d4ab9029148e52bba7bb502f875918fbbc66956",
      "parents": [
        "2b1ddf19f8f14365d0b998b4ac12ca85c0923475"
      ],
      "author": {
        "name": "K.Takata",
        "email": "kentkt@csc.jp",
        "time": "Wed Sep 21 11:56:41 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 21 11:56:41 2022 +0100"
      },
      "message": "patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions\n\nProblem:    MS-Windows: no batch files for more recent MSVC versions.\nSolution:   Add batch files for 2017, 2019 and 2022. (Ken Takata,\n            closes #11184)\n"
    },
    {
      "commit": "4cbdcbda2d0abef3d7443320d7716f0e63e2df68",
      "tree": "2087564ae06da6c412acae1fb1218546321f8c5d",
      "parents": [
        "2d2e25b3e3c932e76f53e9cc49b60e92a7dc8715"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 20 21:23:12 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 20 21:23:12 2022 +0100"
      },
      "message": "patch 9.0.0524: build instructions for MS-Windows are outdated\n\nProblem:    Build instructions for MS-Windows are outdated.\nSolution:   Remove instructions for old MSVC versions.\n"
    },
    {
      "commit": "5bc13453b2dd8067597793e32c4f94aa3031054a",
      "tree": "65ec7297bde790aaa686e0af77cb28d8aa50a393",
      "parents": [
        "c572ad508f53bd89aa29081fc583f17ef1f0f123"
      ],
      "author": {
        "name": "K.Takata",
        "email": "kentkt@csc.jp",
        "time": "Fri Sep 09 10:52:47 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 09 10:52:47 2022 +0100"
      },
      "message": "patch 9.0.0421: MS-Windows makefiles are inconsistently named\n\nProblem:    MS-Windows makefiles are inconsistently named.\nSolution:   Use consistent names. (Ken Takata, closes #11088)\n"
    },
    {
      "commit": "e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8",
      "tree": "f00150bb6e9c2813a69adef48cea5d43c0680c32",
      "parents": [
        "5a4fff4d948cd12a5cf5f637ad2c561815a77d8e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Aug 15 18:51:32 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Aug 15 18:51:32 2022 +0100"
      },
      "message": "Update runtime files\n"
    },
    {
      "commit": "daaca8a1281ee610a308cd6209f81a06b3ae3a14",
      "tree": "cb3670076093ddf57926f75e39ea0521b1f223dd",
      "parents": [
        "022f9ef16c955d6b5fca0f53b79899c56a3966c5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 02 17:58:23 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 02 17:58:23 2022 +0100"
      },
      "message": "patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution\n\nProblem:    The bitmaps/vim.ico file is not in the distribution.\nSolution:   Add it back to the distribution.  Adjust the build rules to have\n            it end up in the right place.\n"
    },
    {
      "commit": "0d878b95d8f9ece2fdba81050f5caba224540f9c",
      "tree": "20cf23db136c9df0fed67fb1ff30df7a43ee38c4",
      "parents": [
        "27efc62f5d86afcb2ecb7565587fe8dea4b036fe"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 01 18:45:04 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 01 18:45:04 2022 +0100"
      },
      "message": "Update runtime files\n"
    },
    {
      "commit": "eb49041875118be5fe60f07750c7c86cb26dccef",
      "tree": "3de6d475c03b5668b1f39cf169bca4e892bfb049",
      "parents": [
        "c19f1a3488c1bb6fe5707dc6338b13cb9f598670"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jun 28 13:44:46 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jun 28 13:44:46 2022 +0100"
      },
      "message": "release version 9.0\n\nProblem:    About time to release Vim 9.0.\nSolution:   Update the version number everywhere.\n"
    },
    {
      "commit": "abd56da30bae4a5c6c20b9363ccae12f7b126026",
      "tree": "91029777d1cc974fb2570fd8835c7725dd31bd39",
      "parents": [
        "1b096b0d4a52cacf5ac782c7fa0d02cf0ef22fc4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 23 20:46:27 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 23 20:46:27 2022 +0100"
      },
      "message": "patch 8.2.5154: still mentioning version8, some cosmetic issues\n\nProblem:    Still mentioning version8, some cosmetic issues.\nSolution:   Prefer mentioning version9, cosmetic improvements.\n"
    },
    {
      "commit": "831d6d4c02ca629e7e7a28537fd9048351e5db5c",
      "tree": "175bc2915e25acb73e55bb0ca55bcdf2e1542c91",
      "parents": [
        "ca195cc84fb3f5e497cdbc5f1f53dc1d7efedf48"
      ],
      "author": {
        "name": "K.Takata",
        "email": "kentkt@csc.jp",
        "time": "Tue Jun 14 13:58:29 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jun 14 13:58:29 2022 +0100"
      },
      "message": "patch 8.2.5090: MS-Windows: vim.def is no longer used\n\nProblem:    MS-Windows: vim.def is no longer used.\nSolution:   Delete vim.def. (Ken Takata, closes #10569)\n"
    },
    {
      "commit": "b3c9077a5be76cd88b9a0c07b6d6c072d5c8ac3e",
      "tree": "b4b6b7872fa5e5409c6a7730690e4f3df60b347b",
      "parents": [
        "cf030578b26460643dca4a40e7f2e3bc19c749aa"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 06 16:32:46 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 06 16:32:46 2022 +0100"
      },
      "message": "patch 8.2.4891: Vim help presentation could be better\n\nProblem:    Vim help presentation could be better.\nSolution:   Add an imported file for extra Vim help support.  Show highlight\n            names in the color they have.\n"
    },
    {
      "commit": "0b962e5685edd41b55d5427b894797e725707639",
      "tree": "0b6bddeb6a2c7da603b71474b87f185dc14a02ea",
      "parents": [
        "292e1b9f681054a1de8fa22315ae6eedd7acb205"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 03 18:02:37 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 03 18:02:37 2022 +0100"
      },
      "message": "patch 8.2.4677: the Athena GUI support is outdated\n\nProblem:    The Athena GUI support is outdated.\nSolution:   Remove the Athena GUI code.\n"
    },
    {
      "commit": "176711f06966f6691a29c410e4693bf14e0f3d74",
      "tree": "938328444653a0ac69b42fb4af75e6636f01d77f",
      "parents": [
        "dbf8094b17781ab1db191cf690e59c79f508a50f"
      ],
      "author": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Fri Mar 11 15:24:11 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 11 15:24:11 2022 +0000"
      },
      "message": "patch 8.2.4545: MS-Windows: the installed icon is low resolution\n\nProblem:    MS-Windows: the installed icon is low resolution.\nSolution:   Use a better icon.  Install vim.ico. (Christian Brabandt,\n            closes #9931, closes #9930)\n"
    },
    {
      "commit": "df1bbea436636ac227d33dd79f77e07f4fffb028",
      "tree": "1fe4acce1bba5825b1c33b5c7a022d6db9dc6a51",
      "parents": [
        "c12dc47b8f80c02e4fdcdb38b8217e1c06a11368"
      ],
      "author": {
        "name": "Yegappan Lakshmanan",
        "email": "yegappan@yahoo.com",
        "time": "Sat Mar 05 14:35:12 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 05 14:35:12 2022 +0000"
      },
      "message": "patch 8.2.4512: the find_tags_in_file() function is much too long\n\nProblem:    The find_tags_in_file() function is much too long.\nSolution:   Refactor into multiple smaller functions. (Yegappan Lakshmanan,\n            closes #9892)\n"
    },
    {
      "commit": "ab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8",
      "tree": "498095c465cffe9430712b7f7f86b12b7524b007",
      "parents": [
        "73257149d759a8e6ddbe555d2b5aa37b6cb8db8b"
      ],
      "author": {
        "name": "ichizok",
        "email": "gclient.gaap@gmail.com",
        "time": "Wed Feb 02 15:19:38 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Feb 02 15:19:38 2022 +0000"
      },
      "message": "patch 8.2.4284: old mac resources files are no longer used\n\nProblem:    Old mac resources files are no longer used.\nSolution:   Delete the unused files. (Ozaki Kiichi, closes #9688)\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": "76687d27173e64d739ea371751697c03ad0821ef",
      "tree": "b663e78054db83e9428c956a0a9b8a9e91459cef",
      "parents": [
        "1450112eef2eda211d398d6d7ac03f7a29fa4f55"
      ],
      "author": {
        "name": "K.Takata",
        "email": "kentkt@csc.jp",
        "time": "Tue Jan 25 10:31:37 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 25 10:31:37 2022 +0000"
      },
      "message": "patch 8.2.4213: too much code for supporting old MSVC versions\n\nProblem:    Too much code for supporting old MSVC versions.\nSolution:   Remove MSVC 2003 support. (Ken Takata, closes #9623)\n"
    },
    {
      "commit": "4ac893f32109f29349661322676e5b81eb169b74",
      "tree": "aa76646a622243c7cacab5ed3b592202c2079615",
      "parents": [
        "fc6ccebea668c49e9e617e0657421b6a8ed9df1e"
      ],
      "author": {
        "name": "K.Takata",
        "email": "kentkt@csc.jp",
        "time": "Thu Jan 20 12:44:28 2022 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 20 12:44:28 2022 +0000"
      },
      "message": "patch 8.2.4153: MS-Windows: Global IME is no longer supported\n\nProblem:    MS-Windows: Global IME is no longer supported.\nSolution:   Remove the Global IME implementation. (Ken Takata, closes #9562)\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": "39713d3acbfb6673775158a0171c7389c07f25df",
      "tree": "c422eb7f7343b4427ee56b12a837087fc32d4266",
      "parents": [
        "dc7c366f3aae65ee691010b08f37acfb26e0742b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 20 15:53:13 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 20 15:53:13 2021 +0000"
      },
      "message": "patch 8.2.3861: list of distributed files is outdated\n\nProblem:    List of distributed files is outdated.\nSolution:   Add new files.\n"
    },
    {
      "commit": "f79cbf6512863c167bc794035df067e3a3e474f3",
      "tree": "41b0ad1e3f883afa57e66ac2e20dffd97f56ac0b",
      "parents": [
        "b15cf44c1d9c92a2ac07cff415071e31a9ad88fa"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 16 16:14:11 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 16 16:14:11 2021 +0000"
      },
      "message": "patch 8.2.3827: huntr badge does not really fit in the list\n\nProblem:    Huntr badge does not really fit in the list.\nSolution:   Move the link to Huntr to the issue template.\n"
    },
    {
      "commit": "7da341560ec8db7e81cd80092b046b60a482fbbe",
      "tree": "f730b64f0d74c28697b322dfe965a071170028c4",
      "parents": [
        "19916a8c8920b6a1fd737ffa6d4e363fc7a96319"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Nov 24 19:30:55 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Nov 24 19:30:55 2021 +0000"
      },
      "message": "patch 8.2.3666: libvterm is outdated\n\nProblem:    Libvterm is outdated.\nSolution:   Include patches from revision 769 to revision 789.\n"
    },
    {
      "commit": "73448a27a8e13b9b26759abeb092fd13a0e93238",
      "tree": "b5c637e4f1990048578eb804db574be2ccada692",
      "parents": [
        "581f41adb3ba1dc95bf4fc7c434427e1203be5e8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Nov 22 12:06:06 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Nov 22 12:06:06 2021 +0000"
      },
      "message": "patch 8.2.3642: list of distributed files is outdated\n\nProblem:    List of distributed files is outdated.\nSolution:   Rename term.h to termdefs.h.\n"
    },
    {
      "commit": "d3682c5f28380695a53cbb927deb94ffa3261eca",
      "tree": "ac626cc34b7bfcd82497e3c96f229af69ffed0d7",
      "parents": [
        "519cc559b08b800edc429688aece7ad6a00d41eb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 16 19:20:56 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 16 19:20:56 2021 +0000"
      },
      "message": "patch 8.2.3606: file missing from list of distributed files\n\nProblem:    File missing from list of distributed files.\nSolution:   Add the file.\n"
    },
    {
      "commit": "e30d10253fa634c4f60daa798d029245f4eed393",
      "tree": "57aca74b65dc4c3924ef23185b8cb2b6933996c2",
      "parents": [
        "3c5904d2a5d7861c227a4c3cd4ddcbc51014c838"
      ],
      "author": {
        "name": "Drew Vogel",
        "email": "dvogel@github",
        "time": "Sun Oct 24 20:35:07 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 24 20:35:07 2021 +0100"
      },
      "message": "patch 8.2.3562: cannot add color names\n\nProblem:    Cannot add color names.\nSolution:   Add the v:colornames dictionary. (Drew Vogel, closes #8761)\n"
    },
    {
      "commit": "d57a6bd98c9a57b766eadcc3f10e9c4169c788aa",
      "tree": "44f260d08eb82efba55c1993f9cde1d78cefb217",
      "parents": [
        "cbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 07 12:32:20 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 07 12:32:20 2021 +0200"
      },
      "message": "patch 8.2.3302: Coverity is not run from github\n\nProblem:    Coverity is not run from github.\nSolution:   Add a coverity script. (James McCoy, closes #8714)\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": "e97c7c962ca0fd7cad0d157f1762eb5cc5887fca",
      "tree": "2d82c566de01059fe2993c8adaa9e1d0955ec24e",
      "parents": [
        "15bbb8f4f38d25d491d7dff83ef0552e2d442d5d"
      ],
      "author": {
        "name": "matveyt",
        "email": "matthewtarasov@gmail.com",
        "time": "Mon May 24 18:48:27 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon May 24 18:48:27 2021 +0200"
      },
      "message": "patch 8.2.2883: MS-Windows manifest file name is misleading\n\nProblem:    MS-Windows manifest file name is misleading.\nSolution:   Rename the file. (closes #8241)\n"
    },
    {
      "commit": "1bb0da25a6581cd09d6df91f11ce866dc775597b",
      "tree": "fc7bb5628d52ae2ec87ff5ee033bf86c4e9247d3",
      "parents": [
        "4c295027a426986566cd7a76c47a6d3a529727e7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 02 19:15:05 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 02 19:15:05 2021 +0200"
      },
      "message": "patch 8.2.2824: MS-Windows: build failure with MSVC\n\nProblem:    MS-Windows: build failure with MSVC.\nSolution:   Adjust the list of distributed files.  Add hint about python.\n            Adjust path for reading runtime files.\n"
    },
    {
      "commit": "0de8e2d6a3fae61c4d9dfdd6f16fc5040d994f6c",
      "tree": "7302561f599e92ec1deb78045cf8cbb70a9a4070",
      "parents": [
        "c8cdf0f80b3cfd88a4490d80572062c1fd1a96ca"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 13 13:30:03 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 13 13:30:03 2021 +0100"
      },
      "message": "patch 8.2.2593: list of distributed files is incomplete\n\nProblem:    List of distributed files is incomplete.\nSolution:   Add a file and rename another.\n"
    },
    {
      "commit": "9281c6cae4e1cec2c661487d761d407bad7c6ad6",
      "tree": "5c0982cb5299379f9e1b18db91d9be7a068642b8",
      "parents": [
        "a72514945bc3edd4fc4d745004e37c5d5487c98d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 02 17:06:16 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 02 17:06:16 2021 +0100"
      },
      "message": "patch 8.2.2277: missing backslash\n\nProblem:    Missing backslash.\nSolution:   Add backslash.\n"
    },
    {
      "commit": "a72514945bc3edd4fc4d745004e37c5d5487c98d",
      "tree": "8be6f3c985e10ae5c3741e5af54beab49a54648b",
      "parents": [
        "7e6a515ed14e204fafb3dd6e98f2fb543e64aedd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 02 16:53:13 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 02 16:53:13 2021 +0100"
      },
      "message": "patch 8.2.2276: list of distributed files is outdated\n\nProblem:    List of distributed files is outdated.\nSolution:   Update the file list.  Minor comment updates.\n"
    },
    {
      "commit": "e5492609b3a153c631f1d600ecdef1af1c913bef",
      "tree": "8ac8edf36add01afc1be922eadf91059d12ebd94",
      "parents": [
        "58a52f215a568b32c8a3aec0ccdb383f1a76dba0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Dec 22 19:05:33 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Dec 22 19:05:33 2020 +0100"
      },
      "message": "patch 8.2.2192: Codecov on github actions fails\n\nProblem:    Codecov on github actions fails.\nSolution:   Revert to codecov script. (Ozaki Kiichi, closes #7529)\n"
    },
    {
      "commit": "ef16c90423ae579927e6294c1ccfd17c5a1c113c",
      "tree": "2bb6050dbf63589a365ea7733e45ec24b0ddae3f",
      "parents": [
        "4f4d51a942cc2c6b3e936ee0f93f00c2d000065c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 11 14:22:22 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 11 14:22:22 2020 +0200"
      },
      "message": "patch 8.2.1831: file missing from distribution\n\nProblem:    File missing from distribution.\nSolution:   Add the github code analyses file.\n"
    },
    {
      "commit": "a62372be1f73b69f9d4c9413ec816d773a16a0f5",
      "tree": "e9d08905a62bab6b3a1c31e6f96b9e61fd323ef3",
      "parents": [
        "4ed124cc6c0c55385c3b2fed9f9357baf42edbcc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 09 20:41:40 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 09 20:41:40 2020 +0200"
      },
      "message": "patch 8.2.1648: Amiga: no common build file for Amiga (-like) systems\n\nProblem:    Amiga: no common build file for Amiga (-like) systems.\nSolution:   Turn Make_morph.mak into Make_ami.mak. (Ola Söder, closes #6805)\n"
    },
    {
      "commit": "8b5866ded6036f7adece26b6d16962bbd2d47842",
      "tree": "a473e6759fd5a5dc6436a6502c0d51ddb077805a",
      "parents": [
        "7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 05 15:48:51 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 05 15:48:51 2020 +0200"
      },
      "message": "patch 8.2.1597: the channel source file is too big\n\nProblem:    The channel source file is too big.\nSolution:   Move job related code to a new source file.\n"
    },
    {
      "commit": "cf8aa6448b3520905bea528ea8ad6533cbef288d",
      "tree": "ee3eb5eaa3951ea891433ba8c947e45ac78a7cc9",
      "parents": [
        "e2e4075fad1326181edc5a131e48c644ef613693"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 05 13:48:58 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 05 13:48:58 2020 +0200"
      },
      "message": "patch 8.2.1594: pull requests on github do not notify a maintainer\n\nProblem:    Pull requests on github do not notify a maintainer.\nSolution:   Add a CODEOWNERS file with a few initial entries.\n"
    },
    {
      "commit": "0b39c3fd4c5d1c8ebd2efa85fced7df5e17efd3b",
      "tree": "6d230d3ef3310ad4aa28801d3720d33c29a19a4b",
      "parents": [
        "25859dd74cd5befe964627dc03b8369dfaebe837"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 30 15:52:10 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 30 15:52:10 2020 +0200"
      },
      "message": "patch 8.2.1544: cannot translate messages in a Vim script\n\nProblem:    Cannot translate messages in a Vim script.\nSolution:   Add gettext().  Try it out for a few messages in the options\n            window.\n"
    },
    {
      "commit": "98945560c1ae6e2ddee820a7de718a36e3f4b6e5",
      "tree": "d0bf5f895d54aa470f852520492c8755e533fa5a",
      "parents": [
        "e3d4685f1f716e0c516332101d85e0930f20fc59"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 29 16:41:27 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 29 16:41:27 2020 +0200"
      },
      "message": "patch 8.2.1540: the user cannot try out emoji character widths\n\nProblem:    The user cannot try out emoji character widths.\nSolution:   Move the emoji script to the runtime/tools directory.\n"
    },
    {
      "commit": "4e4473c927167fd24e5c8df90e0e8035080cf2da",
      "tree": "07e43fbf7948fd3dbd6878b6c5c29069124a4c43",
      "parents": [
        "08aac3c6192f0103cb87e280270a32b50e653be1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 28 22:24:57 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 28 22:24:57 2020 +0200"
      },
      "message": "patch 8.2.1536: cannot get the class of a character; emoji widths are wrong\n\nProblem:    Cannot get the class of a character; emoji widths are wrong in\n            some environments.\nSolution:   Add charclass(). Update some emoji widths.  Add script to check\n            emoji widths.\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": "b96a32ef1a95dd4ebf9413d686bccb1b4645f74b",
      "tree": "b9672586db9ccb2505455420ab8bf7d30561c7ea",
      "parents": [
        "7ac616cb0a52bc72b449e19cf9db93bee116c15a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 13 18:59:55 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 13 18:59:55 2020 +0200"
      },
      "message": "patch 8.2.1439: tiny and small builds have no test coverage\n\nProblem:    Tiny and small builds have no test coverage.\nSolution:   Restore tests that do not depend on the +eval feature.\n            (Ken Takata, closes #6696)\n"
    },
    {
      "commit": "097148e849136b49052b1b5123c714fb1d74db9b",
      "tree": "d5b0bf4ce9b435be94de3ff7b87e85ae99c1e484",
      "parents": [
        "4301a729eabafee388aaf8465cf780d3f84cec95"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 11 21:58:20 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 11 21:58:20 2020 +0200"
      },
      "message": "patch 8.2.1422: the Mac GUI implementation is outdated\n\nProblem:    The Mac GUI implementation is outdated and probably doesn\u0027t even\n            work.\nSolution:   Remove the Mac GUI code.  The MacVim project provides the\n            supported Vim GUI version.\n"
    },
    {
      "commit": "f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9",
      "tree": "7872b2cb248f6e0bd9624bee8a0885185d9e82e1",
      "parents": [
        "59eccb92e3c68f65525e08d2113213ff7d7ed00a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 11 20:42:19 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 11 20:42:19 2020 +0200"
      },
      "message": "patch 8.2.1420: test 49 is old style\n\nProblem:    Test 49 is old style.\nSolution:   Convert remaining parts to new style. Remove obsolete items.\n            (Yegappan Lakshmanan, closes #6683)\n"
    },
    {
      "commit": "a7cc9e697b9140da66a09f71cdf839d08e32f5fb",
      "tree": "3ab4b438dace5c22822a317a0058d703c5cb3a62",
      "parents": [
        "b3ca98240761d8f320c5a49e077d1aac6496bb21"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 09 15:25:14 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 09 15:25:14 2020 +0200"
      },
      "message": "patch 8.2.1405: Vim9: vim9compile.c is getting too big\n\nProblem:    Vim9: vim9compile.c is getting too big.\nSolution:   Split off type code to vim9type.c.\n"
    },
    {
      "commit": "74d95b5b58a36697975c48192e84be808b2512a8",
      "tree": "0b7a07e19a9f45a6b26874420bf1dc1b4e6552ee",
      "parents": [
        "dd29f1b0569cca253c80856eda2e85e04c1e0627"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 07 20:47:39 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 07 20:47:39 2020 +0200"
      },
      "message": "patch 8.2.1389: file missing from the distribution\n\nProblem:    File missing from the distribution.\nSolution:   Add script_util.vim to the list of distributes files.\n"
    },
    {
      "commit": "f9a343f8bda8fbe17ff045bef7342ffd6179e2f5",
      "tree": "ed40764cd0f831132af942ef4a2f8c30d563cec5",
      "parents": [
        "b61ef01cce2afd70fbfa2805336a26643109dfb7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 29 16:32:21 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jul 29 16:32:21 2020 +0200"
      },
      "message": "patch 8.2.1317: MS-Windows tests on AppVeyor are slow\n\nProblem:    MS-Windows tests on AppVeyor are slow.\nSolution:   Use GitHub Actions. (Ken Takata, closes #6569)\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": "e3f915d12c8fe0466918a29ab4eaef153f71a2cd",
      "tree": "40dbefda787ad5025343d543a1bf7d2b90c99d13",
      "parents": [
        "ceb56ddbafbca01e52ff4291d9480bf83d739793"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 14 23:02:44 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 14 23:02:44 2020 +0200"
      },
      "message": "patch 8.2.1215: Atari MiNT support is outdated\n\nProblem:    Atari MiNT support is outdated.\nSolution:   Nobody responded this code is still useful, so let\u0027s delete it.\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": "f09715bc5c827dab4425736da9024727836997e5",
      "tree": "a496c389e459b01bdd8999abe3dc758025115820",
      "parents": [
        "788fbb47079e6df4d4815d27273faf8390395029"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 31 14:25:22 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 31 14:25:22 2020 +0200"
      },
      "message": "patch 8.2.0859: no Turkish translation of the manual\n\nProblem:    No Turkish translation of the manual.\nSolution:   Add Turkish translations. (Emir Sarı, closes #5641)\n"
    },
    {
      "commit": "788fbb47079e6df4d4815d27273faf8390395029",
      "tree": "4257162a0428962e3aad34a926ff40d08b0d632d",
      "parents": [
        "5cd1cb9ff9d04979ff4cbc36ca8416d83364505d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 31 14:08:12 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 31 14:08:12 2020 +0200"
      },
      "message": "patch 8.2.0858: not easy to require Lua modules\n\nProblem:    Not easy to require Lua modules.\nSolution:   Improve use of Lua path. (Prabir Shrestha, closes #6098)\n"
    },
    {
      "commit": "041c7107f23d3b49ab62c1d7e36af90421db8b63",
      "tree": "f21e0e6114da8949c9d91f727d8df2e0754ce064",
      "parents": [
        "06b7b58455f9c09be3d1c36d174ffbfdf4efcd79"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 30 18:14:57 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 30 18:14:57 2020 +0200"
      },
      "message": "patch 8.2.0849: BeOS code is not maintained and probably unused\n\nProblem:    BeOS code is not maintained and probably unused.\nSolution:   Remove the BeOS code. (Emir Sari, closes #5817)\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": "a2e408f5981b4da64426c3bda98d837ea36469bf",
      "tree": "187ff59a89ea6cf62953f9ba71a8e988314f28c1",
      "parents": [
        "0b39ec3c7dd41852fa6f0430b3f963c59d0b50d8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 23:00:52 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 23:00:52 2020 +0200"
      },
      "message": "patch 8.2.0787: libvterm code lags behind the upstream version\n\nProblem:    Libvterm code lags behind the upstream version.\nSolution:   Include revisions 741 - 742.\n"
    },
    {
      "commit": "2d2970ea599e83acabee56be548a54a8e6b21007",
      "tree": "8a9723f5e11a259151bca2b700d1d4eac184852f",
      "parents": [
        "f4e16ae041962555316a6953df30a45f4c45be6a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 16:29:47 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 16:29:47 2020 +0200"
      },
      "message": "patch 8.2.0780: libvterm code lags behind the upstream version\n\nProblem:    Libvterm code lags behind the upstream version.\nSolution:   Include revisions 724 - 726.\n"
    },
    {
      "commit": "e178ba36546ec7805020280910306331f1ef4ed0",
      "tree": "60ec5a8842b40de8018ad2998c9ec73501bff667",
      "parents": [
        "eb04f0893afe01faff272ef84c70d8cc16d8e80a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 14:59:47 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 17 14:59:47 2020 +0200"
      },
      "message": "patch 8.2.0776: libvterm code lags behind the upstream version\n\nProblem:    Libvterm code lags behind the upstream version.\nSolution:   Include revision 719.\n"
    },
    {
      "commit": "37addecc422c3b62a622b371246dc4ef0a2fa157",
      "tree": "bdcd6fcc386f1727c30f2f32047ab117fd94ed89",
      "parents": [
        "7ceefb35c8110d87ced884275ddbe63d024a014f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 01 16:08:11 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 01 16:08:11 2020 +0200"
      },
      "message": "patch 8.2.0676: pattern in list of distributed files does not match\n\nProblem:    Pattern in list of distributed files does not match.\nSolution:   Drop \"testdir/test_[a-z]*.ok\".  Add CI sed files.\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": "2c5c1638a9fe2ef34f2fd09ed69e10ef2e821f0a",
      "tree": "f72dc4ec3017046cf99213a5fd23d08a5bd6855c",
      "parents": [
        "88e6cc253903c86d06abb59b35c85e6aef0152f3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Apr 30 19:54:38 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Apr 30 19:54:38 2020 +0200"
      },
      "message": "patch 8.2.0667: cannot install Haiku version from source\n\nProblem:    Cannot install Haiku version from source.\nSolution:   Update Makefile and rdef file. (Emir Sari, closes #6013)\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": "57700ee4acee9b7c7f165360f09c07ec9376d989",
      "tree": "83579305222615d3ed2f5b253d7c3215f02ac017",
      "parents": [
        "4c17ad94ecb0a0fb26d6fface2614bc5172dea18"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Apr 27 22:51:33 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Apr 27 22:51:33 2020 +0200"
      },
      "message": "patch 8.2.0651: old style benchmark test still in list of distributed files\n\nProblem:    Old style benchmark test still in list of distributed files.\nSolution:   Remove the files from the list.\n"
    }
  ],
  "next": "cfe435d7feacf123ac060747b885f7c4328062ea"
}
