)]}'
{
  "log": [
    {
      "commit": "45bbaef0382c5468d9fac511775bd99ea7bf5b84",
      "tree": "abd7687d97b0d9abe4d39d5386245dc521bad206",
      "parents": [
        "2a4c885d54171f68ec2c2d6eb4ae281c7fefb802"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 08 16:39:22 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 08 16:39:22 2022 +0100"
      },
      "message": "patch 9.0.0418: manually deleting temp test files\n\nProblem:    Manually deleting temp test files.\nSolution:   Use the \u0027D\u0027 flag of writefile() and mkdir().\n"
    },
    {
      "commit": "3b0d70f4ff436cb144683dafd956e8a3ee485a90",
      "tree": "20d6db8894730c9ed823c9c854f696704e993949",
      "parents": [
        "4f1b083be43f351bc107541e7b0c9655a5d2c0bb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Aug 29 22:31:20 2022 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Aug 29 22:31:20 2022 +0100"
      },
      "message": "patch 9.0.0323: using common name in tests leads to flaky tests\n\nProblem:    Using common name in tests leads to flaky tests.\nSolution:   Rename files and directories to be more specific.\n"
    },
    {
      "commit": "3d0abad5bf4fe125e219f1b56c4e8200cb900e2a",
      "tree": "f10f9bde115165002eb54daec16909c0b5ed2cfc",
      "parents": [
        "264d3ddac0f9474816c20a0e92014d6f7f4b08ac"
      ],
      "author": {
        "name": "Richard Doty",
        "email": "richard.a.doty@gmail.com",
        "time": "Wed Dec 29 14:39:08 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Dec 29 14:39:08 2021 +0000"
      },
      "message": "patch 8.2.3933: after \":cd\" fails \":cd -\" is incorrect\n\nProblem:    After \":cd\" fails \":cd -\" is incorrect.\nSolution:   Set the previous directory only after successfully changing\n            directory. (Richard Doty, closes #9419, closes #8983)\n"
    },
    {
      "commit": "8dea145e39a2569153cb63487d3403a46a882189",
      "tree": "c4e8422a995ee5029af54f9aad0e728b79c19132",
      "parents": [
        "853a7692d19deb6b7c2cabce989b57c8b9908596"
      ],
      "author": {
        "name": "Dominique Pelle",
        "email": "dominique.pelle@gmail.com",
        "time": "Sat Dec 04 15:12:40 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Dec 04 15:12:40 2021 +0000"
      },
      "message": "patch 8.2.3737: test fails without the \u0027autochdir\u0027 option\n\nProblem:    Test fails without the \u0027autochdir\u0027 option.\nSolution:   Check that the option is available. (Dominique Pellé, closes #9272)\n"
    },
    {
      "commit": "851c7a699ae00bdc14a4db874cf722b7b7393b53",
      "tree": "28e2e265f8a6d37e892e6e8123032355eb9da331",
      "parents": [
        "0526815c15170a5926e1008600ec29d42d8b64c2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Nov 18 20:47:31 2021 +0000"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Nov 18 20:47:31 2021 +0000"
      },
      "message": "patch 8.2.3618: getcwd() is unclear about how \u0027autochdir\u0027 is used\n\nProblem:    getcwd() is unclear about how \u0027autochdir\u0027 is used.\nSolution:   Update the help for getcwd().  Without any arguments always return\n            the actual current directory. (closes #9142)\n"
    },
    {
      "commit": "c6376c798433bcb9ee38a8664299d11454546950",
      "tree": "012d7e527e8103d3d28af5d76b0add159e4e2e43",
      "parents": [
        "5a9357d0bff9059f547906d8d03b31bca7215af1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 03 19:29:48 2021 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 03 19:29:48 2021 +0100"
      },
      "message": "patch 8.2.3468: problem with :cd when editing file in non-existent directory\n\nProblem:    Problem with :cd when editing file in non-existent directory. (Yee\n            Cheng Chin)\nSolution:   Prepend the current directory to get the full path. (closes #8903)\n"
    },
    {
      "commit": "fe3418abe0dac65e42e85b5a91c5d0c975bc65bb",
      "tree": "a7b357a0de9079bf2ea85732bbc2619598ad6d05",
      "parents": [
        "5b73992d8f82be7ac4b6f46c17f53ffb9640e5fa"
      ],
      "author": {
        "name": "Dominique Pelle",
        "email": "dominique.pelle@gmail.com",
        "time": "Sat Jul 10 17:59:48 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 10 17:59:48 2021 +0200"
      },
      "message": "patch 8.2.3136: no test for E187 and \"No swap file\"\n\nProblem:    No test for E187 and \"No swap file\".\nSolution:   Add a test. (Dominique Pellé, closes #8540)\n"
    },
    {
      "commit": "6d91bcb4d23b5c6a0be72c384beaf385e2d9d606",
      "tree": "0f4129e5f6e049ce5313520239de270cd9389580",
      "parents": [
        "c3d6e8a46a8fc5de622e8df9dbd25edd03e00c5b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 12 18:50:36 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 12 18:50:36 2020 +0200"
      },
      "message": "patch 8.2.1432: various inconsistencies in test files\n\nProblem:    Various inconsistencies in test files.\nSolution:   Add modelines where they were missing.  Use Check commands instead\n            of silently skipping over tests.  Adjust indents and comments.\n            (Ken Takata, closes #6695)\n"
    },
    {
      "commit": "a9a47d157ab1946d1e286c9695bc68d71305af68",
      "tree": "bd97177c3df8a3671e3d2a0a58ce0609ca80d7dd",
      "parents": [
        "7f7a8888699bca6df0a45a16db5f0e313383b5f1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 09 21:45:52 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 09 21:45:52 2020 +0200"
      },
      "message": "patch 8.2.1411: when splitting a window localdir is copied but prevdir is not\n\nProblem:    when splitting a window localdir is copied but prevdir is not.\nSolution:   Also copy prevdir. (closes #6667)\n"
    },
    {
      "commit": "9b7bf9e98f06ece595fed7a3ff53ecce89797a53",
      "tree": "4a9b2cd5ac2f18f3c2c017530ab95f6878f1e757",
      "parents": [
        "914e7eaa67f8d816e15fb4a1180e6bece88d9742"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 11 22:14:59 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jul 11 22:14:59 2020 +0200"
      },
      "message": "patch 8.2.1183: assert_fails() checks the last error message\n\nProblem:    assert_fails() checks the last error message.\nSolution:   Check the first error, it is more relevant.  Fix all the tests\n            that rely on the old behavior.\n"
    },
    {
      "commit": "df7df59d85e7e56a796912dc865488a75d3f0e53",
      "tree": "d789105edccc4b4bfb6656706516b505447a80e1",
      "parents": [
        "984dddbef421eda6b8ad60936f380c5f00aebb96"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 14 13:50:55 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 14 13:50:55 2020 +0200"
      },
      "message": "patch 8.2.0976: some \u0027cpoptions\u0027 not tested\n\nProblem:    Some \u0027cpoptions\u0027 not tested.\nSolution:   Add more tests. (Yegappan Lakshmanan, closes #6253)\n"
    },
    {
      "commit": "002bc79991286934a9593b80635c27d4238cdfc4",
      "tree": "777b6a2574f8dfe4ac76552a0a8e44ba005e7961",
      "parents": [
        "3fffa97159a427067b60c80ed4645e168cc5c4bd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jun 05 22:33:42 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jun 05 22:33:42 2020 +0200"
      },
      "message": "patch 8.2.0909: cannot go back to the previous local directory\n\nProblem:    Cannot go back to the previous local directory.\nSolution:   Add \"tcd -\" and \"lcd -\". (Yegappan Lakshmanan, closes #4362)\n"
    },
    {
      "commit": "950587242cad52d067a15f0f0c83528a28f75731",
      "tree": "ff69b30a48c1bca712733f8ad48944d79de2e74e",
      "parents": [
        "6c9ba0428041d5316871245be38c13faa0107026"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 01 16:26:19 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 01 16:26:19 2020 +0200"
      },
      "message": "patch 8.2.0876: :pwd does not give a hint about the scope of the directory\n\nProblem:    :pwd does not give a hint about the scope of the directory\nSolution:   Make \":verbose pwd\" show the scope. (Takuya Fujiwara, closes #5469)\n"
    },
    {
      "commit": "92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76",
      "tree": "92daff824edb3982d06e20aa33e3b2c8fe3331ed",
      "parents": [
        "9d8d0b5c644ea53364d04403740b3f23e57c1497"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 25 15:24:44 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 25 15:24:44 2020 +0200"
      },
      "message": "patch 8.2.0634: crash with null partial and blob\n\nProblem:    Crash with null partial and blob.\nSolution:   Check for NULL pointer.  Add more tests. (Yegappan Lakshmanan,\n            closes #5984)\n"
    },
    {
      "commit": "9f6277bdde97b7767ded43a0b5a2023eb601b3b7",
      "tree": "f80204a06b9c411a154597c112f51d81a66d1d50",
      "parents": [
        "799439a5d85a7d45eff7485056f2798cea766300"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 11 22:04:02 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 11 22:04:02 2020 +0100"
      },
      "message": "patch 8.2.0243: insufficient code coverage for ex_docmd.c functions\n\nProblem:    Insufficient code coverage for ex_docmd.c functions.\nSolution:   Add more tests. (Yegappan Lakshmanan, closes #5618)\n"
    },
    {
      "commit": "7cc96923c44bbcc541cbd211b6308d87a965f0c3",
      "tree": "19061800642c9fdffb808ee1b08a8d3b9cd0f7bd",
      "parents": [
        "7f829cab356d63b8e59559285593777a66bcc02b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 31 22:41:38 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jan 31 22:41:38 2020 +0100"
      },
      "message": "patch 8.2.0189: cd() with NULL argument crashes\n\nProblem:    cd() with NULL argument crashes.\nSolution:   Check for NULL. (Ken Takata, closes #5558)\n"
    },
    {
      "commit": "297610ba4b110c918ffe60c45eb4a1d6ea2daae5",
      "tree": "ee04b17c7069ce83dd0f7f19ec30d1a9d58b7298",
      "parents": [
        "5c463a28fff1d82222d49bc7960da9e0c866b060"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 27 17:20:55 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 27 17:20:55 2019 +0100"
      },
      "message": "patch 8.2.0049: command line completion not fully tested\n\nProblem:    Command line completion not fully tested.\nSolution:   Add more test cases.  Make help sorting stable. (Dominique Pelle,\n            closes #5402)\n"
    },
    {
      "commit": "3503d7c94a6c8c2a5ca1665d648d0cb81afcc863",
      "tree": "1084785735f6ed7f60ef12045d016977ae92c377",
      "parents": [
        "b73e439606b55d66d9e81da1f9cae729af37cf04"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 09 20:10:17 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 09 20:10:17 2019 +0100"
      },
      "message": "patch 8.1.2278: using \"cd\" with \"exe\" may fail\n\nProblem:    Using \"cd\" with \"exe\" may fail.\nSolution:   Use chdir() instead.\n"
    },
    {
      "commit": "4c313b13fb7bfa694ec6d2a13175e8650c007b2a",
      "tree": "36db216d522e889c7d86027dfa69f8d5a686c2ed",
      "parents": [
        "a8eee21e75324d199acb1663cb5009e03014a13a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 24 22:58:31 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 24 22:58:31 2019 +0200"
      },
      "message": "patch 8.1.1925: more functions can be used as methods\n\nProblem:    More functions can be used as methods.\nSolution:   Make various functions usable as a method.\n"
    },
    {
      "commit": "1a3a89168d61c2fed91cbca812cf1c6983901b79",
      "tree": "a28bb59bc78f9832066fe00c551eefaafc4b8daa",
      "parents": [
        "d019039ccd7cbeae8923db20383a241d7fc77e2c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 23 22:31:37 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 23 22:31:37 2019 +0200"
      },
      "message": "patch 8.1.1915: more functions can be used as methods\n\nProblem:    More functions can be used as methods.\nSolution:   Make various functions usable as a method.\n"
    },
    {
      "commit": "1063f3d2008f22d02ccfa9dab83a23db52febbdc",
      "tree": "ed4a5e7fddc01bdf2abb1d0d7931010c724d4ac5",
      "parents": [
        "fd31e45e4bccd7070d02e4d20bcab1f45b271600"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue May 07 22:06:52 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue May 07 22:06:52 2019 +0200"
      },
      "message": "patch 8.1.1291: not easy to change directory and restore\n\nProblem:    Not easy to change directory and restore.\nSolution:   Add the chdir() function. (Yegappan Lakshmanan, closes #4358)\n"
    },
    {
      "commit": "b2e0c94a4d27e3e6222d26f13e0418a85cab21a2",
      "tree": "fcd7e33c758a135e240cdd536715b21cdff458db",
      "parents": [
        "3d1d6475f9665660c80cc53a7da2d5450b8b8d08"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 03 18:36:27 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 03 18:36:27 2018 +0200"
      },
      "message": "patch 8.1.0144: the :cd command does not have good test coverage\n\nProblem:    The :cd command does not have good test coverage.\nSolution:   Add more tests. (Dominique Pelle, closes #2972)\n"
    },
    {
      "commit": "15618fa643867cf0d9c31f327022a22dff78a0cf",
      "tree": "3b2d9c7ea41f496aafba01b1dc9091539e95c282",
      "parents": [
        "81b9d0bd5c705815e903e671e81b0b05828efd9c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 19 21:37:13 2017 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 19 21:37:13 2017 +0100"
      },
      "message": "patch 8.0.0493: crash with cd command with very long argument\n\nProblem:    Crash with cd command with very long argument.\nSolution:   Check for running out of space. (Dominique pending, closes #1576)\n"
    }
  ]
}
