)]}'
{
  "log": [
    {
      "commit": "69bf634858a2a75f2984e42b1e4017bc529a040a",
      "tree": "1584b32f67463ec2b31ac858e5ada499a34967af",
      "parents": [
        "8b530c1ff91f07cf6b0289a536992b7dfbc86598"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 29 04:16:57 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 29 04:16:57 2019 +0100"
      },
      "message": "patch 8.1.2233: cannot get the Vim command line arguments\n\nProblem:    Cannot get the Vim command line arguments.\nSolution:   Add v:argv. (Dmitri Vereshchagin, closes #1322)\n"
    },
    {
      "commit": "b1ba9abcb385b0a5355788a7eefef78ec68d2f65",
      "tree": "953fc851b89d02cf229464c209044390cb986855",
      "parents": [
        "2559a47823a6a7827631f2e6a0176d7afce2721c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 16 23:34:42 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 16 23:34:42 2019 +0200"
      },
      "message": "patch 8.1.2168: heredoc assignment not skipped in if block\n\nProblem:    Heredoc assignment not skipped in if block.\nSolution:   Check if \"skip\" is set. (closes #5063)\n"
    },
    {
      "commit": "af7645d3733fdd3cd2df03ec7b653601d26969ef",
      "tree": "1b3c3d1d0d6428c33026693a5086910cca8b3078",
      "parents": [
        "8d3b51084a5bdcd2ee9e31bc03cba0d16c43d428"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 05 22:33:28 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 05 22:33:28 2019 +0200"
      },
      "message": "patch 8.1.1989: the evalfunc.c file is still too big\n\nProblem:    The evalfunc.c file is still too big.\nSolution:   Move f_pathshorten() to filepath.c.  Move f_cscope_connection() to\n            if_cscope.c.  Move diff_ functions to diff.c.  Move timer_\n            functions to ex_cmds2.c.  move callback functions to evalvars.c.\n"
    },
    {
      "commit": "27da7de7c547dbf983ed7dd901ea59be4e7c9ab2",
      "tree": "226eb4e666308f35d8869ceabbb225fcaf741b06",
      "parents": [
        "8e0a8e7eb7c177807f44db6b76d8e52314248ab5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 03 17:13:37 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 03 17:13:37 2019 +0200"
      },
      "message": "patch 8.1.1968: crash when using nested map()\n\nProblem:    Crash when using nested map().\nSolution:   Clear the pointer in prepare_vimvar(). (Ozaki Kiichi,\n            closes #4890, closes #4891)\n"
    },
    {
      "commit": "da6c03342117fb7f4a8110bd9e8627b612a05a64",
      "tree": "978562abf59627127149d50d9f2650a69e78c078",
      "parents": [
        "0fdddeeb66bbe326860ddfc573eba42f6487bbda"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 01 16:01:30 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 01 16:01:30 2019 +0200"
      },
      "message": "patch 8.1.1957: more code can be moved to evalvars.c\n\nProblem:    More code can be moved to evalvars.c.\nSolution:   Move code to where it fits better. (Yegappan Lakshmanan,\n            closes #4883)\n"
    },
    {
      "commit": "8d71b54409ca6cf989dfb7d7fe265768fb7fe062",
      "tree": "31f394027b56f1dbd68f7723320384e2594c541c",
      "parents": [
        "58a297b28d2a8127c72bd860c4a7175a5e9c97f3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 30 15:46:30 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 30 15:46:30 2019 +0200"
      },
      "message": "patch 8.1.1943: more code can be moved to evalvars.c\n\nProblem:    More code can be moved to evalvars.c.\nSolution:   Move it, clean up comments.  Also move some window related\n            functions to window.c. (Yegappan Lakshmanan, closes #4874)\n"
    },
    {
      "commit": "34ed68d40eb9c71f34a44b94263f5e7e6856cba0",
      "tree": "b8a50afb483bacd4d183ef83d413fc797a064e56",
      "parents": [
        "e5cdf153bcb348c68011b308c8988cea42d6ddeb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 29 22:48:24 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 29 22:48:24 2019 +0200"
      },
      "message": "patch 8.1.1940: script tests fail\n\nProblem:    Script tests fail.\nSolution:   Don\u0027t set vimvars type in set_vim_var_nr().\n"
    },
    {
      "commit": "e5cdf153bcb348c68011b308c8988cea42d6ddeb",
      "tree": "43c6e56660daab044d401a2ebd044577337f8e8e",
      "parents": [
        "c507a2d164cfa3dcf31a7ba9dad6663a17243bb4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 29 22:09:46 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 29 22:09:46 2019 +0200"
      },
      "message": "patch 8.1.1939: code for handling v: variables in generic eval file\n\nProblem:    Code for handling v: variables in generic eval file.\nSolution:   Move v: variables to evalvars.c. (Yegappan Lakshmanan,\n            closes #4872)\n"
    },
    {
      "commit": "0522ba0359c96a8c2a4fc8fca0d3b58e49dda759",
      "tree": "be800b3f0d6f992a9fc8332f72eb6b3361c93a4c",
      "parents": [
        "d20070274c47668560e02db184e1f8e456c3c326"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 27 22:48:30 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 27 22:48:30 2019 +0200"
      },
      "message": "patch 8.1.1933: the eval.c file is too big\n\nProblem:    The eval.c file is too big.\nSolution:   Move code related to variables to evalvars.c. (Yegappan\n            Lakshmanan, closes #4868)\n"
    }
  ]
}
