)]}'
{
  "log": [
    {
      "commit": "cf1ba35fc2ebd41b9a7738bbd1f026f5311560aa",
      "tree": "c485902b799a521cf8675a11b8ab73a7745c86eb",
      "parents": [
        "9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 27 00:55:04 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 27 00:55:04 2017 +0200"
      },
      "message": "patch 8.0.1224: still interference between test functions\n\nProblem:    Still interference between test functions.\nSolution:   Clear autocommands. Wipe all buffers.  Fix tests that depend on a\n            specific start context.\n"
    },
    {
      "commit": "9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d",
      "tree": "47d4e016c05fa553fd36b0547029372a23475006",
      "parents": [
        "ce11de87e26e1420703242f8e07b4fd69c4032ba"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 22:04:04 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 22:04:04 2017 +0200"
      },
      "message": "patch 8.0.1223: crash when using autocomplete and tab pages\n\nProblem:    Crash when using autocomplete and tab pages.\nSolution:   Check if the current tab changed. (Christian Brabandt, closes\n            #2239)\n"
    },
    {
      "commit": "ce11de87e26e1420703242f8e07b4fd69c4032ba",
      "tree": "9c530ed1f58efdaea571722cb7d6d1620792aa27",
      "parents": [
        "15993ce9210e8b8d4bc11e1d640f6447b18d3e6c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 22:00:00 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 22:00:00 2017 +0200"
      },
      "message": "patch 8.0.1222: test functions interfere with each other\n\nProblem:    Test functions interfere with each other.\nSolution:   Cleanup tab pages, windows and buffers.  Reset option.\n"
    },
    {
      "commit": "15993ce9210e8b8d4bc11e1d640f6447b18d3e6c",
      "tree": "1c1558bba5fb9a3bd1cfa6d8d494aeca2bd83097",
      "parents": [
        "235dddf1f4afe3a40047dbf2aca1bd177b7be18b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 20:21:44 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 20:21:44 2017 +0200"
      },
      "message": "patch 8.0.1221: still too many old style tests\n\nProblem:    Still too many old style tests.\nSolution:   Convert a few more tests to new style. (Yegappan Lakshmanan,\n            closes #2256)\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": "f204e05ae9f6bc5d922d14d457e16b590efbf3e5",
      "tree": "21906232ca3c5709383fa4f63d62979bc1f95aed",
      "parents": [
        "8d84ff1a3c8cfe59399d3f675ec080066582fdb6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 17:14:01 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 17:14:01 2017 +0200"
      },
      "message": "patch 8.0.1219: terminal test is flaky\n\nProblem:    Terminal test is flaky.\nSolution:   Add test function to list of flaky tests.\n"
    },
    {
      "commit": "8d84ff1a3c8cfe59399d3f675ec080066582fdb6",
      "tree": "02286c1615353fbb090eef259ca01921aa6e84ff",
      "parents": [
        "d99388ba8535a6fecf7d0bf7b982832c0b816062"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 16:42:16 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 16:42:16 2017 +0200"
      },
      "message": "patch 8.0.1218: writing to freed memory in autocmd\n\nProblem:    Writing to freed memory in autocmd.\nSolution:   Make a copy of the tag line. (Dominique Pelle, closes #2245)\n"
    },
    {
      "commit": "d99388ba8535a6fecf7d0bf7b982832c0b816062",
      "tree": "476c1942e2c2e604001ba712cfea4af8df49a0d4",
      "parents": [
        "6ce650480844bfaa5410874416b4a2e15f40b870"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 14:28:32 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 26 14:28:32 2017 +0200"
      },
      "message": "patch 8.0.1217: can\u0027t use remote eval to inspect vars in debug mode\n\nProblem:    Can\u0027t use remote eval to inspect vars in debug mode.\nSolution:   Don\u0027t discard the call stack in debug mode. (closes #2237, #2247)\n"
    },
    {
      "commit": "6ce650480844bfaa5410874416b4a2e15f40b870",
      "tree": "172737d72b86af270be1b987431c25b887699ef7",
      "parents": [
        "2f40d129bf45cd35976e4120336ae6d504f5a5dd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 24 22:32:59 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Oct 24 22:32:59 2017 +0200"
      },
      "message": "patch 8.0.1216: tabline is not always updated for :file command\n\nProblem:    Tabline is not always updated for :file command. (Norio Takagi)\nSolution:   Set redraw_tabline. (Hirohito Higashi)\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": "4f1982800f0aff28df6875e718a786f6c4b11ad9",
      "tree": "0cda1a53ffa28cd3bb662507ebff7ee1a1221def",
      "parents": [
        "2e4cb3b042faba5efc9b5a8b4f86942a417494ce"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 23 21:53:30 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 23 21:53:30 2017 +0200"
      },
      "message": "patch 8.0.1214: accessing freed memory when EXITFREE is set\n\nProblem:    Accessing freed memory when EXITFREE is set and there is more than\n            one tab and window. (Dominique Pelle)\nSolution:   Free options later.  Skip redraw when exiting.\n"
    },
    {
      "commit": "2e4cb3b042faba5efc9b5a8b4f86942a417494ce",
      "tree": "c87231441ef9d00f521c2f970f1431993b2f1893",
      "parents": [
        "66857f410426ca335f4771a58a32b2d14a7e52b9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 21:11:17 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 21:11:17 2017 +0200"
      },
      "message": "patch 8.0.1213: setting \u0027mzschemedll\u0027 has no effect\n\nProblem:    Setting \u0027mzschemedll\u0027 has no effect.\nSolution:   Move loading .vimrc to before call to mzscheme_main().\n"
    },
    {
      "commit": "66857f410426ca335f4771a58a32b2d14a7e52b9",
      "tree": "1faed00426248c703fdd4ba07abe726923fe55a9",
      "parents": [
        "ca05aa24af88836f8aa792360b3780589f294981"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 16:43:20 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 16:43:20 2017 +0200"
      },
      "message": "patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bit\n\nProblem:    MS-Windows: tear-off menu does not work on 64 bit. (shaggyaxe)\nSolution:   Change how the menu handle is looked up. (Ken Takata, closes\n            #1205)\n"
    },
    {
      "commit": "ca05aa24af88836f8aa792360b3780589f294981",
      "tree": "ce6adba1fb6d37113612655d77136f10b83cd505",
      "parents": [
        "f8e8c0643b1cd97db11912bc4f773e1328a0da02"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 15:36:14 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 15:36:14 2017 +0200"
      },
      "message": "patch 8.0.1211: cannot reorder tab pages with drag \u0026 drop\n\nProblem:    Cannot reorder tab pages with drag \u0026 drop.\nSolution:   Support drag \u0026 drop for GTK and MS-Windows. (Ken Takata, Masamichi\n            Abe)\n"
    },
    {
      "commit": "f8e8c0643b1cd97db11912bc4f773e1328a0da02",
      "tree": "ce6ffc0333bd70a60db9a5a1402582bcf65aadcf",
      "parents": [
        "53f0c962394dc6bc66d5b0762af9434e672d1b25"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:44:17 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:44:17 2017 +0200"
      },
      "message": "patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeahead\n\nProblem:    When typing a search pattern CTRL-G and CTRL-T are ignored when\n            there is typeahead.\nSolution:   Don\u0027t pass SEARCH_PEEK and don\u0027t call char_avail(). (haya14busa,\n            closes #2233)\n"
    },
    {
      "commit": "53f0c962394dc6bc66d5b0762af9434e672d1b25",
      "tree": "d38aea2f246572279327e24876e4f7760df650de",
      "parents": [
        "6b89dbb55f84c485310c8c9e094dbafe3ecbace6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:23:59 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 22 14:23:59 2017 +0200"
      },
      "message": "patch 8.0.1209: still too many old style tests\n\nProblem:    Still too many old style tests.\nSolution:   Convert a few more tests to new style. (Yegappan Lakshmanan,\n            closes #2230)\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": "67435d9983965c5c77fc74f0559779ce4554dacb",
      "tree": "ff45ed1b00544acfd9c6b1aac58eceff561e70bf",
      "parents": [
        "fafcf0dd59fd9c4ef743bb333ae40d1d322b6079"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 21:04:37 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 21:04:37 2017 +0200"
      },
      "message": "patch 8.0.1207: profiling skips the first and last script line\n\nProblem:    Profiling skips the first and last script line.\nSolution:   Check for BOM after setting script ID. (Lemonboy, closes #2103,\n            closes #2112) Add a test. List the trailing script lines.\n"
    },
    {
      "commit": "fafcf0dd59fd9c4ef743bb333ae40d1d322b6079",
      "tree": "15b885e7fe89b2cdcf70c2eb33456db7f1f79b77",
      "parents": [
        "ff930cad8a9100eeb04256aab1a14de993c1d7e9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 18:35:51 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 18:35:51 2017 +0200"
      },
      "message": "patch 8.0.1206: no autocmd for entering or leaving the command line\n\nProblem:    No autocmd for entering or leaving the command line.\nSolution:   Add CmdlineEnter and CmdlineLeave.\n"
    },
    {
      "commit": "ff930cad8a9100eeb04256aab1a14de993c1d7e9",
      "tree": "087239febd09bb9c435e93dff38972d7a1cb6790",
      "parents": [
        "87ffb5c1a3aa506a1be07af4e794b3753f839dc3"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 17:12:10 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 17:12:10 2017 +0200"
      },
      "message": "patch 8.0.1205: it is possible to unload a changed buffer\n\nProblem:    Using \"1q\" it is possible to unload a changed buffer. (Rick Howe)\nSolution:   Check the right window for changes.\n"
    },
    {
      "commit": "87ffb5c1a3aa506a1be07af4e794b3753f839dc3",
      "tree": "397eab50b1669ae9111a6f6fcdac4201abbb9503",
      "parents": [
        "6daeef1933be68055aabe1d55f8467d46a707753"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 12:37:42 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 19 12:37:42 2017 +0200"
      },
      "message": "patch 8.0.1204: a QuitPre autocommand may get the wrong file name\n\nProblem:    A QuitPre autocommand may get the wrong file name.\nSolution:   Pass the buffer being closed to apply_autocmds(). (Rich Howe)\n"
    },
    {
      "commit": "6daeef1933be68055aabe1d55f8467d46a707753",
      "tree": "c39230aa296e11d9ed34767d0c22285d3ae5c0e3",
      "parents": [
        "059db5c29ffef283a4b90bab9228708fa32e3dd2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:56:49 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:56:49 2017 +0200"
      },
      "message": "patch 8.0.1203: terminal window mistreats composing characters\n\nProblem:    Terminal window mistreats composing characters.\nSolution:   Count composing characters with the base character. (Ozaki Kiichi,\n            closes #2195)\n"
    },
    {
      "commit": "059db5c29ffef283a4b90bab9228708fa32e3dd2",
      "tree": "d4f99d4adfd04a43311d54baae75f8a803519a34",
      "parents": [
        "44cc4cf72fdd12cd9a779031d443aac4254d51ae"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:42:23 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:42:23 2017 +0200"
      },
      "message": "patch 8.0.1202: :wall gives an errof for a terminal window\n\nProblem:    :wall gives an errof for a terminal window. (Marius Gedminas)\nSolution:   Don\u0027t try writing a buffer that can\u0027t be written. (Yasuhiro\n            Matsumoto, closes #2190)\n"
    },
    {
      "commit": "44cc4cf72fdd12cd9a779031d443aac4254d51ae",
      "tree": "e0d017be95b6445a127a1105f39041374a5a7162",
      "parents": [
        "67418d97b457d2e27fe342472d3c9fd342ffc47f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:13:37 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:13:37 2017 +0200"
      },
      "message": "patch 8.0.1201: \"yL\" is affected by \u0027scrolloff\u0027\n\nProblem:    \"yL\" is affected by \u0027scrolloff\u0027. (Eli the Bearded)\nSolution:   Don\u0027t use \u0027scrolloff\u0027 when an operator is pending.\n"
    },
    {
      "commit": "67418d97b457d2e27fe342472d3c9fd342ffc47f",
      "tree": "42beedb439133453caefdada8dc3d34454d12694",
      "parents": [
        "8bfe07b70878c83c838320cc6a93d62cd78b953f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:07:39 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 22:07:39 2017 +0200"
      },
      "message": "patch 8.0.1200: tests switch the bell off twice\n\nProblem:    Tests switch the bell off twice.\nSolution:   Don\u0027t set \u0027belloff\u0027 in individual tests. (Christian Brabandt)\n"
    },
    {
      "commit": "8bfe07b70878c83c838320cc6a93d62cd78b953f",
      "tree": "72164ac5ae7121b4f72b20d8e0e6f2fdb7a40a15",
      "parents": [
        "00ce63dc230b6c8f55997b09396aee6d6d722734"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:47:05 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:47:05 2017 +0200"
      },
      "message": "patch 8.0.1199: when \u0027clipboard\u0027 is \"autoselectplus\" star register is set\n\nProblem:    When \u0027clipboard\u0027 is \"autoselectplus\" the star register is also\n            set. (Gilles Moris)\nSolution:   Don\u0027t set the star register in this situation.\n"
    },
    {
      "commit": "00ce63dc230b6c8f55997b09396aee6d6d722734",
      "tree": "d451f37d4419d18234669e71139921ac6df101df",
      "parents": [
        "81b07b527e8b9c35d12fd45b63885d6938564723"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:44:45 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:44:45 2017 +0200"
      },
      "message": "patch 8.0.1198: older compilers don\u0027t know uint8_t\n\nProblem:    Older compilers don\u0027t know uint8_t.\nSolution:   Use char_u instead.\n"
    },
    {
      "commit": "81b07b527e8b9c35d12fd45b63885d6938564723",
      "tree": "c2a6b826ade36fd9c23230998c6e956ee00f4134",
      "parents": [
        "a20f83df1d646a2d296af835ba1154f09986f102"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:43:21 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 21:43:21 2017 +0200"
      },
      "message": "patch 8.0.1197: MS-Windows build instructions are not up to date\n\nProblem:    MS-Windows build instructions are not up to date.\nSolution:   Adjust the instructions.  Fix the nsis script.\n"
    },
    {
      "commit": "a20f83df1d646a2d296af835ba1154f09986f102",
      "tree": "1657211ac9e112d5121b1c0d2b825daff3dae332",
      "parents": [
        "9377df3ecd0bd3acb5d46cb8af7fe60867f247f2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 13:35:01 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 13:35:01 2017 +0200"
      },
      "message": "patch 8.0.1196: crash when t_RF is not set\n\nProblem:    Crash when t_RF is not set. (Brian Pina)\nSolution:   Add t_RF to the list of terminal options. (Hirohito Higashi)\n"
    },
    {
      "commit": "9377df3ecd0bd3acb5d46cb8af7fe60867f247f2",
      "tree": "b6ef803c19ff558bd280b1c79fbc6362fb66eda3",
      "parents": [
        "65e4c4f6868882a380c319632a1728a5e7d274ad"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 13:22:01 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 15 13:22:01 2017 +0200"
      },
      "message": "patch 8.0.1195: can\u0027t build on MS-Windows\n\nProblem:    Can\u0027t build on MS-Windows.\nSolution:   Adjust #ifdef and add #ifdefs.\n"
    },
    {
      "commit": "65e4c4f6868882a380c319632a1728a5e7d274ad",
      "tree": "ea3e0680ca7752b219dec52ee3e10bc4eb2d0c3d",
      "parents": [
        "b2c8750c4e95f64a8dff912af81e13318b3f6ed6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 23:24:25 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 23:24:25 2017 +0200"
      },
      "message": "patch 8.0.1194: actual fg and bg colors of terminal are unknown\n\nProblem:    Actual fg and bg colors of terminal are unknown.\nSolution:   Add t_RF.  Store response to t_RB and t_RF, use for terminal.\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": "ac8069bb63c5954c787fe93b7a9265de3c0c6853",
      "tree": "e1df804d9eb88fccb3f60818e3cb6b290fb4d752",
      "parents": [
        "6199d43f4b59a9bb1c87d408c5b33fa19a23ebcd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 20:24:19 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 20:24:19 2017 +0200"
      },
      "message": "patch 8.0.1192: MS-Windows: terminal feature not enabled by default\n\nProblem:    MS-Windows: terminal feature not enabled by default.\nSolution:   Enable it. (Ken Takata)\n"
    },
    {
      "commit": "6199d43f4b59a9bb1c87d408c5b33fa19a23ebcd",
      "tree": "9e3b891db8cf578f455cf15512286e8160eb8326",
      "parents": [
        "2c33d7bb69c4c2c5b0e39b03cc4b0c04cfdfbb0b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 19:05:44 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 19:05:44 2017 +0200"
      },
      "message": "patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installer\n\nProblem:    MS-Windows: missing 32 and 64 bit files in installer.\nSolution:   Include both 32 and 64 bit GvimExt and related dll files. Remove\n            old Windows code from the installer. (Ken Takata, closes #2144)\n"
    },
    {
      "commit": "2c33d7bb69c4c2c5b0e39b03cc4b0c04cfdfbb0b",
      "tree": "24ccce8c31f7ae5c8be19769c9b6eed1359e8fab",
      "parents": [
        "6047e2c722347ae9443c2632c6e061918ccef9c6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 16:06:20 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 16:06:20 2017 +0200"
      },
      "message": "patch 8.0.1190: unusable after opening new window in BufWritePre event\n\nProblem:    Vim becomes unusable after opening new window in BufWritePre\n            event.\nSolution:   Call not_exiting(). (Martin Tournoij, closes #2205)\n            Also for \"2q\" when a help window is open.  Add a test.\n"
    },
    {
      "commit": "6047e2c722347ae9443c2632c6e061918ccef9c6",
      "tree": "10ef3ad656c74b93ac7d5eb3e1728dffc391e198",
      "parents": [
        "1d68d9b2bd60d848552c08763e590edde16056c9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 15:24:49 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 14 15:24:49 2017 +0200"
      },
      "message": "patch 8.0.1189: E172 is not actually useful\n\nProblem:    E172 is not actually useful, it\u0027s only on Unix anyway.\nSolution:   Remove the check and the error.\n"
    },
    {
      "commit": "1d68d9b2bd60d848552c08763e590edde16056c9",
      "tree": "fa68095e8316749d0eb3cce30b16f833e71c879b",
      "parents": [
        "8065cf2bfba93a8aeed29f591152edeb0841bff6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 13 22:33:32 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 13 22:33:32 2017 +0200"
      },
      "message": "patch 8.0.1188: autocmd test fails on MS-Windows\n\nProblem:    Autocmd test fails on MS-Windows.\nSolution:   Give the buffer a name and find the buffer to be wiped out by\n            name.\n"
    },
    {
      "commit": "8065cf2bfba93a8aeed29f591152edeb0841bff6",
      "tree": "cfc672c35b54844fc1fefd20d9c2080ee25bccfa",
      "parents": [
        "4a6fcf8047de13c7949ab2f27f7774acaec4ae4d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 21:45:23 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 21:45:23 2017 +0200"
      },
      "message": "patch 8.0.1187: building with lua fails for OSX on Travis\n\nProblem:    Building with lua fails for OSX on Travis.\nSolution:   Separate brew-update and brew-install. (Ozaki Kiichi, closes #2203)\n"
    },
    {
      "commit": "4a6fcf8047de13c7949ab2f27f7774acaec4ae4d",
      "tree": "c408cb0119bffbc2028c9a026eddbf5aa1212913",
      "parents": [
        "9202162c5c069c925b6b9bf84e546fbd362cdf46"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 21:29:22 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 21:29:22 2017 +0200"
      },
      "message": "patch 8.0.1186: still quite a few old style tests\n\nProblem:    Still quite a few old style tests.\nSolution:   Convert old to new style tests. (Yegappan Lakshmanan)\n            Avoid ringing the bell while running tests.\n"
    },
    {
      "commit": "9202162c5c069c925b6b9bf84e546fbd362cdf46",
      "tree": "7e6c64a6b068ba888c14fdde4ca595fdd058c56d",
      "parents": [
        "9b69f22e66d51d764e9ade87ae8a57ac13ab7348"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 12:33:43 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Oct 12 12:33:43 2017 +0200"
      },
      "message": "patch 8.0.1185: Ruby library includes minor version number\n\nProblem:    Ruby library includes minor version number.\nSolution:   Only use the API version number. (Ben Boeckel, closes #2199)\n"
    },
    {
      "commit": "9b69f22e66d51d764e9ade87ae8a57ac13ab7348",
      "tree": "17b57c4a0b216dc9e37d908513eff4802b48c121",
      "parents": [
        "18cfa940e2bbf657e8f90e6486812876198ef963"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 21:53:15 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 21:53:15 2017 +0200"
      },
      "message": "patch 8.0.1184: the :marks command is not tested\n\nProblem:    The :marks command is not tested.\nSolution:   Add a test. (Dominique Pelle, closes #2197)\n"
    },
    {
      "commit": "18cfa940e2bbf657e8f90e6486812876198ef963",
      "tree": "0df440d1dcf073a66208b45871ac4a271097c55b",
      "parents": [
        "0ab35b279f9d64f32e99424166b047f90cb042d8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 17:58:44 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 17:58:44 2017 +0200"
      },
      "message": "patch 8.0.1183: MS-Windows build instructions are outdated\n\nProblem:    MS-Windows build instructions are outdated.\nSolution:   Update instructions for MSVC 2015.  Update the build script.\n"
    },
    {
      "commit": "0ab35b279f9d64f32e99424166b047f90cb042d8",
      "tree": "8e076a67634c9afc9a3e74393c79b85df7f37222",
      "parents": [
        "4635e11c6bd63d8be90a2d9455802c6e7bde28f5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 17:41:37 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 08 17:41:37 2017 +0200"
      },
      "message": "patch 8.0.1182: cannot see or change mzscheme dll name\n\nProblem:    Cannot see or change mzscheme dll name.\nSolution:   Add \u0027mzschemedll\u0027 and \u0027mzschemegcdll\u0027.\n"
    },
    {
      "commit": "4635e11c6bd63d8be90a2d9455802c6e7bde28f5",
      "tree": "2be7ba8d2360c0d389d9b04362c045ba2b7e2a16",
      "parents": [
        "75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 21:05:18 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 21:05:18 2017 +0200"
      },
      "message": "patch 8.0.1181: tests using Vim command fail on MS-Windows\n\nProblem:    Tests using Vim command fail on MS-Windows.\nSolution:   Do not add quotes around the Vim command.\n"
    },
    {
      "commit": "75f69e5a183e00cb5aa05d43c1ecf3b7dead7a98",
      "tree": "961701ad373d172d5262a6f4f55a01724e966954",
      "parents": [
        "631820536e4084e01bf990f9314ec385b60b21d7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 20:10:29 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 20:10:29 2017 +0200"
      },
      "message": "patch 8.0.1180: MS-Windows testclean target deletes the color script\n\nProblem:    MS-Windows testclean target deletes the color script.\nSolution:   Rename the script file.\n"
    },
    {
      "commit": "631820536e4084e01bf990f9314ec385b60b21d7",
      "tree": "3876a54cd74c3db491638cad387a43fbd857d2e7",
      "parents": [
        "73f4439ca690d8224df8f88dc71a43fafdcc89bf"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 20:03:23 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 20:03:23 2017 +0200"
      },
      "message": "patch 8.0.1179: Test_popup_and_window_resize() does not always pass\n\nProblem:    Test_popup_and_window_resize() does not always pass.\nSolution:   Do not use $VIMPROG, pass the Vim executable in the vimcmd file.\n            (Ozaki Kiichi, closes #2186)\n"
    },
    {
      "commit": "73f4439ca690d8224df8f88dc71a43fafdcc89bf",
      "tree": "bb00da4d4e9cacd9af4cbdd8cd02e700b066eeb3",
      "parents": [
        "54e5dbf58e16d0d757a315480c9e63ac7f8a74c7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 18:38:43 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 18:38:43 2017 +0200"
      },
      "message": "patch 8.0.1178: using old compiler on MS-Windows\n\nProblem:    Using old compiler on MS-Windows.\nSolution:   Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)\n"
    },
    {
      "commit": "54e5dbf58e16d0d757a315480c9e63ac7f8a74c7",
      "tree": "b9d12a4d06429e644f30b804125138fd92f07bd7",
      "parents": [
        "d78f03f86045184dfd191f00359baa61e2e79d1f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 17:35:09 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Oct 07 17:35:09 2017 +0200"
      },
      "message": "patch 8.0.1177: in a terminal window the popup menu is not cleared\n\nProblem:    In a terminal window the popup menu is not cleared. (Gerry\n            Agbobada)\nSolution:   Redraw when SOME_VALID is used instead of NOT_VALID. (closes\n            #2194)\n"
    },
    {
      "commit": "d78f03f86045184dfd191f00359baa61e2e79d1f",
      "tree": "3652e1c4a1072058b0d51d480b4cdfa3e6d5abc0",
      "parents": [
        "c902609f69b5662484f78dbf509715940d4134e4"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 06 01:07:41 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Oct 06 01:07:41 2017 +0200"
      },
      "message": "patch 8.0.1176: job_start() does not handle quote and backslash correctly\n\nProblem:    Job_start() does not handle quote and backslash correctly.\nSolution:   Remove quotes, recognize and remove backslashes.\n"
    },
    {
      "commit": "c902609f69b5662484f78dbf509715940d4134e4",
      "tree": "b4e3468b0eb4cdaa2d53291718bf199e48b4dc61",
      "parents": [
        "a0a6f2776eabfbd4d9174fabdf3921beb7348eda"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 04 19:35:02 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 04 19:35:02 2017 +0200"
      },
      "message": "patch 8.0.1175: build failure without +termresponse\n\nProblem:    Build failure without +termresponse.\nSolution:   Add #ifdef.\n"
    },
    {
      "commit": "a0a6f2776eabfbd4d9174fabdf3921beb7348eda",
      "tree": "19ec97137672477ed907299e614c673159fe5813",
      "parents": [
        "19a3d68b2cd4beb1ee1d97a84ad4e860ffe0cbb2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 04 18:04:16 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Oct 04 18:04:16 2017 +0200"
      },
      "message": "patch 8.0.1174: Mac Terminal.app has wrong color for white\n\nProblem:    Mac Terminal.app has wrong color for white.\nSolution:   Use white from the color cube.\n"
    },
    {
      "commit": "19a3d68b2cd4beb1ee1d97a84ad4e860ffe0cbb2",
      "tree": "53564f0258e9d3256ae5f1f953fcc781f34a78f8",
      "parents": [
        "2a6a6c3014e728cd01c750b0f60484d4eaf22a8c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 02 21:54:59 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 02 21:54:59 2017 +0200"
      },
      "message": "patch 8.0.1173: terminal window is not redrawn after CTRL-L\n\nProblem:    Terminal window is not redrawn after CTRL-L. (Marcin Szamotulski)\nSolution:   Redraw the whole terminal when w_redr_type is NOT_VALID.\n"
    },
    {
      "commit": "2a6a6c3014e728cd01c750b0f60484d4eaf22a8c",
      "tree": "13f1b1e0e7f5ee17e9e9e53a6a09a2631ce9235b",
      "parents": [
        "712549e04eddd6687c4b7654ec9af6da6c365603"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 02 19:29:48 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Oct 02 19:29:48 2017 +0200"
      },
      "message": "patch 8.0.1172: when E734 is given option is still set\n\nProblem:    When E734 is given option is still set.\nSolution:   Assign NULL to \"s\". (Christian Brabandt)\n"
    },
    {
      "commit": "712549e04eddd6687c4b7654ec9af6da6c365603",
      "tree": "953c1b1baa445694f9a06b31ac6e144506b5e8b4",
      "parents": [
        "f33606112a59de6965692840b47d9cb4b924fc97"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 16:59:18 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 16:59:18 2017 +0200"
      },
      "message": "patch 8.0.1171: popup test is still a bit flaky\n\nProblem:    Popup test is still a bit flaky.\nSolution:   Change term_wait() calls. (Ozaki Kiichi)\n"
    },
    {
      "commit": "f33606112a59de6965692840b47d9cb4b924fc97",
      "tree": "14645c554f821e686128f5754b09c9be10909e8e",
      "parents": [
        "5ece3e359c4b96d0f9bf1ce690223545f40f34b8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 16:21:31 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 16:21:31 2017 +0200"
      },
      "message": "patch 8.0.1170: using termdebug results in 100% CPU time\n\nProblem:    Using termdebug results in 100% CPU time. (tomleb)\nSolution:   Use polling instead of select().\n"
    },
    {
      "commit": "5ece3e359c4b96d0f9bf1ce690223545f40f34b8",
      "tree": "2ea61f5f760f534f3e0e2578fae00d1fc1256ace",
      "parents": [
        "0aa398f55a327282c70f56e0bac2dcb9521da378"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 14:35:02 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Oct 01 14:35:02 2017 +0200"
      },
      "message": "patch 8.0.1169: highlignting one char too many with \u0027list\u0027 and \u0027cul\u0027\n\nProblem:    Highlignting one char too many with \u0027list\u0027 and \u0027cul\u0027.\nSolution:   Check for \u0027list\u0027 being active. (Ozaki Kiichi, closes #2177)\n"
    },
    {
      "commit": "0aa398f55a327282c70f56e0bac2dcb9521da378",
      "tree": "456180a96037ce14db277909c08cd6fa286168a2",
      "parents": [
        "3a497e1a414dc44b3df6a6fca60838ecd8ff0ca6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 21:23:55 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 21:23:55 2017 +0200"
      },
      "message": "patch 8.0.1168: wrong highlighting with combination of match and \u0027cursorline\u0027\n\nProblem:    wrong highlighting with combination of match and \u0027cursorline\u0027.\nSolution:   Use \"line_attr\" when appropriate. (Ozaki Kiichi, closes #2111)\n            But don\u0027t highlight more than one character.\n"
    },
    {
      "commit": "3a497e1a414dc44b3df6a6fca60838ecd8ff0ca6",
      "tree": "faa9025657058be18b3339fec2e72463d8a0113f",
      "parents": [
        "c958b316386fa44116a02bfbd5859edc54a4a7e0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 20:40:27 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 20:40:27 2017 +0200"
      },
      "message": "patch 8.0.1167: Motif: typing in terminal window is slow\n\nProblem:    Motif: typing in terminal window is slow.\nSolution:   Do not redraw the whole terminal window but only was was changed.\n"
    },
    {
      "commit": "c958b316386fa44116a02bfbd5859edc54a4a7e0",
      "tree": "666aac177fe9e0933eb59b45e8c80f698eaa7f62",
      "parents": [
        "f52c38315669f85bbcf3bd74c590148bf588f6c6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 20:04:36 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 20:04:36 2017 +0200"
      },
      "message": "patch 8.0.1166: :terminal doesn\u0027t work on Mac High Sierra\n\nProblem:    :terminal doesn\u0027t work on Mac High Sierra.\nSolution:   Change #ifdef for OpenPTY(). (Ozaki Kiichi, Kazunobu Kuriyama,\n            closes #2162)\n"
    },
    {
      "commit": "f52c38315669f85bbcf3bd74c590148bf588f6c6",
      "tree": "676031e5b1538c284ab03900cd8a1fd3ed815cd4",
      "parents": [
        "65ed136844fbaffdd473903ed841c944600234dc"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 16:49:19 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 16:49:19 2017 +0200"
      },
      "message": "patch 8.0.1165: popup test is still flaky\n\nProblem:    Popup test is still flaky.\nSolution:   Add a term_wait() call. (Ozaki Kiichi)\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": "c79977a437d91306d576fb59e490601409503303",
      "tree": "12b331fec005adb90ca6b109676e6ef185db221f",
      "parents": [
        "660b85e39a48a9f2e3bd7e4d8b97d0a1b4842997"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 14:39:27 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 14:39:27 2017 +0200"
      },
      "message": "patch 8.0.1163: popup test is flaky\n\nProblem:    Popup test is flaky.\nSolution:   Add a WaitFor() and fix another.\n"
    },
    {
      "commit": "660b85e39a48a9f2e3bd7e4d8b97d0a1b4842997",
      "tree": "46cbda71c0d5c384693235d7996c297f43bc3c95",
      "parents": [
        "a5e6621aadadf78c7b344e93a4b328788076f14c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 14:26:58 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 30 14:26:58 2017 +0200"
      },
      "message": "patch 8.0.1162: shared script for tests cannot be included twice\n\nProblem:    Shared script for tests cannot be included twice.\nSolution:   Include it where needed, it will \"finish\" if loaded again.\n"
    },
    {
      "commit": "a5e6621aadadf78c7b344e93a4b328788076f14c",
      "tree": "160e3f05fcea43ae0b38b307045a942aff9c2cd7",
      "parents": [
        "816968defc8ae79eb7e2319e991e74661be8d750"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 29 22:42:33 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 29 22:42:33 2017 +0200"
      },
      "message": "patch 8.0.1161: popup menu drawing problem when resizing terminal\n\nProblem:    Popup menu drawing problem when resizing terminal.\nSolution:   Redraw after resizing also when a popup menu is visible. (Ozaki\n            Kiichi, closes #2110)\n"
    },
    {
      "commit": "816968defc8ae79eb7e2319e991e74661be8d750",
      "tree": "ddb01de7db656fdbd9f673e54785860c93379cf7",
      "parents": [
        "d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 29 21:29:18 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 29 21:29:18 2017 +0200"
      },
      "message": "patch 8.0.1160: getting tab-local variable fails after closing window\n\nProblem:    Getting tab-local variable fails after closing window.\nSolution:   set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)\n"
    },
    {
      "commit": "d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e",
      "tree": "9f37969b979d7e60767277d91d19d3d16dce03d6",
      "parents": [
        "db51007108a6ab0671e7f7b4844557cbe647185f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 28 22:35:25 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 28 22:35:25 2017 +0200"
      },
      "message": "patch 8.0.1159: typo in #ifdef\n\nProblem:    Typo in #ifdef.\nSolution:   Change \"PROT\" to \"PROTO\". (Nobuhiro Takasaki, closes #2165)\n"
    },
    {
      "commit": "db51007108a6ab0671e7f7b4844557cbe647185f",
      "tree": "add62305033a8f8aacc513705f5eb15d61ff3174",
      "parents": [
        "24a98a0eb77245adc50facad8b735b20bfd31a7e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 28 21:52:17 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 28 21:52:17 2017 +0200"
      },
      "message": "patch 8.0.1158: still old style tests\n\nProblem:    Still old style tests.\nSolution:   Convert serveral tests to new style. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "24a98a0eb77245adc50facad8b735b20bfd31a7e",
      "tree": "ffdfef4e7528ec317d59463e5ff83d07e466c0d7",
      "parents": [
        "9cf39cc57f63f57b4a335cd25371eb456824f049"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 22:23:55 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 22:23:55 2017 +0200"
      },
      "message": "Update runtime files\n"
    },
    {
      "commit": "9cf39cc57f63f57b4a335cd25371eb456824f049",
      "tree": "db2eacc3a3914f2de13dd3880616b2886ef311e4",
      "parents": [
        "1ec96c926974208bd47710384c8202c47d0752d0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 21:46:19 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 21:46:19 2017 +0200"
      },
      "message": "patch 8.0.1157: compiler warning on MS-Windows\n\nProblem:    Compiler warning on MS-Windows.\nSolution:   Add type cast. (Yasuhiro Matsomoto)\n"
    },
    {
      "commit": "1ec96c926974208bd47710384c8202c47d0752d0",
      "tree": "5c2cd9d9f8578d9d0d67341eaf41dfdf301ab4db",
      "parents": [
        "d1bc96ce2466ac1b4af4a2c36de455a1df318d1d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 21:42:08 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 27 21:42:08 2017 +0200"
      },
      "message": "patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGS\n\nProblem:    Removing one -W argument from Perl CFLAGS may cause trouble.\nSolution:   Remove all -W flags. (Christian Brabandt)\n"
    },
    {
      "commit": "d1bc96ce2466ac1b4af4a2c36de455a1df318d1d",
      "tree": "1fc37ae25c103461612a4c34d313684283918811",
      "parents": [
        "1b38344e00af65df12946fffda7f3201621c35ef"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 21:21:44 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 21:21:44 2017 +0200"
      },
      "message": "patch 8.0.1155: Ruby command triggers a warning\n\nProblem:    Ruby command triggers a warning when RUBYOPT is set to \"-w\".\nSolution:   use \"-e_\u003d0\" instead of \"-e0\". (Masataka Pocke Kuwabara, closes\n            #2143)\n"
    },
    {
      "commit": "1b38344e00af65df12946fffda7f3201621c35ef",
      "tree": "164ba42c990c2ed7c7ffa903799b164c225060f2",
      "parents": [
        "97fbc404fc56f76df12b2d2658b1d6efda28d5dd"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 20:04:54 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 20:04:54 2017 +0200"
      },
      "message": "patch 8.0.1154: \u0027indentkeys\u0027 does not work properly\n\nProblem:    \u0027indentkeys\u0027 does not work properly. (Gary Johnson)\nSolution:   Get the cursor line again. (Christian Brabandt, closes #2151)\n"
    },
    {
      "commit": "97fbc404fc56f76df12b2d2658b1d6efda28d5dd",
      "tree": "ae02ab743c38ac84f93458fca00a37a0d85c171d",
      "parents": [
        "2a02745709127bd56ccdbac8c568b3c25f3072a7"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 19:41:46 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 19:41:46 2017 +0200"
      },
      "message": "patch 8.0.1153: no tests for diff_hlID() and diff_filler()\n\nProblem:    No tests for diff_hlID() and diff_filler().\nSolution:   Add tests. (Dominique Pelle, closes #2156)\n"
    },
    {
      "commit": "2a02745709127bd56ccdbac8c568b3c25f3072a7",
      "tree": "d6a3e6c777a3e760df7de4ceca9aba4a510a7771",
      "parents": [
        "09ca932f8e7d63a83b39baa7c03d4c6145e3baab"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 19:10:37 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 19:10:37 2017 +0200"
      },
      "message": "patch 8.0.1152: encoding of error message wrong in Cygwin terminal\n\nProblem:    Encoding of error message wrong in Cygwin terminal.\nSolution:   Get locale from environment variables. (Ken Takata)\n"
    },
    {
      "commit": "09ca932f8e7d63a83b39baa7c03d4c6145e3baab",
      "tree": "56da738a73422e376a8eed5779bab6e620498c08",
      "parents": [
        "6edeaf387c7218a84a5521a4e82b4000496b523b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 17:40:45 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 17:40:45 2017 +0200"
      },
      "message": "patch 8.0.1151: \"vim -c startinsert!\" doesn\u0027t append\n\nProblem:    \"vim -c startinsert!\" doesn\u0027t append.\nSolution:   Correct line number on startup. (Christian Brabandt, closes #2117)\n"
    },
    {
      "commit": "6edeaf387c7218a84a5521a4e82b4000496b523b",
      "tree": "3961c09ba321c022f7e5a814f05941b8c88d0a05",
      "parents": [
        "a8fc0d3817f69b3599a1b56d74a2ddbd3139f40c"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 14:46:04 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 14:46:04 2017 +0200"
      },
      "message": "patch 8.0.1150: MS-Windows GUI: dialog font size is incorrect\n\nProblem:    MS-Windows GUI: dialog font size is incorrect.\nSolution:   Pass flag to indicate \u0027encoding\u0027 or active codepage. (Yasuhiro\n            Matsomoto, closes #2160)\n"
    },
    {
      "commit": "a8fc0d3817f69b3599a1b56d74a2ddbd3139f40c",
      "tree": "0d655b66a36a575c7e48316c794e45bc4e20db7a",
      "parents": [
        "22ab547dc281092d6a9d397db712a11733c38e97"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 13:59:47 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 13:59:47 2017 +0200"
      },
      "message": "patch 8.0.1149: libvterm colors differ from xterm\n\nProblem:    libvterm colors differ from xterm.\nSolution:   Use the xterm colors for libvterm.\n"
    },
    {
      "commit": "22ab547dc281092d6a9d397db712a11733c38e97",
      "tree": "6b1bab7427c5c09d6545008706f37530760976c2",
      "parents": [
        "7c456a4511dff70bb2fc23ebc3dc3d9201dbaacb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 12:28:45 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 12:28:45 2017 +0200"
      },
      "message": "patch 8.0.1148: gN doesn\u0027t work on last match with \u0027wrapscan\u0027 off\n\nProblem:    \"gN\" doesn\u0027t work on last match with \u0027wrapscan\u0027 off. (fcpg)\nSolution:   Adjust for searching backward. (Christian Brabandt)\n"
    },
    {
      "commit": "7c456a4511dff70bb2fc23ebc3dc3d9201dbaacb",
      "tree": "f8385cb165cbe2c6b954b4daa28d75bb455294d4",
      "parents": [
        "452030e530aad9b08fcfa71737d098b33c752b85"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 11:15:53 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 26 11:15:53 2017 +0200"
      },
      "message": "patch 8.0.1147: fail to build with tiny features\n\nProblem:    Fail to build with tiny features. (Tony Mechelynck)\nSolution:   Move #ifdefs.\n"
    },
    {
      "commit": "452030e530aad9b08fcfa71737d098b33c752b85",
      "tree": "63a47bee7eed8fab344be5e2d3407b924a856035",
      "parents": [
        "0c6a32963d1c0b5401ffd7f25e6fc7bf86895744"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 25 22:57:27 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 25 22:57:27 2017 +0200"
      },
      "message": "patch 8.0.1146: redraw when highlight is set with same names\n\nProblem:    Redraw when highlight is set with same names. (Ozaki Kiichi)\nSolution:   Only free and save a name when it changed. (closes #2120)\n"
    },
    {
      "commit": "0c6a32963d1c0b5401ffd7f25e6fc7bf86895744",
      "tree": "99a4ae0c814ca82feca3bd7bffa89931b4314de0",
      "parents": [
        "0b05e491b473dbf39cd9f519030bf6363c272300"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 25 22:02:32 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 25 22:02:32 2017 +0200"
      },
      "message": "patch 8.0.1145: warning when compiling with Perl\n\nProblem:    Warning when compiling with Perl.\nSolution:   Remove unused variable. (Ken Takata0\n"
    },
    {
      "commit": "0b05e491b473dbf39cd9f519030bf6363c272300",
      "tree": "d684cbee2100fc534cd7d78862d0cbc61e220a50",
      "parents": [
        "e0de17d84e1612dbc9362989194de5674f221de5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 24 19:39:09 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 24 19:39:09 2017 +0200"
      },
      "message": "patch 8.0.1144: using wrong #ifdef for computing length\n\nProblem:    Using wrong #ifdef for computing length.\nSolution:   use BACKSLASH_IN_FILENAME instead of COLON_IN_FILENAME. (Yasuhiro\n            Matsomoto, closes #2153)\n"
    },
    {
      "commit": "e0de17d84e1612dbc9362989194de5674f221de5",
      "tree": "5fb945466e99a3d5ebc418a2e61e333f9c1a5905",
      "parents": [
        "378daf87d380b9f3c4f822786dfbfdcad9ca2db9"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 24 16:24:34 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 24 16:24:34 2017 +0200"
      },
      "message": "patch 8.0.1143: macros always expand to the same thing\n\nProblem:    Macros always expand to the same thing.\nSolution:   Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().\n"
    },
    {
      "commit": "378daf87d380b9f3c4f822786dfbfdcad9ca2db9",
      "tree": "aff01af57c453062a3023b9e7a6a3f3398316798",
      "parents": [
        "96e7a6ee4569526c71b1e89f641526775831ac63"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 23:58:28 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 23:58:28 2017 +0200"
      },
      "message": "patch 8.0.1142: window toolbar menu gets a tear-off item\n\nProblem:    Window toolbar menu gets a tear-off item.\nSolution:   Recognize the window toolbar.\n"
    },
    {
      "commit": "96e7a6ee4569526c71b1e89f641526775831ac63",
      "tree": "81a080ed86f6413640e611f3af8b49612ffc17e7",
      "parents": [
        "bb3e6416f157f68799ccb6070fa2f91df6780e79"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 19:48:29 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 19:48:29 2017 +0200"
      },
      "message": "patch 8.0.1141: MS-Windows build dependencies are incomplete\n\nProblem:    MS-Windows build dependencies are incomplete.\nSolution:   Fix the dependencies. (Ken Takata)\n"
    },
    {
      "commit": "bb3e6416f157f68799ccb6070fa2f91df6780e79",
      "tree": "804b580942f79c04f30507377d71a869130373b8",
      "parents": [
        "a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 19:24:46 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 19:24:46 2017 +0200"
      },
      "message": "patch 8.0.1140: still old style tests\n\nProblem:    Still old style tests.\nSolution:   Convert two tests to new style. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "a21a6a9ade7bec3a07992d4d900d4ce82eeb8a29",
      "tree": "fc3e9d9ee37b8f842a038035a7f251c0e3435942",
      "parents": [
        "eb163d73b11c10b461a2839530173a33d7915a33"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 16:33:50 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 16:33:50 2017 +0200"
      },
      "message": "patch 8.0.1139: using window toolbar changes state\n\nProblem:    Using window toolbar changes state.\nSolution:   Always execute window toolbar actions in Normal mode.\n"
    },
    {
      "commit": "eb163d73b11c10b461a2839530173a33d7915a33",
      "tree": "581dae7631cb4d5e1f4d1aea5a071f39034a018d",
      "parents": [
        "e745d75c3e0d976e73bd17c395e9cce98f671692"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 15:08:17 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Sep 23 15:08:17 2017 +0200"
      },
      "message": "patch 8.0.1138: click in window toolbar starts Visual mode\n\nProblem:    Click in window toolbar starts Visual mode.\nSolution:   Add the MOUSE_WINBAR flag.\n"
    },
    {
      "commit": "e745d75c3e0d976e73bd17c395e9cce98f671692",
      "tree": "3db100e6ad5e5fad984645b55a5906095e31015b",
      "parents": [
        "0263146b5dbbb6c120ce2e7720256503b864425d"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 16:56:22 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 16:56:22 2017 +0200"
      },
      "message": "patch 8.0.1137: cannot build with Ruby\n\nProblem:    Cannot build with Ruby.\nSolution:   Fix misplaced brace.\n"
    },
    {
      "commit": "0263146b5dbbb6c120ce2e7720256503b864425d",
      "tree": "b6f18fde8fd4bbc29c322b414ac584106e512d7a",
      "parents": [
        "53f8174eaeb93b381cf74c58863f8fe82748a22a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 15:20:32 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 15:20:32 2017 +0200"
      },
      "message": "patch 8.0.1136: W_WIDTH() is always the same\n\nProblem:    W_WIDTH() is always the same.\nSolution:   Expand the macro.\n"
    },
    {
      "commit": "53f8174eaeb93b381cf74c58863f8fe82748a22a",
      "tree": "8f60614e9840f38bd2a05a48809bb7b29adc26b1",
      "parents": [
        "76301956f0c079d893cfd927b11456328bed4f9b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 14:35:51 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 14:35:51 2017 +0200"
      },
      "message": "patch 8.0.1135: W_WINCOL() is always the same\n\nProblem:    W_WINCOL() is always the same.\nSolution:   Expand the macro.\n"
    },
    {
      "commit": "76301956f0c079d893cfd927b11456328bed4f9b",
      "tree": "eeff6af9158367415d9691dbef97a6fcea79dd83",
      "parents": [
        "f3d769a585040ac47f7054057758809024ef6377"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 13:53:37 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 13:53:37 2017 +0200"
      },
      "message": "patch 8.0.1134: superfluous call to syn_get_final_id()\n\nProblem:    Superfluous call to syn_get_final_id().\nSolution:   Remove it. (Ken Takata)\n"
    },
    {
      "commit": "f3d769a585040ac47f7054057758809024ef6377",
      "tree": "24e3a84b889a8f9c1c9a1868988fea9f2e77be5a",
      "parents": [
        "8b21de33bb288738c1445bc7241d3d5106124d66"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 13:44:56 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 13:44:56 2017 +0200"
      },
      "message": "patch 8.0.1133: syntax timeout not used correctly\n\nProblem:    Syntax timeout not used correctly.\nSolution:   Do not pass the timeout to syntax_start() but set it explicitly.\n            (Yasuhiro Matsumoto, closes #2139)\n"
    },
    {
      "commit": "8b21de33bb288738c1445bc7241d3d5106124d66",
      "tree": "ad8c34bf2095cc3dde2552ae2785d0f9cb1199ec",
      "parents": [
        "fc7649f8b82efbb4c7066567dd69192d97a2749f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 11:13:52 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Fri Sep 22 11:13:52 2017 +0200"
      },
      "message": "Missing part of 8.0.1131.\n"
    },
    {
      "commit": "fc7649f8b82efbb4c7066567dd69192d97a2749f",
      "tree": "ff40e63e463d0110f269f356a90b6a1dd94b5fb7",
      "parents": [
        "b00fdf6eed5fec589a86655249a851c2d9ba3bb8"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 21 22:46:47 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 21 22:46:47 2017 +0200"
      },
      "message": "patch 8.0.1132: #if condition is not portable\n\nProblem:    #if condition is not portable.\nSolution:   Add defined(). (Zuloloxi, closes #2136)\n"
    },
    {
      "commit": "b00fdf6eed5fec589a86655249a851c2d9ba3bb8",
      "tree": "e7ca238d08cc49e98c279111acbc43dc506df15e",
      "parents": [
        "9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 21 22:16:21 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 21 22:16:21 2017 +0200"
      },
      "message": "patch 8.0.1131: not easy to trigger an autocommand for new terminal window\n\nProblem:    It is not easy to trigger an autocommand for new terminal window.\n            (Marco Restelli)\nSolution:   Trigger BufWinEnter after setting \u0027buftype\u0027.\n"
    },
    {
      "commit": "9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6",
      "tree": "bbbe18b1296f1ffe5a00c4063de36688dc6a7dda",
      "parents": [
        "2e6ab18729a634f3223a92be318e98e87b572a7b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 20 22:43:02 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 20 22:43:02 2017 +0200"
      },
      "message": "patch 8.0.1130: the qf_jump() function is still too long\n\nProblem:    The qf_jump() function is still too long.\nSolution:   Split of parts to separate functions. (Yegappan Lakshmanan)\n"
    },
    {
      "commit": "2e6ab18729a634f3223a92be318e98e87b572a7b",
      "tree": "0362ae0628fa9a966c95343b90678b6e766bc133",
      "parents": [
        "a5a2be26febee62da480265ed9a52f782d5b4388"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 20 10:03:07 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Sep 20 10:03:07 2017 +0200"
      },
      "message": "Add back terminal.c\n"
    },
    {
      "commit": "a5a2be26febee62da480265ed9a52f782d5b4388",
      "tree": "49b9d16ef1eab1aeaa04d938e230e4a92d82846c",
      "parents": [
        "37c64c78fd87e086b5a945ad7032787c274e2dcb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 19 22:08:04 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 19 22:08:04 2017 +0200"
      },
      "message": "patch 8.0.1129: window toolbar missing a part of the patch\n\nProblem:    Window toolbar missing a part of the patch.\nSolution:   Add change in vim.h.\n"
    },
    {
      "commit": "37c64c78fd87e086b5a945ad7032787c274e2dcb",
      "tree": "01639bc116fb3c7300537c097ab007abf1521ff0",
      "parents": [
        "e22bbf65088a01b465918919782c19eb291f9cf0"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 19 22:06:03 2017 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 19 22:06:03 2017 +0200"
      },
      "message": "Update runtime files.\n"
    }
  ],
  "next": "e22bbf65088a01b465918919782c19eb291f9cf0"
}
