)]}'
{
  "log": [
    {
      "commit": "5b8cfedfbd19a71a30c73cf44b0aec3da7fc1a24",
      "tree": "fdaa4dec72d804fdbaab665d550dc10b3be0dafb",
      "parents": [
        "892ae723ab95e429222e930cf41b32809567e58e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 30 22:16:10 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 30 22:16:10 2019 +0200"
      },
      "message": "patch 8.1.1612: cannot show an existing buffer in a popup window\n\nProblem:    Cannot show an existing buffer in a popup window.\nSolution:   Support buffer number argument in popup_create().\n"
    },
    {
      "commit": "75a1a9415b9c207de5a29b25c0d1949c6c9c5c61",
      "tree": "470a0887aed4e52e342edbca555e0bec1b85af99",
      "parents": [
        "a3fce62c911c204ae144b55018f6dc9295088850"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 20 03:45:36 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jun 20 03:45:36 2019 +0200"
      },
      "message": "patch 8.1.1575: callbacks may be garbage collected\n\nProblem:    Callbacks may be garbage collected.\nSolution:   Set reference in callbacks. (Ozaki Kiichi, closes #4564)\n"
    },
    {
      "commit": "26910de8b0da6abab87bd5a397330f9cbe483309",
      "tree": "5a76a713818d0973f6774edabc17b8c13fb924fb",
      "parents": [
        "0331faf71200a274377e1569fcda4f00c9cf3e2a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 15 19:37:15 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 15 19:37:15 2019 +0200"
      },
      "message": "patch 8.1.1547: functionality of bt_nofile() is confusing\n\nProblem:    Functionality of bt_nofile() is confusing.\nSolution:   Split into bt_nofile() and bt_nofilename().\n"
    },
    {
      "commit": "c024b4667875e5bc6fd0ed791530e33c3161bff7",
      "tree": "4b7c358c24cb5f5d6d36a40250afbd44eaf6dda7",
      "parents": [
        "aef5c62a6fff7654bb8df7b9359e811f7a6e428f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 08 18:07:21 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 08 18:07:21 2019 +0200"
      },
      "message": "patch 8.1.1498: \":write\" increments b:changedtick even though nothing changed\n\nProblem:    \":write\" increments b:changedtick even though nothing changed.\n            (Daniel Hahler)\nSolution:   Only increment b:changedtick if the modified flag is reset.\n"
    },
    {
      "commit": "3a97bb3f0f8bd118ae23f1c97e55d84ff42eef20",
      "tree": "b7013f43afaaba6ba20b356a7a80fe55add24f1a",
      "parents": [
        "7dd64a3e57d296fdee3b3ffe6d938f634b59848c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 01 13:28:35 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 01 13:28:35 2019 +0200"
      },
      "message": "patch 8.1.1437: code to handle callbacks is duplicated\n\nProblem:    Code to handle callbacks is duplicated.\nSolution:   Add callback_T and functions to deal with it.\n"
    },
    {
      "commit": "c6896e20f8e7e8d9fe0fd1ad333aae1130d714e1",
      "tree": "4155d494ff12b6a2caf736f8f26e4edb826cb0c1",
      "parents": [
        "402502d0e4019ca97330eff40b9fb13736304896"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 30 22:32:34 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 30 22:32:34 2019 +0200"
      },
      "message": "patch 8.1.1431: popup window listed as \"Scratch\"\n\nProblem:    Popup window listed as \"Scratch\".\nSolution:   List them as \"Popup\".\n"
    },
    {
      "commit": "c799fe206e61f2e2c1231bc46cbe4bb354f3da69",
      "tree": "68b3d2a8bb82519e29fc95f317d2ee02b07f95fa",
      "parents": [
        "b58a4b938c4bc7e0499700859bd7abba9acc5b11"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue May 28 23:08:19 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue May 28 23:08:19 2019 +0200"
      },
      "message": "patch 8.1.1414: alloc() returning \"char_u *\" causes a lot of type casts\n\nProblem:    Alloc() returning \"char_u *\" causes a lot of type casts.\nSolution:   Have it return \"void *\". (Mike Williams)  Define ALLOC_ONE() to\n            check the simple allocations.\n"
    },
    {
      "commit": "4d784b21d14fc66e98a2b07f70343cdd4acd62aa",
      "tree": "c2e869a4f07eebdf7e0272c74b0fe7392807836c",
      "parents": [
        "8f46e4c4bde13fd5ad68a6670b79cc462b65fbec"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 25 19:51:39 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat May 25 19:51:39 2019 +0200"
      },
      "message": "patch 8.1.1391: no popup window support\n\nProblem:    No popup window support.\nSolution:   Add initial code for popup windows.  Add the \u0027wincolor\u0027 option.\n"
    },
    {
      "commit": "18a4ba29aeccb9841d5bfdd2eaaffdfae2f15ced",
      "tree": "408ad339f6b34876d2fa481ac61568c7739b1160",
      "parents": [
        "71de720c2c117137185a6fc233b35aab37f0d4bc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 24 19:39:03 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 24 19:39:03 2019 +0200"
      },
      "message": "patch 8.1.1386: unessesary type casts for lalloc()\n\nProblem:    Unessesary type casts for lalloc().\nSolution:   Remove type casts.  Change lalloc(size, TRUE) to alloc(size).\n"
    },
    {
      "commit": "964b3746b9c81e65887e2ac9a335f181db2bb592",
      "tree": "9afaaac41a1c4f71b359fd6706b88df00e22e7a1",
      "parents": [
        "d33a764123a8aedb20cd84aeff3b94810ee67c4c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 24 18:54:09 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri May 24 18:54:09 2019 +0200"
      },
      "message": "patch 8.1.1384: using \"int\" for alloc() often results in compiler warnings\n\nProblem:    Using \"int\" for alloc() often results in compiler warnings.\nSolution:   Use \"size_t\" and remove type casts.  Remove alloc_check(), Vim\n            only works with 32 bit ints anyway.\n"
    },
    {
      "commit": "1c6fd1e100fd0457375642ec50d483bcc0f61bb2",
      "tree": "88d15359a046a461250ab7301d0f5216b1616837",
      "parents": [
        "99499b1c05f85f83876b828eea3f6e14f0f407b4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 23 22:11:59 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 23 22:11:59 2019 +0200"
      },
      "message": "patch 8.1.1372: when evaluating \u0027statusline\u0027 the current window is unknown\n\nProblem:    When evaluating \u0027statusline\u0027 the current window is unknown.\n            (Daniel Hahler)\nSolution:   Set \"g:actual_curwin\" for %{} items.  Set \"g:statusline_winid\"\n            when evaluationg %!. (closes #4406, closes #3299)\n"
    },
    {
      "commit": "99499b1c05f85f83876b828eea3f6e14f0f407b4",
      "tree": "88da7aeb6c66daf0c6555388952334efa8cb642e",
      "parents": [
        "05b8b07e2770b66ab77fdb5e195cae809959bdab"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 23 21:35:48 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 23 21:35:48 2019 +0200"
      },
      "message": "patch 8.1.1371: cannot recover from a swap file\n\nProblem:    Cannot recover from a swap file.\nSolution:   Do not expand environment variables in the swap file name.\n            Do not check the extension when we already know a file is a swap\n            file.  (Ken Takata, closes 4415, closes #4369)\n"
    },
    {
      "commit": "eda652215abf696f86b872888945a2d2dd8c7192",
      "tree": "48e30bac1dc042b3dac7e88d20f43e32cec43b8e",
      "parents": [
        "45dd07f10af9bea86f8df77e92788209e209fdab"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 16 20:29:44 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu May 16 20:29:44 2019 +0200"
      },
      "message": "patch 8.1.1334: when buffer is hidden \"F\" in \u0027shortmess\u0027 is not used\n\nProblem:    When buffer is hidden \"F\" in \u0027shortmess\u0027 is not used.\nSolution:   Check the \"F\" flag in \u0027shortmess\u0027 when the buffer is already\n            loaded. (Jason Franklin)  Add test_getvalue() to be able to test\n            this.\n"
    },
    {
      "commit": "67cf86bfff5fd5224d557d81cb146f46e33b831c",
      "tree": "3ffaca7f4014f393ceb0216a2ec8fca091019c1c",
      "parents": [
        "afde13b62b8fa25dac4635d5caee8d088b937ee0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 28 22:25:38 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 28 22:25:38 2019 +0200"
      },
      "message": "patch 8.1.1231: asking about existing swap file unnecessarily\n\nProblem:    Asking about existing swap file unnecessarily.\nSolution:   When it is safe, delete the swap file.  Remove\n            HAS_SWAP_EXISTS_ACTION, it is always defined. (closes #1237)\n"
    },
    {
      "commit": "45e18cbdc40afd8144d20dcc07ad2d981636f4c9",
      "tree": "11762469ca5d6c4bd49ca50381160afd30dcb2f3",
      "parents": [
        "7a9df9dd00bac462a2942dc798e298f365779fd0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 28 18:05:35 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 28 18:05:35 2019 +0200"
      },
      "message": "patch 8.1.1228: not possible to process tags with a function\n\nProblem:    Not possible to process tags with a function.\nSolution:   Add tagfunc() (Christian Brabandt, Andy Massimino, closes #4010)\n"
    },
    {
      "commit": "ac9fb18020d7e8bf16d02d45fbb02cf47328aaf7",
      "tree": "439cf73bcd9696032bfe85cd170b0623a9dffa9a",
      "parents": [
        "5431589d25e73892fcf7ad1eaca53f742c1c9303"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 27 13:04:13 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Apr 27 13:04:13 2019 +0200"
      },
      "message": "patch 8.1.1210: support for user commands is spread out\n\nProblem:    Support for user commands is spread out. No good reason to make\n            user commands optional.\nSolution:   Move user command support to usercmd.c.  Always enable the\n            user_commands feature.\n"
    },
    {
      "commit": "d85c396d5149a87677e30742f92b2ecfe28af8a6",
      "tree": "2501ccf03d4012c6f00c94154a6514d33b9469cd",
      "parents": [
        "39803d82dbb215d2eea9fcd6cf2961b71515a438"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 07 14:19:14 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 07 14:19:14 2019 +0200"
      },
      "message": "patch 8.1.1135: build failure for small version\n\nProblem:    Build failure for small version. (Tony Mechelynck)\nSolution:   Add #ifdef.\n"
    },
    {
      "commit": "39803d82dbb215d2eea9fcd6cf2961b71515a438",
      "tree": "280abaf998686e393c45a11eaebeefcc30c15681",
      "parents": [
        "08499f5a4d24cb7298b9730a22b2f84f2207c4d0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 07 12:04:51 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Apr 07 12:04:51 2019 +0200"
      },
      "message": "patch 8.1.1134: buffer for quickfix window is reused for another file\n\nProblem:    Buffer for quickfix window is reused for another file.\nSolution:   Don\u0027t reuse the quickfx buffer. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "558ca4ae55096f8763ab8515a304cda9c57f18a7",
      "tree": "3eeff81990411749a97a0684dde7b8ba5e28acdf",
      "parents": [
        "8f4aeb5572d604d1540ee0cb7e721b5f0cc6d612"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Apr 04 18:15:38 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Apr 04 18:15:38 2019 +0200"
      },
      "message": "patch 8.1.1116: cannot enforce a Vim script style\n\nProblem:    Cannot enforce a Vim script style.\nSolution:   Add the :scriptversion command. (closes #3857)\n"
    },
    {
      "commit": "abab0b0fdd6535969447b03a4fffc1947918cf6c",
      "tree": "2d43537a5dce8433ef2b2a37684c9e069392c592",
      "parents": [
        "bd9bf266fccbf7b7f09e476e09b61f0133e914db"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 30 18:47:01 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 30 18:47:01 2019 +0100"
      },
      "message": "patch 8.1.1086: too many curly braces\n\nProblem:    Too many curly braces.\nSolution:   Remove curly braces where they are not needed. (Hirohito Higashi,\n            closes #3982)\n"
    },
    {
      "commit": "82b033eff82d3ed0da77fd5f5a1c023766acabba",
      "tree": "044982426b63e83769cda707b56da4d5c2b9d2b5",
      "parents": [
        "63dbfd33c1d47400c62775842b5b750ee69e2383"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 24 14:02:04 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 24 14:02:04 2019 +0100"
      },
      "message": "patch 8.1.1046: the \"secure\" variable is used inconsistently\n\nProblem:    the \"secure\" variable is used inconsistently. (Justin M. Keyes)\nSolution:   Set it to one instead of incrementing.\n"
    },
    {
      "commit": "bdace838c67c1bd94e55e34270a8325933891466",
      "tree": "cf80ca41305e4c04a2ccb293b6634b20fb235fbe",
      "parents": [
        "d82a81cad93708a6c180e59119db4818cc38c1a9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 02 10:13:42 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Mar 02 10:13:42 2019 +0100"
      },
      "message": "patch 8.1.0989: various small code ugliness\n\nProblem:    Various small code ugliness.\nSolution:   Remove pointless NULL checks. Fix function calls. Fix typos.\n            (Dominique Pelle, closes #4060)\n"
    },
    {
      "commit": "55c77cf2ea9c15e1ec75d1faf702ec3c9e325271",
      "tree": "49838b82e5a5c75c477a716c692b8ce462b0b357",
      "parents": [
        "8bfd9469cef536f171e6666f9d9217192e09d161"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 16 19:05:11 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 16 19:05:11 2019 +0100"
      },
      "message": "patch 8.1.0936: may leak memory when using \u0027vartabstop\u0027\n\nProblem:    May leak memory when using \u0027vartabstop\u0027. (Kuang-che Wu)\nSolution:   Fix handling allocated memory for \u0027vartabstop\u0027. (closes #3976)\n"
    },
    {
      "commit": "00f148d2f24fb955ab36b0833811582c58b2cf2f",
      "tree": "c6fb382f76ec1369f813d667903ac3d68d57428c",
      "parents": [
        "beb7574d6b0eea1cae70aa2913a690da56de5307"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 12 22:37:27 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 12 22:37:27 2019 +0100"
      },
      "message": "patch 8.1.0904: USE_LONG_FNAME never defined\n\nProblem:    USE_LONG_FNAME never defined.\nSolution:   Remove using USE_LONG_FNAME. (Ken Takata, closes #3938)\n"
    },
    {
      "commit": "dce1e89be4675bcdbc9785584d3da25295481e63",
      "tree": "bf5df09169e99ed6f60d67e2da4c4d29569d18a2",
      "parents": [
        "3615abb693ab2d9374ae72f0993128e32ffa3e1c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Feb 10 23:18:53 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Feb 10 23:18:53 2019 +0100"
      },
      "message": "patch 8.1.0894: MS-Windows: resolve() does not return a reparse point\n\nProblem:    MS-Windows: resolve() does not return a reparse point.\nSolution:   Improve resolve(). (Yasuhiro Matsumoto, closes #3896)\n"
    },
    {
      "commit": "ee8188fc74a7cf9ee7acb634b2bb7a032d0cb24c",
      "tree": "ea35e86c1df1da9e7a3594c49c96ed7947289c35",
      "parents": [
        "2a78b7c70471527d83adef6b147dbfb6c9f838f7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 05 21:23:04 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Feb 05 21:23:04 2019 +0100"
      },
      "message": "patch 8.1.0877: new buffer used every time the quickfix window is opened\n\nProblem:    New buffer used every time the quickfix window is opened.\nSolution:   Reuse the buffer. (Yegappan Lakshmanan, closes #3902)\n"
    },
    {
      "commit": "29ddebef4038d2d2b3bc9d8d3b0109f4046d6fbf",
      "tree": "66144403e05268df8594b01d0298db4f570ed60f",
      "parents": [
        "3e460fd8b72db905fbf9f01b00371384ffc415b8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 26 17:28:26 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 26 17:28:26 2019 +0100"
      },
      "message": "patch 8.1.0826: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate FEAT_VIRTUALEDIT.  Adds about 10Kbyte to the code.\n"
    },
    {
      "commit": "135059724f140ceac889c9f8136bd1bf5c41d49d",
      "tree": "64a9fc867701c8cdd596130cdab2d92129920bd7",
      "parents": [
        "4b9e91f0ba02192e4592a5c4a9bdcdd6e9efeb5e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 24 15:04:48 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 24 15:04:48 2019 +0100"
      },
      "message": "patch 8.1.0805: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate FEAT_MBYTE, part 1.\n"
    },
    {
      "commit": "10772307c4e5299ed45470f92779f089a00d841e",
      "tree": "9833e1deac8d97753cf44e919ebf48ec38e936d7",
      "parents": [
        "113e10721f42fc2500b63fe95193f8665658a90c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 20 18:25:54 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 20 18:25:54 2019 +0100"
      },
      "message": "patch 8.1.0786: ml_get error when updating the status line\n\nProblem:    ml_get error when updating the status line and a terminal had its\n            scrollback cleared.  (Chris Patuzzo)\nSolution:   Check the cursor position when drawing the status line.\n            (closes #3830)\n"
    },
    {
      "commit": "113e10721f42fc2500b63fe95193f8665658a90c",
      "tree": "4395acb733cc8d7a798df8f4a91c5c1afa084841",
      "parents": [
        "1f20daa1d784e2d8ae13db5b9c8abbb648dd2a03"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 20 15:30:40 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 20 15:30:40 2019 +0100"
      },
      "message": "patch 8.1.0785: depending on the configuration some functions are unused\n\nProblem:    Depending on the configuration some functions are unused.\nSolution:   Add more #ifdefs, remove unused functions. (Dominique Pelle,\n            closes #3822)\n"
    },
    {
      "commit": "32526b3c1846025f0e655f41efd4e5428da16b6c",
      "tree": "e9f3ea5e0daaada049e905b5f1b38b4a45511f3d",
      "parents": [
        "d383c92ec1d14ffd5c3802f0ffd763e91d547fa8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 19 17:43:09 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jan 19 17:43:09 2019 +0100"
      },
      "message": "patch 8.1.0779: argument for message functions is inconsistent\n\nProblem:    Argument for message functions is inconsistent.\nSolution:   Make first argument to msg() \"char *\".\n"
    },
    {
      "commit": "bb1969b6ab28120c93b77817e7b6075e1aecf663",
      "tree": "aaf6408f1b42e6edae706eaa69b009138c14ad74",
      "parents": [
        "e40742526e6ea272c64ca393d7364e4023f4122c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 15:45:25 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 15:45:25 2019 +0100"
      },
      "message": "patch 8.1.0763: nobody is using the Sun Workshop support\n\nProblem:    Nobody is using the Sun Workshop support.\nSolution:   Remove the Workshop support.\n"
    },
    {
      "commit": "b5443cc46dd1485d6c785dd8c65a2c07bd5a17f3",
      "tree": "0d666a666cf4f5bea6b3afdf8a60059e5991ab8c",
      "parents": [
        "8e481e8dfe0b82930faf005c7e840c49cbcf4511"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 15 20:19:40 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 15 20:19:40 2019 +0100"
      },
      "message": "patch 8.1.0753: printf format not checked for semsg()\n\nProblem:    printf format not checked for semsg().\nSolution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,\n            closes #3805)\n"
    },
    {
      "commit": "f9e3e09fdc93be9f0d47afbc6c7df1188c2a5a0d",
      "tree": "a6b07005c19279a4f5d01be14f14861c2657fa95",
      "parents": [
        "05500ece6282407f9f7227aaf564e24147326863"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 13 23:38:42 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 13 23:38:42 2019 +0100"
      },
      "message": "patch 8.1.0743: giving error messages is not flexible\n\nProblem:    Giving error messages is not flexible.\nSolution:   Add semsg().  Change argument from \"char_u *\" to \"char *\", also\n            for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes\n            #3302)  Also make emsg() accept a \"char *\" argument.  Get rid of\n            an enormous number of type casts.\n"
    },
    {
      "commit": "bbea47075cc4e7826e9f8c203e4272ba023ed7b0",
      "tree": "fbdec3eeea4ca32ada2f309d8c0155087775cfb5",
      "parents": [
        "9067cd6cdfdc0bb869aa7f5d2a6c607ea8255239"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 01 13:20:31 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jan 01 13:20:31 2019 +0100"
      },
      "message": "patch 8.1.0673: functionality for signs is spread out over several files\n\nProblem:    Functionality for signs is spread out over several files.\nSolution:   Move most of the sign functionality into sign.c. (Yegappan\n            Lakshmanan, closes #3751)\n"
    },
    {
      "commit": "7d83bf4f2b785b46d87c7bc376fc9d0a862af782",
      "tree": "0676cfef64951ed975c086173f1099998b7dfb94",
      "parents": [
        "01e51e5b305c13c68b5ea2b9e14779e1e88664ef"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Dec 29 18:53:55 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Dec 29 18:53:55 2018 +0100"
      },
      "message": "patch 8.1.0658: deleting signs and completion for :sign is insufficient\n\nProblem:    Deleting signs and completion for :sign is insufficient.\nSolution:   Add deleting signs in a specified or any group from the current\n            cursor location.  Add group and priority to sign command\n            completion. Add tests for different sign unplace commands. Update\n            help text.  Add tests for sign jump with group. Update help for\n            sign jump. (Yegappan Lakshmanan, closes #3731)\n"
    },
    {
      "commit": "6436cd83f90a0efc326798792e49e8ff96a43dce",
      "tree": "4c037d58e17fe18e02c9f06dc541d7b902c735dd",
      "parents": [
        "00b1e041654e8a38fb6b81218a037e1dc94e0943"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 27 00:28:33 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 27 00:28:33 2018 +0100"
      },
      "message": "patch 8.1.0644: finding next sign ID is inefficient\n\nProblem:    Finding next sign ID is inefficient.\nSolution:   Add next_sign_id. (Yegappan Lakshmanan, closes #3717)\n"
    },
    {
      "commit": "7a2d9892b7158edf8dc48e9bcaaae70a40787b37",
      "tree": "e448e08f0ac96c806d96209f9c1bd415101e5175",
      "parents": [
        "d6024e2dd4e0c1556d9b69e61c4059fa78e5609d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 24 20:23:49 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 24 20:23:49 2018 +0100"
      },
      "message": "patch 8.1.0632: using sign group names is inefficient\n\nProblem:    Using sign group names is inefficient.\nSolution:   Store group names in a hash table and use a reference to them.\n            Also remove unnecessary use of \":exe\" from the tests.  (Yegappan\n            Lakshmanan, closes #3715)\n"
    },
    {
      "commit": "162b71479bd4dcdb3a2ef9198a1444f6f99e6843",
      "tree": "edd67e40cafeff24ad1631f9035ecc132e73b22b",
      "parents": [
        "48f377a476e4a3312aa0e3535aba170484b59483"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 21 15:17:36 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 21 15:17:36 2018 +0100"
      },
      "message": "patch 8.1.0614: placing signs can be complicated\n\nProblem:    Placing signs can be complicated.\nSolution:   Add functions for defining and placing signs.  Introduce a group\n            name to avoid different plugins using the same signs. (Yegappan\n            Lakshmanan, closes #3652)\n"
    },
    {
      "commit": "48f377a476e4a3312aa0e3535aba170484b59483",
      "tree": "6ce6c59efdaa4029fa21168d6f561039711b45d6",
      "parents": [
        "9d302ad4e31b4e20ce0b3af700f43edb6f5e6036"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 21 13:03:28 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 21 13:03:28 2018 +0100"
      },
      "message": "patch 8.1.0613: when executing an insecure function the secure flag is stuck\n\nProblem:    When executing an insecure function the secure flag is stuck.\n            (Gabriel Barta)\nSolution:   Restore \"secure\" instead of decrementing it. (closes #3705)\n"
    },
    {
      "commit": "98aefe7c3250bb5d4153b994f878594d1745424e",
      "tree": "262ae31c2dbf4ac0353f5564a2419a79267fa3ae",
      "parents": [
        "5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 13 22:20:09 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Dec 13 22:20:09 2018 +0100"
      },
      "message": "patch 8.1.0579: cannot attach properties to text\n\nProblem:    Cannot attach properties to text.\nSolution:   First part of adding text properties.\n"
    },
    {
      "commit": "82e8c92ebef5afcac0c0fdb706ff163f9b3366f7",
      "tree": "4511c874a4c354ea71145da55c9c9298750c4199",
      "parents": [
        "5958f95a40a4a44bd9e7f3b7ec6554a6ef3e42ca"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 20 13:32:36 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 20 13:32:36 2018 +0100"
      },
      "message": "patch 8.1.0539: cannot build without the sandbox\n\nProblem:    Cannot build without the sandbox.\nSolution:   Set the secure option instead of using the sandbox.  Also restrict\n            the characters from \u0027spelllang\u0027 that are used for LANG.vim.\n            (suggested by Yasuhiro Matsumoto)\n"
    },
    {
      "commit": "5958f95a40a4a44bd9e7f3b7ec6554a6ef3e42ca",
      "tree": "3acc52a60e27a6e33ef9b6e8c75673d03d108811",
      "parents": [
        "48d23bb4de3dd37ba0d0b22e7c39d6b894cb1f75"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 20 04:25:21 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Nov 20 04:25:21 2018 +0100"
      },
      "message": "patch 8.1.0538: evaluating a modeline might invoke using a shell command\n\nProblem:    Evaluating a modeline might invoke using a shell command. (Paul\n            Huber)\nSolution:   Set the sandbox flag when setting options from a modeline.\n"
    },
    {
      "commit": "ded5f1bed7ff2d138b3ee0f9610d17290b62692d",
      "tree": "54727bd70279df4fadc4b8f4701577ac33282ef5",
      "parents": [
        "1bbb61948342b5cf6e363629f145c65eb455c388"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 10 17:33:29 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 10 17:33:29 2018 +0100"
      },
      "message": "patch 8.1.0515: reloading a script gives errors for existing functions\n\nProblem:    Reloading a script gives errors for existing functions.\nSolution:   Allow redefining a function once when reloading a script.\n"
    },
    {
      "commit": "3d6014f0336d9a64c01a7518fe45fde0a925fa20",
      "tree": "7961f41f09ee54c2c240abac007ab9779709bb13",
      "parents": [
        "108e7b422b7b59153dd5af1fb75e83fa36ff3db4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 11 19:27:47 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 11 19:27:47 2018 +0200"
      },
      "message": "patch 8.1.0470: pointer ownership around fname_expand() is unclear\n\nProblem:    Pointer ownership around fname_expand() is unclear.\nSolution:   Allow b_ffname and b_sfname to point to the same allocated memory,\n            only free one.  Update comments.\n"
    },
    {
      "commit": "6dff58f15cede9139b2fcfc64c9064326ea3d3b0",
      "tree": "f2326055f5fe8bb5948374155f11bd220c1d9dc7",
      "parents": [
        "f45d747ebf920940b041f5c75c2bfdffb6b670ae"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 30 21:43:26 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 30 21:43:26 2018 +0200"
      },
      "message": "patch 8.1.0443: unnecessary static function prototypes\n\nProblem:    Unnecessary static function prototypes.\nSolution:   Remove unnecessary prototypes.\n"
    },
    {
      "commit": "9cea87c5775948a35098f3602746c20ecf95dbcd",
      "tree": "e3d94740a9c2b64149479c1d03b1d07d3e4a65e6",
      "parents": [
        "e76d7a63dfe916c321e248fbfc97bd948d6fbabb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 21 16:59:45 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 21 16:59:45 2018 +0200"
      },
      "message": "patch 8.1.0425: ml_get error and crash with appendbufline()\n\nProblem:    ml_get error and crash with appendbufline(). (Masashi Iizuka)\nSolution:   Set per-window buffer info. (Hirohito Higashi, closes #3455)\n"
    },
    {
      "commit": "8aeb504fc68e3fea9da5567d2d9a31a132fbf90f",
      "tree": "ea90b0697434c09ee2fea9c898fb2ca88d238a88",
      "parents": [
        "a214079008b30567d0750ec3a27d142fd34662d9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 18:33:05 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 18:33:05 2018 +0200"
      },
      "message": "patch 8.1.0384: sign ordering depends on +netbeans feature\n\nProblem:    Sign ordering depends on +netbeans feature.\nSolution:   Also order signs without +netbeans. (Christian Brabandt,\n            closes #3224)\n"
    },
    {
      "commit": "f29c1c6aa3f365c025890fab5fb9efbe88eb1761",
      "tree": "3cd43ee75a7e0fbdce4902426512ae804b1c7ff0",
      "parents": [
        "6b0b83f768cf536b34ce4d3f2de6bf62324229aa"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 21:05:02 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 21:05:02 2018 +0200"
      },
      "message": "patch 8.1.0362: cannot get the script line number when executing a function\n\nProblem:    Cannot get the script line number when executing a function.\nSolution:   Store the line number besides the script ID. (Ozaki Kiichi,\n            closes #3362)  Also display the line number with \":verbose set\".\n"
    },
    {
      "commit": "94f01956a583223dafe24135489d0ab1100ab0ad",
      "tree": "536ab4543d93fd2f354a555b49698b1985636576",
      "parents": [
        "32bbd00949c585ea1c9da13197279a175097eddd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 01 15:30:03 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 01 15:30:03 2018 +0200"
      },
      "message": "patch 8.1.0342: crash when a callback deletes a window that is being used\n\nProblem:    Crash when a callback deletes a window that is being used.\nSolution:   Do not unload a buffer that is being displayed while redrawing the\n            screen. Also avoid invoking callbacks while redrawing.\n            (closes #2107)\n"
    },
    {
      "commit": "2f0f871159b2cba862fcd41edab65b17da75c422",
      "tree": "d8dbf0ef961c3f56a0b3ed74b16cee56e99821d2",
      "parents": [
        "7feb35e7782907b44659a2748ff5d7489deeed74"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 21 18:50:18 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 21 18:50:18 2018 +0200"
      },
      "message": "patch 8.1.0310: file info msg not always suppressed with \u0027F\u0027 in \u0027shortmess\u0027\n\nProblem:    File info message not always suppressed with \u0027F\u0027 in \u0027shortmess\u0027.\n            (Asheq Imran)\nSolution:   Save and restore msg_silent. (Christian Brabandt, closes #3221)\n"
    },
    {
      "commit": "da6e8919e75fa8f961d1b805e877c8a92e76dafb",
      "tree": "1e001a2e07d4a1d51d83f4d5a5efe91b3caeef84",
      "parents": [
        "830e3583da682eee41ed6b027c9912547d4022c0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 21 15:12:14 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 21 15:12:14 2018 +0200"
      },
      "message": "patch 8.1.0306: plural messages are not translated properly\n\nProblem:    Plural messages are not translated properly.\nSolution:   Add more usage of NGETTEXT(). (Sergey Alyoshin)\n"
    },
    {
      "commit": "d569bb029983cff947dce704e6f830276204c13f",
      "tree": "50736305a13af688a8321d0b4688042f61526362",
      "parents": [
        "90f1e2b7bcf56112e1535b693acf131727179a6e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 11 13:57:20 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 11 13:57:20 2018 +0200"
      },
      "message": "patch 8.1.0268: file type checking has too many #ifdef\n\nProblem:    File type checking has too many #ifdef.\nSolution:   Always define the S_IF macros. (Ken Takata, closes #3306)\n"
    },
    {
      "commit": "40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8",
      "tree": "35de952db98f597df68144ef4ab99a294177861d",
      "parents": [
        "de3b3677f7eace66be454196db0fbf710cfc8c5e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 07 22:31:44 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 07 22:31:44 2018 +0200"
      },
      "message": "patch 8.1.0253: saving and restoring window title does not always work\n\nProblem:    Saving and restoring window title does not always work.\nSolution:   Use the stack push and pop commands. (Kouichi Iwamoto,\n            closes #3059)\n"
    },
    {
      "commit": "3cb4448b8a5c0192988f4e349aba6d7a91a9a4bd",
      "tree": "dd56c5afef8fe61ae0505ae09ba4282184ee6c6b",
      "parents": [
        "218beb3e96bcb7b20395be3bec6076c767be71a1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 05 13:22:26 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 05 13:22:26 2018 +0200"
      },
      "message": "patch 8.1.0240: g:actual_curbuf set in wrong scope\n\nProblem:    g:actual_curbuf set in wrong scope. (Daniel Hahler)\nSolution:   Prepend the \"g:\" name space. (closes #3279)\n"
    },
    {
      "commit": "91335e5a67aaa9937e65f1e779b9f3f10fd33ee4",
      "tree": "ab7a421b7c2dda741870488578e857c237adf517",
      "parents": [
        "d2855f5454c5c6c5f786b228c5b67757edfefcb1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 01 17:53:12 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 01 17:53:12 2018 +0200"
      },
      "message": "patch 8.1.0230: directly checking \u0027buftype\u0027 value\n\nProblem:    Directly checking \u0027buftype\u0027 value.\nSolution:   Add the bt_normal() function. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "04958cbaf25eea27eceedaa987adfb354ad5f7fd",
      "tree": "9a47e4e99b5b702e12d08c0424a91ae701eabb4d",
      "parents": [
        "5ec7414a1c0512832f60c17437d6374cbf4b08e9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 23 19:23:02 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 23 19:23:02 2018 +0200"
      },
      "message": "patch 8.1.0105: all tab stops are the same\n\nProblem:    All tab stops are the same.\nSolution:   Add the variable tabstop feature. (Christian Brabandt,\n            closes #2711)\n"
    },
    {
      "commit": "84a9308511871d9ff94c91a1c6badb92300ded98",
      "tree": "7797ec1f29c0ba052f338e927c75711b901d2ae4",
      "parents": [
        "600323b4ef51a58a8e800d8ca469383a3c911db7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 16 22:58:15 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Jun 16 22:58:15 2018 +0200"
      },
      "message": "patch 8.1.0061: window title is wrong after resetting and setting \u0027title\u0027\n\nProblem:    Window title is wrong after resetting and setting \u0027title\u0027.\nSolution:   Move resetting the title into maketitle(). (Jason Franklin)\n"
    },
    {
      "commit": "891e1fd894720d0b99a9daefa41e8181844f819a",
      "tree": "ea5da71e753bf0022cc832a1397ea262d8d8a64c",
      "parents": [
        "6d41c78e353b630bc1a72cbff9160311d2a81e8c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jun 06 18:02:39 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jun 06 18:02:39 2018 +0200"
      },
      "message": "patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse\n\nProblem:    Not restoring Insert mode if leaving a prompt buffer by using a\n            mouse click.\nSolution:   Set b_prompt_insert appropriately. Also correct cursor position\n            when moving cursor to last line.\n"
    },
    {
      "commit": "f273245f6433d5d43a5671306b520a3230c35787",
      "tree": "958293fed4c59ee0cb91a491c8c0e32aa0e618c2",
      "parents": [
        "33c5e9fa7af935c61a8aac461b9664c501003440"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 03 14:47:35 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 03 14:47:35 2018 +0200"
      },
      "message": "patch 8.1.0027: difficult to make a plugin that feeds a line to a job\n\nProblem:    Difficult to make a plugin that feeds a line to a job.\nSolution:   Add the nitial code for the \"prompt\" buftype.\n"
    },
    {
      "commit": "25782a7ff4755daf16c2e1cb5e5f826b13b672ce",
      "tree": "7c8842590d4759e55af0424ebabc2852df5c0574",
      "parents": [
        "2290b1f8aaafbcb38bd801d08e8bf86cb07abfa5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 13 18:05:33 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun May 13 18:05:33 2018 +0200"
      },
      "message": "patch 8.0.1836: buffer-local window options may not be recent\n\nProblem:    Buffer-local window options may not be recent if the buffer is\n            still open in another window.\nSolution:   Copy the options from the window instead of the outdated window\n            options. (Bjorn Linse, closes #2336)\n"
    },
    {
      "commit": "46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec",
      "tree": "5ad1a9ee29f54608ea20a0a77581bf21f760d770",
      "parents": [
        "b255b90503a986931904c23dafb5b6d4e512a17e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 24 21:58:51 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 24 21:58:51 2018 +0200"
      },
      "message": "patch 8.0.1763: :argedit does not reuse an empty unnamed buffer\n\nProblem:    :argedit does not reuse an empty unnamed buffer.\nSolution:   Add the BLN_CURBUF flag and fix all the side effects. (Christian\n            Brabandt, closes #2713)\n"
    },
    {
      "commit": "a997b45c7e350ea5b378ca0c52ed3d4cc610975c",
      "tree": "4ce7c2e8741723990ad32cea475b013215a250e8",
      "parents": [
        "e87edf3b85f607632e5431640071fdbc36b685b2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 17 23:24:06 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 17 23:24:06 2018 +0200"
      },
      "message": "patch 8.0.1732: crash when terminal API call deletes the buffer\n\nProblem:    Crash when terminal API call deletes the buffer.\nSolution:   Lock the buffer while calling a function. (closes #2813)\n"
    },
    {
      "commit": "6f4700233fd925fe122b851f937929fb5e5da707",
      "tree": "5c5397f70fc4a320ce0c38adba21a1de7ed7b10d",
      "parents": [
        "d6b4f2dd760b425c63c359b9ff299f73448f8854"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 10 18:47:20 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Apr 10 18:47:20 2018 +0200"
      },
      "message": "patch 8.0.1688: some macros are used without a semicolon\n\nProblem:    Some macros are used without a semicolon, causing auto-indent to be\n            wrong.\nSolution:   Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)\n"
    },
    {
      "commit": "0751f51a5b428805a8c1e9fe529693d032bec991",
      "tree": "73b25f3f4b0b3fc37e03ee5e3e84b64da6fe844d",
      "parents": [
        "0c72fe4ed8430db41f43c5878e6ee60265dc49e9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 29 16:37:16 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 29 16:37:16 2018 +0200"
      },
      "message": "patch 8.0.1651: cannot filter :ls output for terminal buffers\n\nProblem:    Cannot filter :ls output for terminal buffers.\nSolution:   Add flags for terminal buffers. (Marcin Szamotulski, closes #2751)\n"
    },
    {
      "commit": "0c72fe4ed8430db41f43c5878e6ee60265dc49e9",
      "tree": "1ed985dcd639fe0d976103599009ff835cd7043a",
      "parents": [
        "cd43effecab02c6c28b1c4a3a14f91b8c3f26c0d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 29 16:04:08 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 29 16:04:08 2018 +0200"
      },
      "message": "patch 8.0.1650: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate FEAT_LISTCMDS, no reason to leave out buffer commands.\n"
    },
    {
      "commit": "8fbaeb195d9298c3a2a80300b5f96f1adddd2f59",
      "tree": "08e90a8db454c2031636deb5c912ec218dcc3566",
      "parents": [
        "65873846e088bb94028e9d591ea03e377cb206b5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 25 18:20:17 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 25 18:20:17 2018 +0200"
      },
      "message": "patch 8.0.1641: job in terminal can\u0027t communicate with Vim\n\nProblem:    Job in terminal can\u0027t communicate with Vim.\nSolution:   Add the terminal API.\n"
    },
    {
      "commit": "8c64a36e40b8746404f7151abe6849393396af10",
      "tree": "9ea5c849e79cd3df731595fbbdab9548761a289c",
      "parents": [
        "47015b80a0b0ff74ba7cb597d5959604b6e9a511"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 23 22:39:31 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Mar 23 22:39:31 2018 +0100"
      },
      "message": "patch 8.0.1633: a TextChanged autocmd triggers when it is defined\n\nProblem:    A TextChanged autocmd triggers when it is defined after creating a\n            buffer.\nSolution:   Set b_last_changedtick when opening a buffer. (Hirohito Highlight,\n            closes #2742)\n"
    },
    {
      "commit": "8a3bb56230d220b8e1b4dcca517ed95f5341b8c7",
      "tree": "e1d195050f92f44fc1993ca016c07611cb6faaa7",
      "parents": [
        "107279c17b3a21899e0a9d0293ada040216539ba"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 04 20:14:14 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 04 20:14:14 2018 +0100"
      },
      "message": "patch 8.0.1566: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate FEAT_SCROLLBIND and FEAT_CURSORBIND.\n"
    },
    {
      "commit": "f2bd8ef2b4507d02c6043affff8f7e85e3414d5f",
      "tree": "f14cb8e7ff09975920f3a813d7de4851a2972661",
      "parents": [
        "3f54fd319f6641b4bed478bcc90cdb39ede68e31"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 04 18:08:14 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Mar 04 18:08:14 2018 +0100"
      },
      "message": "patch 8.0.1564: too many #ifdefs\n\nProblem:    Too many #ifdefs.\nSolution:   Graduate the +autocmd feature. Takes away 450 #ifdefs and\n            increases code size of tiny Vim by only 40 Kbyte.\n"
    },
    {
      "commit": "7a76092a51fc5446426a4bfd9eb6503ec61bf9e9",
      "tree": "8611ab3fbe9f232764ad5a9dc944c0c8aed807e3",
      "parents": [
        "9c8816bd306a003c2ac3dce161be3fef481c9902"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 19 23:10:02 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 19 23:10:02 2018 +0100"
      },
      "message": "patch 8.0.1525: using :wqa exits even if a job runs in a terminal window\n\nProblem:    Using :wqa exits even if a job runs in a terminal window. (Jason\n            Felice)\nSolution:   Check if a terminal has a running job. (closes #2654)\n"
    },
    {
      "commit": "d23a823669d93fb2a570a039173eefe4856ac806",
      "tree": "617130258eae70e3bd7ef7b6da9c494ffee7b572",
      "parents": [
        "42443c7d7fecc3a2a72154bb6139b028438617c2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 10 18:45:26 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 10 18:45:26 2018 +0100"
      },
      "message": "patch 8.0.1496: clearing a pointer takes two lines\n\nProblem:    Clearing a pointer takes two lines.\nSolution:   Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi,\n            closes #2629)\n"
    },
    {
      "commit": "b7407d3fc9496f9048fb65ab17b5ba3444965c0e",
      "tree": "ea713a63c3771ff35b52aadef755102b55cc377d",
      "parents": [
        "ddb349369d107c14fad9c38baf2f0e2b8514fbf0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 03 17:36:27 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Feb 03 17:36:27 2018 +0100"
      },
      "message": "patch 8.0.1459: cannot handle change of directory\n\nProblem:    Cannot handle change of directory.\nSolution:   Add the DirChanged autocommand event. (Andy Massimino,\n            closes #888)  Avoid changing directory for \u0027autochdir\u0027 too often.\n"
    },
    {
      "commit": "501383236d203bacad758e82e47a07b877a3b63b",
      "tree": "c96e0fee728c53368526301c823b5845c2412e99",
      "parents": [
        "d7823d5b7c32f73ca720373ea9c16b1b47f086df"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 28 17:05:16 2018 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jan 28 17:05:16 2018 +0100"
      },
      "message": "patch 8.0.1435: memory leak in test_arabic\n\nProblem:    Memory leak in test_arabic.\nSolution:   Free the from and to parts. (Christian Brabandt, closes #2569)\n"
    },
    {
      "commit": "9bca805ec49eb0d2d0d0b2093f418ff425500169",
      "tree": "107e825bc35cfd39d760427047196805804559fb",
      "parents": [
        "cb89c98c264b0fe9fd26e3501eab5a062e57c064"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 18 12:37:55 2017 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Dec 18 12:37:55 2017 +0100"
      },
      "message": "patch 8.0.1402: crash with nasty autocommand\n\nProblem:    Crash with nasty autocommand. (gy741, Dominique Pelle)\nSolution:   Check that the new current buffer isn\u0027t wiped out. (closes #2447)\n"
    },
    {
      "commit": "97ce419201421f65f4764549ed80307a7ef9c7a6",
      "tree": "0ba380c7872e3fed3b109a4af087b7c3b4417e73",
      "parents": [
        "76bb7196f5102c9929959d710e8ed97a19affa4d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 01 20:35:58 2017 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Dec 01 20:35:58 2017 +0100"
      },
      "message": "patch 8.0.1361: some users don\u0027t want to diff with hidden buffers\n\nProblem:    Some users don\u0027t want to diff with hidden buffers.\nSolution:   Add the \"hiddenoff\" item to \u0027diffopt\u0027. (Alisue, closes #2394)\n"
    },
    {
      "commit": "235dddf1f4afe3a40047dbf2aca1bd177b7be18b",
      "tree": "3cbd1e737405fddd53c568faad17c435d99259ef",
      "parents": [
        "f204e05ae9f6bc5d922d14d457e16b590efbf3e5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 18:21:24 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 18:21:24 2017 +0200"
      },
      "message": "patch 8.0.1220: skipping empty statusline groups is not correct\n\nProblem:    Skipping empty statusline groups is not correct.\nSolution:   Also set group_end_userhl. (itchyny)\n"
    },
    {
      "commit": "2f40d129bf45cd35976e4120336ae6d504f5a5dd",
      "tree": "28165f91d583148c96dca3f4fe5d0c7e61b2e860",
      "parents": [
        "4f1982800f0aff28df6875e718a786f6c4b11ad9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 24 21:49:36 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 24 21:49:36 2017 +0200"
      },
      "message": "patch 8.0.1215: newer gcc warns for implicit fallthrough\n\nProblem:    Newer gcc warns for implicit fallthrough.\nSolution:   Consistently use a FALLTHROUGH comment. (Christian Brabandt)\n"
    },
    {
      "commit": "6b89dbb55f84c485310c8c9e094dbafe3ecbace6",
      "tree": "71fac531f52e81ecc490c8d484df97cd69c08ca3",
      "parents": [
        "67435d9983965c5c77fc74f0559779ce4554dacb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:22:16 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:22:16 2017 +0200"
      },
      "message": "patch 8.0.1208: \u0027statusline\u0027 drops empty group with highlight change\n\nProblem:    \u0027statusline\u0027 drops empty group with highlight change.\nSolution:   Do not drop an empty group if it changes highlighting. (Marius\n            Gedminas, closes #2228)\n"
    },
    {
      "commit": "b2c8750c4e95f64a8dff912af81e13318b3f6ed6",
      "tree": "55be4c79f21f17a5f97ecad64efefa47c808b41c",
      "parents": [
        "ac8069bb63c5954c787fe93b7a9265de3c0c6853"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 21:15:58 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 21:15:58 2017 +0200"
      },
      "message": "patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()\n\nProblem:    Crash when wiping out a buffer after using getbufinfo().\n            (Yegappan Lakshmanan)\nSolution:   Remove b:changedtick from the buffer variables.\n"
    },
    {
      "commit": "65ed136844fbaffdd473903ed841c944600234dc",
      "tree": "06e35721922db8523b29c03a239f4a4d890ef677",
      "parents": [
        "c79977a437d91306d576fb59e490601409503303"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 16:00:14 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 16:00:14 2017 +0200"
      },
      "message": "patch 8.0.1164: changing StatusLine highlight does not always work\n\nProblem:    Changing StatusLine highlight while evaluating \u0027statusline\u0027 may\n            not change the status line color.\nSolution:   When changing highlighting while redrawing don\u0027t cause another\n            redraw. (suggested by Ozaki Kiichi, closes #2171, closes #2120)\n"
    },
    {
      "commit": "8adb0d03ca2694922da915356d7ede05e31c5a5c",
      "tree": "02beb7a3d74b14f880e22000ba1586bb4961fee9",
      "parents": [
        "4033c55eca575777718c0701e26635a0cc47d907"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 17 19:08:02 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 17 19:08:02 2017 +0200"
      },
      "message": "patch 8.0.1119: quitting a split terminal window kills the job\n\nProblem:    Quitting a split terminal window kills the job. (Yasuhiro\n            Matsumoto)\nSolution:   Only stop terminal job if it is the last window.\n"
    },
    {
      "commit": "4033c55eca575777718c0701e26635a0cc47d907",
      "tree": "8dc460ad495106198a9119b52f6505033f7a75b3",
      "parents": [
        "e738a1a033cd31cd2568ba99a9e2dca1e65b45ea"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 16 20:54:51 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 16 20:54:51 2017 +0200"
      },
      "message": "patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs\n\nProblem:    FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always\n            enabled and only adds 7% to the binary size of the tiny build.\nSolution:   Graduate FEAT_WINDOWS.\n"
    },
    {
      "commit": "ba2929b6afd2fc20479912a8dec789be26a38244",
      "tree": "22a2f34f3601b6860becfb3b7d9e5692f58cd3b7",
      "parents": [
        "99433291b135094d9592c41f96d3ccd60073e2c1"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 08 13:59:21 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 08 13:59:21 2017 +0200"
      },
      "message": "patch 8.0.1073: may get an endless loop if \u0027statusline\u0027 changes a highlight\n\nProblem:    May get an endless loop if \u0027statusline\u0027 changes a highlight.\nSolution:   Do not let evaluating \u0027statusline\u0027 trigger a redraw.\n"
    },
    {
      "commit": "e561a7e2fa511d643c9692d26f4cf65378fd1983",
      "tree": "cf6dc86878bcd2fa7a9d8baf467e66e3427f390c",
      "parents": [
        "48340b62e812dc9280f621a2eb6db76d43555c66"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 29 22:44:59 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 29 22:44:59 2017 +0200"
      },
      "message": "patch 8.0.1013: terminal window behaves different from a buffer with changes\n\nProblem:    A terminal window with a running job behaves different from a\n            window containing a changed buffer.\nSolution:   Do not set \u0027bufhidden\u0027 to \"hide\".  Fix that a buffer where a\n            terminal used to run is listed as \"[Scratch]\".\n"
    },
    {
      "commit": "f5be7cd01642fafc4b7d68894eb60cca60c7a405",
      "tree": "bcbb7f2839092ec9b2d68b4d30b2678efff71d99",
      "parents": [
        "a83e3962ac0e4bbfef15a072ad9a7390fc255409"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 17 16:55:13 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 17 16:55:13 2017 +0200"
      },
      "message": "patch 8.0.0953: get \"no write since last change\" error in terminal window\n\nProblem:    Get \"no write since last change\" error in terminal window.\nSolution:   Use another message when closing a terminal window. Make \":quit!\"\n            also end the job.\n"
    },
    {
      "commit": "304b64c9e6957fa3f552e0540ca786139b39a1c4",
      "tree": "0e66b4426d3193af79334fe971a1ea4f1e462638",
      "parents": [
        "6b93b0e8388adc6c9bb50ce2c011d93d6cc41bc8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 13 20:43:48 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 13 20:43:48 2017 +0200"
      },
      "message": "patch 8.0.0935: cannot recognize a terminal buffer in :ls output\n\nProblem:    Cannot recognize a terminal buffer in :ls output.\nSolution:   Use R for a running job and F for a finished job.\n"
    },
    {
      "commit": "e62780543f403186b27b210dd087dd8ba74159fc",
      "tree": "69c492ec6c21c0a312888a22726f06e7a9d99fd1",
      "parents": [
        "2438ae3d678288c4726d2e393d1c66fd5cc52623"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 13 18:11:17 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Aug 13 18:11:17 2017 +0200"
      },
      "message": "patch 8.0.0930: terminal buffers are stored in the viminfo file\n\nProblem:    Terminal buffers are stored in the viminfo file while they can\u0027t\n            be useful.\nSolution:   Skip terminal buffers for file marks and buffer list\n"
    },
    {
      "commit": "6b7355a30ddd294c19cd9be924d487d592ccfae1",
      "tree": "94c51538082a4ffe2c0306e6b7422607be5e3696",
      "parents": [
        "8e5eece8c5f22a2235edeb743d06253f6c54cfdc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 04 21:37:54 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Aug 04 21:37:54 2017 +0200"
      },
      "message": "patch 8.0.0860: side effects when channel appends to a buffer\n\nProblem:    There may be side effects when a channel appends to a buffer that\n            is not the current buffer.\nSolution:   Properly switch to another buffer before appending. (Yasuhiro\n            Matsumoto, closes #1926, closes #1937)\n"
    },
    {
      "commit": "eb44a68b42eda207a5bc4def9ea8fc4d38acb650",
      "tree": "6fae22aba3c4f1eaad8e6d5e4d74df201c78a65e",
      "parents": [
        "620d064b0b0bca2268574abdec2d8eac3384cfdf"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 03 22:44:55 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Aug 03 22:44:55 2017 +0200"
      },
      "message": "patch 8.0.0858: can exit while a terminal is still running a job\n\nProblem:    Can exit while a terminal is still running a job.\nSolution:   Consider a buffer with a running job like a changed file.\n"
    },
    {
      "commit": "94053a51255121713f51c122eb0dbb46c120e6d4",
      "tree": "3e2e3a361ebd94d218551e337450005bf55d8d3e",
      "parents": [
        "0792048842493f224bbd7a5dfb348d834f61b205"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 01 21:44:33 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Aug 01 21:44:33 2017 +0200"
      },
      "message": "patch 8.0.0838: buffer hangs around whem terminal window is closed\n\nProblem:    Buffer hangs around whem terminal window is closed.\nSolution:   When the job has ended wipe out a terminal buffer when the window\n            is closed.\n"
    },
    {
      "commit": "d85f271bf8516dbd90be4d18f905f0abbfcd6db6",
      "tree": "733fbe602d4995c5d4757c8a6a93d2a3ddb4911c",
      "parents": [
        "d973bcb483088b69eb1aed3788476662fe6b77ef"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 28 21:51:57 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Jul 28 21:51:57 2017 +0200"
      },
      "message": "patch 8.0.0797: finished job in terminal window is not handled\n\nProblem:    Finished job in terminal window is not handled.\nSolution:   Add the scrollback buffer.  Use it to fill the buffer when the job\n            has ended.\n"
    },
    {
      "commit": "d28cc3f55d4a5a980f6ac6fa682382822a223720",
      "tree": "afbd1226f742817a8a86a8d256587bf2a93a7daf",
      "parents": [
        "ab6eec3887d68c260b50b1b8f9ed95d49d9306c6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jul 27 22:03:50 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jul 27 22:03:50 2017 +0200"
      },
      "message": "patch 8.0.0782: using freed memory in quickfix code\n\nProblem:    Using freed memory in quickfix code. (Dominique Pelle)\nSolution:   Handle a help window differently. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "f0a521f4f76904edb74e182c12732189b347ff68",
      "tree": "6814c7f84c1f6120b504d427bca34feaf9c36a45",
      "parents": [
        "fc716d725613c3b5934e7eac6573adde8e4f8183"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 25 23:31:12 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Jul 25 23:31:12 2017 +0200"
      },
      "message": "patch 8.0.0776: function prototypes missing without the quickfix feature\n\nProblem:    Function prototypes missing without the quickfix feature. (Tony\n            Mechelynck)\nSolution:   Move non-quickfix functions to buffer.c.\n"
    },
    {
      "commit": "2155441460a6dc0a72125f7860507693112a1460",
      "tree": "bfc7f9ad6f58cf6d2cf980e93a90695186ca2b97",
      "parents": [
        "d60547bf80881f6c99bcbd7c8c4c6cfb7e405a90"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 24 21:44:43 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 24 21:44:43 2017 +0200"
      },
      "message": "patch 8.0.0768: terminal window status shows \"[Scratch]\"\n\nProblem:    Terminal window status shows \"[Scratch]\".\nSolution:   Show \"[Terminal]\" when no title was set. (Yasuhiro Matsumoto)\n            Store the terminal title that vterm sends and use it.  Update the\n            special buffer name.  (closes #1869)\n"
    },
    {
      "commit": "1f2903c43109b16594d141a730659317b15f388d",
      "tree": "35ce24b99f05f54f9f51d6f3e8ed21417787019c",
      "parents": [
        "065f41c8143271d1af7c8f5d14a59e29bf7ecdf3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 23 19:51:01 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 23 19:51:01 2017 +0200"
      },
      "message": "patch 8.0.0761: options not set properly for a terminal buffer\n\nProblem:    Options of a buffer for a terminal window are not set properly.\nSolution:   Add \"terminal\" value for \u0027buftype\u0027.  Make \u0027buftype\u0027 and\n            \u0027bufhidden\u0027 not depend on the quickfix feature.\n            Also set the buffer name and show \"running\" or \"finished\" in the\n            window title.\n"
    },
    {
      "commit": "96ca27a0ee8ae738cab9fb386984c75c6821e31a",
      "tree": "d4c986e7262a996a095f6b4b71601dfc361c57a5",
      "parents": [
        "60d0e97497f1104b31f711072ef174af533b61fa"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 17 23:20:24 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jul 17 23:20:24 2017 +0200"
      },
      "message": "patch 8.0.0728: the terminal structure is never freed\n\nProblem:    The terminal structure is never freed.\nSolution:   Free the structure and unreference what it contains.\n"
    },
    {
      "commit": "fadacf01d0dbcc7a96ef5eee0ad57956eeab04d7",
      "tree": "42f8ae1fbc4012428053b24af455b7dc1c983643",
      "parents": [
        "06f1ed2f78c5c03af95054fc3a8665df39dec362"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 19 20:35:32 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 19 20:35:32 2017 +0200"
      },
      "message": "patch 8.0.0648: possible use of NULL pointer\n\nProblem:    Possible use of NULL pointer if buflist_new() returns NULL.\n            (Coverity)\nSolution:   Check for NULL pointer in set_bufref().\n"
    },
    {
      "commit": "8ad80dea089ffeb1a845199c013e9bb4be1cd22e",
      "tree": "8acbc6f87058076a9965d14ac10e8d37e57f0aa0",
      "parents": [
        "b463e8d999ec812d656876f313efbeaeed663b45"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 05 16:01:59 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Jun 05 16:01:59 2017 +0200"
      },
      "message": "patch 8.0.0621: :stag does not respect \u0027switchbuf\u0027\n\nProblem:    The \":stag\" command does not respect \u0027switchbuf\u0027.\nSolution:   Check \u0027switchbuf\u0027 for tag commands that may open a new window.\n            (Ingo Karkat, closes #1681)  Define macros for the return values\n            of getfile().\n"
    },
    {
      "commit": "45e5fd135da5710f24a1acc142692f120f8b0b78",
      "tree": "db3f8e21176d61550e6c7dbb75dc69faf614c272",
      "parents": [
        "6e62da3e14d32f76f60d5cc8b267059923842f17"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 04 14:58:02 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jun 04 14:58:02 2017 +0200"
      },
      "message": "patch 8.0.0607: after :bwipe + :new bufref might still be valid\n\nProblem:    When creating a bufref, then using :bwipe and :new it might get\n            the same memory and bufref_valid() returns true.\nSolution:   Add br_fnum to check the buffer number didn\u0027t change.\n"
    }
  ],
  "next": "8820b48654b62472821d9b155fe03ab7ac13a05c"
}
