log src/option.c @ 19785:99248f0ff29d v8.2.0449

age author description
Sat, 15 Feb 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0260: several lines of code are duplicated v8.2.0260
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sat, 18 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0128: cannot list options one per line v8.2.0128
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Thu, 05 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2392: using old C style comments v8.1.2392
Thu, 21 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2331: the option.c file is still very big v8.1.2331
Tue, 12 Nov 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.2295: if buffer of popup is in another window cursorline sign shows v8.1.2295
Sat, 09 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2281: 'showbreak' cannot be set for one window v8.1.2281
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sun, 27 Oct 2019 05:15:06 +0100 Bram Moolenaar patch 8.1.2225: the "last used" info of a buffer is under used v8.1.2225
Sat, 19 Oct 2019 21:00:03 +0200 Bram Moolenaar patch 8.1.2186: error for bad regexp even though regexp is not used v8.1.2186
Sat, 19 Oct 2019 20:30:04 +0200 Bram Moolenaar patch 8.1.2184: option context is not copied when splitting a window v8.1.2184
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Sat, 05 Oct 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.2116: no check for out of memory v8.1.2116
Sat, 05 Oct 2019 12:15:04 +0200 Bram Moolenaar patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a space v8.1.2115
Tue, 01 Oct 2019 17:15:04 +0200 Bram Moolenaar patch 8.1.2107: various memory leaks reported by asan v8.1.2107
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Sat, 28 Sep 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2094: the fileio.c file is too big v8.1.2094
Wed, 25 Sep 2019 20:45:03 +0200 Bram Moolenaar patch 8.1.2073: when editing a buffer 'colorcolumn' may not work v8.1.2073
Mon, 16 Sep 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.2045: the option.c file is too big v8.1.2045
Sat, 14 Sep 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2029: cannot control 'cursorline' highlighting well v8.1.2029
Thu, 12 Sep 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.2022: the option.c file is too big v8.1.2022
Mon, 09 Sep 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2019: 'cursorline' always highlights the whole line v8.1.2019
Mon, 02 Sep 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1966: some code in options.c fits better elsewhere v8.1.1966
Sat, 24 Aug 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1919: using window options when passing a buffer to popup_create() v8.1.1919
Fri, 23 Aug 2019 21:00:05 +0200 Bram Moolenaar patch 8.1.1913: not easy to compute the space on the command line v8.1.1913
Thu, 22 Aug 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.1910: redrawing too much when toggling 'relativenumber' v8.1.1910
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Tue, 20 Aug 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1892: missing index entry and option menu for 'completepopup' v8.1.1892
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sun, 18 Aug 2019 16:45:03 +0200 Bram Moolenaar patch 8.1.1882: cannot specify properties of the info popup window v8.1.1882
Sun, 18 Aug 2019 15:30:06 +0200 Bram Moolenaar patch 8.1.1880: cannot show extra info for completion in a popup window v8.1.1880
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Sat, 03 Aug 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1795: no syntax HL after splitting windows with :bufdo v8.1.1795
Sun, 28 Jul 2019 19:30:04 +0200 Bram Moolenaar patch 8.1.1772: options test still fails on MS-Windows v8.1.1772
Sun, 28 Jul 2019 16:45:05 +0200 Bram Moolenaar patch 8.1.1769: 'shellslash' is also used for completion v8.1.1769
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Thu, 18 Jul 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1714: cannot preview a file in a popup window v8.1.1714
Thu, 04 Jul 2019 12:00:09 +0200 Bram Moolenaar patch 8.1.1623: display wrong with signs in narrow number column v8.1.1623
Mon, 01 Jul 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1614: 'numberwidth' can only go up to 10 v8.1.1614
Mon, 24 Jun 2019 06:00:06 +0200 Bram Moolenaar patch 8.1.1587: redraw problem when sign icons in the number column v8.1.1587
Mon, 17 Jun 2019 22:00:09 +0200 Bram Moolenaar patch 8.1.1564: sign column takes up space v8.1.1564
Sun, 16 Jun 2019 16:45:05 +0200 Bram Moolenaar patch 8.1.1557: compiler warning for unused variables in tiny version v8.1.1557
Sat, 15 Jun 2019 17:15:05 +0200 Bram Moolenaar patch 8.1.1542: an OptionSet autocommand does not get enough info v8.1.1542
Wed, 12 Jun 2019 19:15:06 +0200 Bram Moolenaar patch 8.1.1519: 'backupskip' may contain duplicates v8.1.1519
Thu, 30 May 2019 15:30:05 +0200 Bram Moolenaar patch 8.1.1423: popup windows use options from current window and buffer v8.1.1423
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sun, 26 May 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1405: "highlight" option of popup windows not supported v8.1.1405
Sat, 25 May 2019 20:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Thu, 23 May 2019 17:15:06 +0200 Bram Moolenaar patch 8.1.1367: can set 'modelineexpr' in modeline v8.1.1367
Thu, 23 May 2019 15:45:06 +0200 Bram Moolenaar patch 8.1.1366: using expressions in a modeline is unsafe v8.1.1366
Sun, 19 May 2019 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Sun, 05 May 2019 17:00:05 +0200 Bram Moolenaar patch 8.1.1279: cannot set 'spellang' to "sr@latin" v8.1.1279
Sat, 04 May 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1270: cannot see current match position v8.1.1270
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sun, 28 Apr 2019 18:15:07 +0200 Bram Moolenaar patch 8.1.1228: not possible to process tags with a function v8.1.1228
Sat, 27 Apr 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1219: not checking for NULL return from alloc() v8.1.1219
Thu, 11 Apr 2019 11:30:06 +0200 Bram Moolenaar patch 8.1.1145: compiler warning for unused function v8.1.1145
Wed, 10 Apr 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1144: too strict checking of the 'spellfile' option v8.1.1144
Wed, 10 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1143: may pass weird strings to file name expansion v8.1.1143
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sun, 24 Mar 2019 14:15:04 +0100 Bram Moolenaar patch 8.1.1046: the "secure" variable is used inconsistently v8.1.1046
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 19:15:06 +0100 Bram Moolenaar patch 8.1.0936: may leak memory when using 'vartabstop' v8.1.0936
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Fri, 08 Feb 2019 13:00:08 +0100 Bram Moolenaar patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty v8.1.0880
Sun, 03 Feb 2019 15:00:08 +0100 Bram Moolenaar patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10 v8.1.0870
Thu, 31 Jan 2019 18:30:08 +0100 Bram Moolenaar patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
Thu, 31 Jan 2019 14:15:05 +0100 Bram Moolenaar patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different v8.1.0858
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 20:45:06 +0100 Bram Moolenaar patch 8.1.0814: :mksession cannot handle a very long 'runtimepath' v8.1.0814
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Wed, 16 Jan 2019 22:45:07 +0100 Bram Moolenaar patch 8.1.0759: showing two characters for tab is limited v8.1.0759
Tue, 15 Jan 2019 21:15:05 +0100 Bram Moolenaar patch 8.1.0754: preferred column is lost when setting 'cursorcolumn' v8.1.0754
Mon, 14 Jan 2019 00:00:04 +0100 Bram Moolenaar patch 8.1.0744: compiler warnings for signed/unsigned strings v8.1.0744
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 21 Dec 2018 13:15:05 +0100 Bram Moolenaar patch 8.1.0613: when executing an insecure function the secure flag is stuck v8.1.0613
Sun, 16 Dec 2018 18:30:05 +0100 Bram Moolenaar patch 8.1.0606: 'cryptmethod' defaults to a very old method v8.1.0606
Sun, 25 Nov 2018 02:30:10 +0100 Bram Moolenaar patch 8.1.0544: setting 'filetype' in a modeline causes an error v8.1.0544
Thu, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542
Tue, 20 Nov 2018 14:30:06 +0100 Bram Moolenaar patch 8.1.0540: may evaluate insecure value when appending to option v8.1.0540
Tue, 20 Nov 2018 13:45:08 +0100 Bram Moolenaar patch 8.1.0539: cannot build without the sandbox v8.1.0539
Sat, 10 Nov 2018 17:45:06 +0100 Bram Moolenaar patch 8.1.0515: reloading a script gives errors for existing functions v8.1.0515
Sun, 04 Nov 2018 14:45:06 +0100 Bram Moolenaar patch 8.1.0510: filter test fails when $LANG is C.UTF-8 v8.1.0510
Thu, 25 Oct 2018 13:45:05 +0200 Bram Moolenaar patch 8.1.0495: :filter only supports some commands v8.1.0495
Mon, 15 Oct 2018 23:00:05 +0200 Bram Moolenaar patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma v8.1.0479
Tue, 02 Oct 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0445: setting 'term' does not store location for termcap options v8.1.0445
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 25 Sep 2018 22:30:05 +0200 Christian Brabandt patch 8.1.0435: cursorline highlight not removed in some situation v8.1.0435
Fri, 21 Sep 2018 12:30:06 +0200 Christian Brabandt patch 8.1.0415: not actually using 16 colors with vtp v8.1.0415
Fri, 21 Sep 2018 12:00:17 +0200 Christian Brabandt patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd v8.1.0414
Thu, 13 Sep 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0386: cannot test with non-default option value v8.1.0386
Mon, 10 Sep 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0363: internal diff isn't used by default as advertised v8.1.0363
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Tue, 07 Aug 2018 22:45:06 +0200 Christian Brabandt patch 8.1.0253: saving and restoring window title does not always work v8.1.0253
Mon, 23 Jul 2018 04:15:05 +0200 Christian Brabandt patch 8.1.0205: invalid memory access with invalid modeline v8.1.0205
Sun, 08 Jul 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0172: 'viminfofile' option does not behave like a file name v8.1.0172
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Mon, 02 Jul 2018 21:00:08 +0200 Christian Brabandt patch 8.1.0138: negative value of 'softtabstop' not used correctly v8.1.0138
Thu, 28 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0126: various problems with 'vartabstop' v8.1.0126
Thu, 28 Jun 2018 15:30:07 +0200 Christian Brabandt patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc' v8.1.0123
Mon, 25 Jun 2018 00:00:07 +0200 Christian Brabandt patch 8.1.0114: confusing variable name v8.1.0114
Sun, 24 Jun 2018 15:15:05 +0200 Christian Brabandt patch 8.1.0107: Python: getting buffer option clears message v8.1.0107
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sun, 17 Jun 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0067: syntax highlighting not working when re-entering a buffer v8.1.0067
Sun, 17 Jun 2018 17:45:05 +0200 Christian Brabandt patch 8.1.0066: nasty autocommand causes using freed memory v8.1.0066
Sat, 16 Jun 2018 23:00:08 +0200 Christian Brabandt patch 8.1.0061: window title is wrong after resetting and setting 'title' v8.1.0061
Tue, 12 Jun 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0046: loading a session file fails if 'winheight' is big v8.1.0046
Mon, 04 Jun 2018 17:30:08 +0200 Christian Brabandt patch 8.1.0032: BS in prompt buffer starts new line v8.1.0032
Sun, 03 Jun 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
Sat, 05 May 2018 16:45:05 +0200 Christian Brabandt patch 8.0.1794: duplicate term options after renaming v8.0.1794
Tue, 01 May 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1783: cannot use 256 colors in a MS-Windows console v8.0.1783
Fri, 27 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way v8.0.1768
Tue, 24 Apr 2018 20:30:08 +0200 Christian Brabandt patch 8.0.1759: memory leak from duplicate options v8.0.1759
Sat, 21 Apr 2018 20:15:07 +0200 Christian Brabandt patch 8.0.1743: terminal window options are named inconsistently v8.0.1743
Mon, 16 Apr 2018 00:00:07 +0200 Christian Brabandt patch 8.0.1722: cannot specify a minimal size for a terminal window v8.0.1722
Sat, 14 Apr 2018 18:15:06 +0200 Christian Brabandt patch 8.0.1712: terminal scrollback is not limited v8.0.1712
Thu, 12 Apr 2018 21:45:06 +0200 Christian Brabandt patch 8.0.1704: 'backupskip' default doesn't work for Mac v8.0.1704
Tue, 10 Apr 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1688: some macros are used without a semicolon v8.0.1688
Fri, 09 Mar 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1592: terminal windows in a session are not properly restored v8.0.1592
Wed, 07 Mar 2018 23:15:05 +0100 Christian Brabandt patch 8.0.1589: error for setting 'modifiable' when resetting it v8.0.1589
Sun, 04 Mar 2018 20:15:05 +0100 Christian Brabandt patch 8.0.1566: too many #ifdefs v8.0.1566
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Thu, 01 Mar 2018 22:00:09 +0100 Christian Brabandt patch 8.0.1554: custom plugins loaded with --clean v8.0.1554
Thu, 22 Feb 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1531: cannot use 24 bit colors in MS-Windows console v8.0.1531
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 10 Feb 2018 18:30:08 +0100 Christian Brabandt patch 8.0.1495: having 'pumwidth' default to zero has no merit v8.0.1495
Sat, 10 Feb 2018 15:45:06 +0100 Christian Brabandt patch 8.0.1491: the minimum width of the popup menu is hard coded v8.0.1491
Sat, 03 Feb 2018 15:15:05 +0100 Christian Brabandt patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrect v8.0.1455
Wed, 31 Jan 2018 22:00:07 +0100 Christian Brabandt patch 8.0.1451: difficult to set the python home directories properly v8.0.1451
Tue, 05 Dec 2017 17:00:08 +0100 Christian Brabandt patch 8.0.1373: no error when settting 'renderoptions' before starting GUI v8.0.1373
Mon, 27 Nov 2017 00:00:05 +0100 Christian Brabandt patch 8.0.1349: options test fails when using Motif or GTK GUI v8.0.1349
Sat, 25 Nov 2017 17:15:05 +0100 Christian Brabandt patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete v8.0.1338
Sat, 25 Nov 2017 15:30:06 +0100 Christian Brabandt patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim v8.0.1336
Sat, 18 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI v8.0.1312
Sat, 18 Nov 2017 19:00:06 +0100 Christian Brabandt patch 8.0.1309: cannot use 'balloonexpr' in a terminal v8.0.1309
Sat, 11 Nov 2017 18:30:06 +0100 Christian Brabandt patch 8.0.1289: mkview always includes the local directory v8.0.1289
Sun, 29 Oct 2017 15:30:04 +0100 Christian Brabandt patch 8.0.1237: ":set scroll&" often gives an error v8.0.1237
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Sun, 15 Oct 2017 13:45:04 +0200 Christian Brabandt patch 8.0.1196: crash when t_RF is not set v8.0.1196
Sun, 08 Oct 2017 17:45:04 +0200 Christian Brabandt patch 8.0.1182: cannot see or change mzscheme dll name v8.0.1182
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Sat, 16 Sep 2017 16:00:04 +0200 Christian Brabandt patch 8.0.1114: default for 'iminsert' is annoying v8.0.1114
Thu, 07 Sep 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1071: putty-color and cygwin-color are not recognized v8.0.1071
Sat, 02 Sep 2017 18:45:04 +0200 Christian Brabandt patch 8.0.1038: strike-through text not supported v8.0.1038
Wed, 30 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1026: GTK on-the-spot input has problems v8.0.1026
Mon, 28 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1009: Xterm cursor blinking status may be inverted v8.0.1009
Sat, 26 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1001: setting 'encoding' makes 'printheader' invalid v8.0.1001
Sun, 20 Aug 2017 16:15:04 +0200 Christian Brabandt patch 8.0.0975: using freed memory when setting 'backspace' v8.0.0975
Sun, 20 Aug 2017 16:00:04 +0200 Christian Brabandt patch 8.0.0974: resetting a string option does not trigger OptionSet v8.0.0974
Sun, 20 Aug 2017 15:15:04 +0200 Christian Brabandt patch 8.0.0973: initial info about blinking cursor is wrong v8.0.0973
Sat, 19 Aug 2017 19:45:04 +0200 Christian Brabandt patch 8.0.0965: not restoring cursor shape after it was set in a terminal v8.0.0965
Thu, 17 Aug 2017 11:45:03 +0200 Christian Brabandt patch 8.0.0951: another wrong #ifdef v8.0.0951
Wed, 16 Aug 2017 23:15:03 +0200 Christian Brabandt patch 8.0.0949: winpty.dll name is fixed v8.0.0949
Mon, 14 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0941: existing color schemes don't like StatusLineTerm v8.0.0941
Sat, 12 Aug 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0918: cannot get terminal window cursor shape or attributes v8.0.0918
Sun, 06 Aug 2017 15:00:04 +0200 Christian Brabandt patch 8.0.0877: using CTRL- CTRL-N in terminal is inconsistent v8.0.0877
Tue, 01 Aug 2017 20:30:04 +0200 Christian Brabandt patch 8.0.0836: can abandon a terminal buffer after making a change v8.0.0836
Mon, 31 Jul 2017 22:30:04 +0200 Christian Brabandt patch 8.0.0825: not easy to see that a window is a terminal window v8.0.0825
Sun, 30 Jul 2017 17:00:04 +0200 Christian Brabandt patch 8.0.0813: cannot use a terminal window while the job is running v8.0.0813
Fri, 28 Jul 2017 14:00:06 +0200 Christian Brabandt patch 8.0.0787: cannot send CTRL-W command to terminal job v8.0.0787
Mon, 24 Jul 2017 20:15:04 +0200 Christian Brabandt patch 8.0.0766: option test fails with +terminal feature v8.0.0766
Sun, 23 Jul 2017 23:00:05 +0200 Christian Brabandt patch 8.0.0765: build fails with tiny features v8.0.0765
Sun, 23 Jul 2017 23:00:04 +0200 Christian Brabandt patch 8.0.0764: 'termkey' does not work yet v8.0.0764
Sun, 23 Jul 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0761: options not set properly for a terminal buffer v8.0.0761
Sat, 22 Jul 2017 17:15:04 +0200 Christian Brabandt patch 8.0.0743: the 'termsize' option can be set to an invalid value v8.0.0743
Sat, 15 Jul 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0716: not easy to start Vim cleanly v8.0.0716
Sat, 15 Jul 2017 15:30:03 +0200 Christian Brabandt patch 8.0.0713: 'termkey' option not fully implemented v8.0.0713
Sat, 15 Jul 2017 14:15:03 +0200 Christian Brabandt patch 8.0.0712: the terminal implementation is incomplete v8.0.0712
Sun, 09 Jul 2017 15:45:03 +0200 Christian Brabandt patch 8.0.0704: problems with autocommands when opening help v8.0.0704
Fri, 07 Jul 2017 12:00:04 +0200 Christian Brabandt patch 8.0.0693: no terminal emulator support v8.0.0693
Sun, 25 Jun 2017 21:00:03 +0200 Christian Brabandt patch 8.0.0676: crash when closing quickfix window in autocmd v8.0.0676
Thu, 22 Jun 2017 14:30:03 +0200 Christian Brabandt patch 8.0.0649: when opening a help file the filetype is set several times v8.0.0649
Tue, 13 Jun 2017 17:30:03 +0200 Christian Brabandt patch 8.0.0641: cannot set a separate highlighting for the quickfix line v8.0.0641
Sun, 23 Apr 2017 18:45:05 +0200 Christian Brabandt patch 8.0.0585: test_options fails when run in the GUI v8.0.0585
Tue, 11 Apr 2017 22:45:03 +0200 Christian Brabandt patch 8.0.0563: crash when getting the window position in tmux v8.0.0563
Fri, 07 Apr 2017 15:45:04 +0200 Christian Brabandt patch 8.0.0546: swap file exists briefly when opening the command window v8.0.0546
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sun, 12 Mar 2017 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
Thu, 09 Mar 2017 19:00:06 +0100 Christian Brabandt patch 8.0.0441: dead code in #ifdef v8.0.0441
Sun, 05 Mar 2017 21:30:05 +0100 Christian Brabandt patch 8.0.0425: build errors when building without folding v8.0.0425
Sun, 05 Mar 2017 17:45:05 +0100 Christian Brabandt patch 8.0.0420: text garbled when the system encoding differs from 'encoding' v8.0.0420
Sat, 25 Feb 2017 22:45:04 +0100 Christian Brabandt patch 8.0.0373: build fails without +folding v8.0.0373
Sat, 25 Feb 2017 22:30:04 +0100 Christian Brabandt patch 8.0.0372: more options are not always defined v8.0.0372
Sat, 25 Feb 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0370: invalid memory access when setting wildchar empty v8.0.0370
Sat, 25 Feb 2017 21:15:03 +0100 Christian Brabandt patch 8.0.0369: a few options are not defined, depending on features v8.0.0369
Thu, 23 Feb 2017 17:30:05 +0100 Christian Brabandt patch 8.0.0356: leaking memory when setting 'ttytype' v8.0.0356
Sun, 19 Feb 2017 21:15:04 +0100 Christian Brabandt patch 8.0.0342: double free with EXITFREE and setting 'ttytype' v8.0.0342
Fri, 17 Feb 2017 15:00:05 +0100 Christian Brabandt patch 8.0.0333: illegal memory access when 'complete' ends in a backslash v8.0.0333
Sun, 05 Feb 2017 14:15:04 +0100 Christian Brabandt patch 8.0.0305: invalid memory access when option has duplicate flag v8.0.0305
Sat, 04 Feb 2017 20:00:04 +0100 Christian Brabandt patch 8.0.0302: cannot set terminal key codes with :let v8.0.0302
Sat, 28 Jan 2017 16:15:04 +0100 Christian Brabandt patch 8.0.0251: not easy to select Python 2 or 3 v8.0.0251
Fri, 27 Jan 2017 20:15:04 +0100 Christian Brabandt patch 8.0.0244: making t_BE empty only has an effect before startup v8.0.0244
Sat, 21 Jan 2017 20:15:04 +0100 Christian Brabandt patch 8.0.0210: no support for bracketed paste v8.0.0210
Sat, 14 Jan 2017 14:30:04 +0100 Christian Brabandt patch 8.0.0179: cannot have a local value for 'formatprg' v8.0.0179
Sat, 03 Dec 2016 15:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a2477fd3490c1166522631eee53c57d34321086a v8.0.0121
Tue, 29 Nov 2016 22:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/0945eaface83e78138fbd40f95cc590bab0e8c86 v8.0.0106
Sat, 26 Nov 2016 18:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f422bcc7f9615fe91fa69b059cfe4785093d3d4a v8.0.0104
Fri, 25 Nov 2016 22:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7554da4033498c4da0af3cde542c3e87e9097b73 v8.0.0102
Thu, 24 Nov 2016 22:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/031cb743ae154cfb727a9b7787bdcb61202ff1c8 v8.0.0101
Thu, 24 Nov 2016 18:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/319afe3804741db5a6c188bd69535fa7ed044c62 v8.0.0100
Thu, 10 Nov 2016 20:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f v8.0.0074
Thu, 10 Nov 2016 18:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/459ca563128f2edb7e3bb190090bbb755a56dd55 v8.0.0073
Sat, 05 Nov 2016 20:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/40d3f137e751c0e9f5e7e6a587b93a52dd833d04 v8.0.0065
Fri, 04 Nov 2016 15:30:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d0b5138ba4bccff8a744c99836041ef6322ed39a v8.0.0056
Wed, 12 Oct 2016 18:00:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e8ef3a093453b73594e15462d4de50b011c8ba66 v8.0.0031
Wed, 12 Oct 2016 14:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cea912af725c54f4727a0565e31661f6b29c6bb1 v8.0.0029
Mon, 12 Sep 2016 20:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/789a5c0e3d27f09456678f0cfb6c1bd2d8ab4a35 v8.0.0003
Fri, 02 Sep 2016 19:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/da9ce2cde11ddd0e16cdfbab6d4ac4e8110218e1 v7.4.2306
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Thu, 25 Aug 2016 23:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/78c7e274f27c68bf86b0a68411b128c6945d1f6a v7.4.2253
Sun, 21 Aug 2016 18:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/920694c1b60fac8017b8909efcc24f189804a9bb v7.4.2236
Sun, 14 Aug 2016 20:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/58b853460add42098ab08017df9e030fb14fd34b v7.4.2213
Sun, 14 Aug 2016 16:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/35a4cfa200917dd171b1fff3cd5b6cee9add673d v7.4.2209
Fri, 12 Aug 2016 22:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f v7.4.2204
Fri, 12 Aug 2016 19:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b33848315290a789f7bf05aff0d493b5b9265a2d v7.4.2202
Fri, 12 Aug 2016 18:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/95ec9d6a6ab3117d60ff638670a803d43974ba51 v7.4.2201
Sun, 07 Aug 2016 14:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c8ce615299b4d8c1b2e6cf83496f48cd497d8a37 v7.4.2174
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Sat, 16 Jul 2016 15:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a06ecab7a5159e744448ace731036f0dc5f87dd4 v7.4.2048
Sun, 10 Jul 2016 17:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8240433f48f7383c281ba2453cc55f10b8ec47d9 v7.4.2017
Fri, 01 Jul 2016 23:15:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2acfbed9dbea990f129535de7ff3df360365130b v7.4.1979
Fri, 01 Jul 2016 18:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12 v7.4.1976
Sun, 26 Jun 2016 18:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/00672e1d3f59dbff91a18d418b2984be96f89ee5 v7.4.1961
Sat, 04 Jun 2016 20:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc v7.4.1897
Fri, 29 Apr 2016 23:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 v7.4.1799
Thu, 21 Apr 2016 21:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd v7.4.1770
Wed, 20 Apr 2016 16:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a6e42501424f6670fa864c739d2dc2eb764900b9 v7.4.1756
Wed, 20 Apr 2016 12:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c020042083b9c0a4e932b562c3bef97c76328e18 v7.4.1753
Sun, 20 Mar 2016 18:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/364fa5c7ec2a99a791c8f8b66fe70b0bf1dd9a41 v7.4.1619