log src/screen.c @ 16817:069ee8dc8c8d v8.1.1410

age author description
Mon, 27 May 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1410: popup_move() is not implemented yet v8.1.1410
Mon, 27 May 2019 10:15:05 +0200 Bram Moolenaar patch 8.1.1408: PFL_HIDDEN conflicts with system header file v8.1.1408
Sun, 26 May 2019 23:45:05 +0200 Bram Moolenaar patch 8.1.1407: popup_create() does not support text properties v8.1.1407
Sun, 26 May 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1406: popup_hide() and popup_show() not implemented yet v8.1.1406
Sun, 26 May 2019 19:00:04 +0200 Bram Moolenaar patch 8.1.1400: using global pointer for tab-local popups is clumsy v8.1.1400
Sat, 25 May 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1396: 'wincolor' does not apply to lines below the buffer v8.1.1396
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
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:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
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
Fri, 17 May 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1340: attributes from 'cursorline' overwrite textprop v8.1.1340
Fri, 17 May 2019 12:45:06 +0200 Bram Moolenaar patch 8.1.1338: hang when concealing the '>' shown for half of wide char v8.1.1338
Tue, 14 May 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1332: cannot flush listeners without redrawing, mix of changes v8.1.1332
Sat, 11 May 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1321: no docs or tests for listener functions v8.1.1321
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
Wed, 08 May 2019 20:30:04 +0200 Bram Moolenaar patch 8.1.1299: "extends" from 'listchars' is used when 'list' is off v8.1.1299
Sun, 05 May 2019 16:00:05 +0200 Bram Moolenaar patch 8.1.1276: cannot combine text properties with syntax highlighting v8.1.1276
Fri, 26 Apr 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1207: some compilers give warning messages v8.1.1207
Sat, 20 Apr 2019 23:45:04 +0200 Bram Moolenaar patch 8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc v8.1.1192
Sat, 13 Apr 2019 15:00:05 +0200 Bram Moolenaar patch 8.1.1165: no test for mouse clicks in the terminal tabpage line v8.1.1165
Thu, 04 Apr 2019 13:30:05 +0200 Bram Moolenaar patch 8.1.1110: composing chars on space wrong when 'listchars' is set v8.1.1110
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 30 Mar 2019 16:45:04 +0100 Bram Moolenaar patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match. v8.1.1082
Sat, 30 Mar 2019 15:45:05 +0100 Bram Moolenaar patch 8.1.1078: when 'listchars' is set a composing char on a space is wrong v8.1.1078
Fri, 29 Mar 2019 18:30:04 +0100 Bram Moolenaar patch 8.1.1073: space in number column is on wrong side with 'rightleft' set
Fri, 29 Mar 2019 18:15:05 +0100 Bram Moolenaar patch 8.1.1072: extending sign and foldcolumn below the text is confusing v8.1.1072
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Sat, 09 Mar 2019 12:00:05 +0100 Bram Moolenaar patch 8.1.1001: Visual area not correct when using 'cursorline' v8.1.1001
Mon, 25 Feb 2019 05:45:04 +0100 Bram Moolenaar patch 8.1.0979: compiler warning for unused functions v8.1.0979
Fri, 22 Feb 2019 19:15:12 +0100 Bram Moolenaar patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable v8.1.0975
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 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Thu, 31 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work v8.1.0865
Wed, 30 Jan 2019 21:45:05 +0100 Bram Moolenaar patch 8.1.0849: cursorline highlight is not always updated v8.1.0849
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Fri, 25 Jan 2019 22:30:13 +0100 Bram Moolenaar patch 8.1.0822: peeking and flushing output slows down execution
Thu, 24 Jan 2019 18:30:06 +0100 Bram Moolenaar patch 8.1.0812: Unicode 16 feature is not useful v8.1.0812
Thu, 24 Jan 2019 16:45:06 +0100 Bram Moolenaar patch 8.1.0809: too many #ifdefs v8.1.0809
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
Thu, 17 Jan 2019 21:15:06 +0100 Bram Moolenaar patch 8.1.0768: updating completions may cause the popup menu to flicker v8.1.0768
Wed, 16 Jan 2019 22:45:07 +0100 Bram Moolenaar patch 8.1.0759: showing two characters for tab is limited v8.1.0759
Fri, 11 Jan 2019 21:00:06 +0100 Bram Moolenaar patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Wed, 09 Jan 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.0709: windows are updated for every added/deleted sign v8.1.0709
Wed, 09 Jan 2019 21:00:07 +0100 Bram Moolenaar patch 8.1.0708: third argument for redrawWinline() is always FALSE v8.1.0708
Tue, 08 Jan 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0706: tabline is not always redrawn v8.1.0706
Sun, 06 Jan 2019 22:30:05 +0100 Bram Moolenaar patch 8.1.0700: using "gt" sometimes does not redraw a tab v8.1.0700
Thu, 03 Jan 2019 21:45:05 +0100 Bram Moolenaar patch 8.1.0683: spell highlighting does not always end v8.1.0683
Tue, 01 Jan 2019 20:45:05 +0100 Bram Moolenaar patch 8.1.0676: textprop screendump test fails v8.1.0676
Tue, 01 Jan 2019 15:30:06 +0100 Bram Moolenaar patch 8.1.0674: leaking memory when updating a single line v8.1.0674
Mon, 31 Dec 2018 14:00:06 +0100 Bram Moolenaar patch 8.1.0665: text property display wrong when 'spell' is set v8.1.0665
Sun, 30 Dec 2018 22:15:06 +0100 Bram Moolenaar patch 8.1.0663: text property display wrong when 'number' is set v8.1.0663
Wed, 26 Dec 2018 00:30:06 +0100 Bram Moolenaar patch 8.1.0638: text property highlighting is off by one column v8.1.0638
Sat, 22 Dec 2018 17:15:05 +0100 Bram Moolenaar patch 8.1.0623: iterating through window frames is repeated v8.1.0623
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Fri, 16 Nov 2018 16:30:07 +0100 Bram Moolenaar patch 8.1.0528: various typos in comments v8.1.0528
Tue, 02 Oct 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0450: build failure without the +fold feature v8.1.0450
Tue, 02 Oct 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctly v8.1.0449
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Thu, 13 Sep 2018 15:00:06 +0200 Christian Brabandt patch 8.1.0376: compiler warning for uninitialized variable v8.1.0376
Wed, 12 Sep 2018 23:30:06 +0200 Christian Brabandt patch 8.1.0374: moving the cursor is slow when 'relativenumber' is set v8.1.0374
Wed, 12 Sep 2018 22:00:07 +0200 Christian Brabandt patch 8.1.0372: screen updating slow when 'cursorline' is set v8.1.0372
Thu, 06 Sep 2018 13:15:05 +0200 Christian Brabandt patch 8.1.0349: crash when wiping buffer in a callback v8.1.0349
Sun, 02 Sep 2018 15:15:07 +0200 Christian Brabandt patch 8.1.0344: 'hlsearch' highlighting has a gap after /$ v8.1.0344
Sun, 26 Aug 2018 21:30:07 +0200 Christian Brabandt patch 8.1.0328: inputlist() doesn't work with a timer v8.1.0328
Sat, 11 Aug 2018 16:45:05 +0200 Christian Brabandt patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :v v8.1.0271
Sun, 29 Jul 2018 17:45:05 +0200 Christian Brabandt patch 8.1.0228: dropping files is ignored while Vim is busy v8.1.0228
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Thu, 28 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0126: various problems with 'vartabstop' v8.1.0126
Mon, 25 Jun 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0116: display problem with 'vartabstop' and 'linebreak' v8.1.0116
Sun, 24 Jun 2018 19:30:05 +0200 Christian Brabandt patch 8.1.0113: compiler warning for unused variable v8.1.0113
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sat, 23 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0098: segfault when pattern with z() is very slow v8.1.0098
Sun, 17 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" v8.1.0064
Sun, 17 Jun 2018 15:00:05 +0200 Christian Brabandt patch 8.1.0062: popup menu broken if a callback changes the window layout v8.1.0062
Sat, 16 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0058: display problem with margins and scrolling v8.1.0058
Sat, 16 Jun 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0057: popup menu displayed wrong when using autocmd v8.1.0057
Tue, 22 May 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
Sat, 19 May 2018 14:45:04 +0200 Christian Brabandt patch 8.1.0002: :stopinsert changes the message position v8.1.0002
Fri, 11 May 2018 22:15:06 +0200 Christian Brabandt patch 8.0.1815: crash with terminal window and with 'lazyredraw' set v8.0.1815
Thu, 10 May 2018 15:15:04 +0200 Christian Brabandt patch 8.0.1809: various typos v8.0.1809
Sun, 06 May 2018 16:45:05 +0200 Christian Brabandt patch 8.0.1797: terminal window is redrawn too often v8.0.1797
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
Fri, 13 Apr 2018 20:45:07 +0200 Christian Brabandt patch 8.0.1705: when making a vertical split the mode message isn't updated v8.0.1705
Tue, 10 Apr 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1688: some macros are used without a semicolon v8.0.1688
Mon, 12 Mar 2018 22:00:06 +0100 Christian Brabandt patch 8.0.1600: crash when setting t_Co to zero when 'termguicolors' is set v8.0.1600
Tue, 06 Mar 2018 11:45:05 +0100 Christian Brabandt patch 8.0.1574: show cursor in wrong place when using popup menu v8.0.1574
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 27 Feb 2018 14:45:06 +0100 Christian Brabandt patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show v8.0.1544
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
Tue, 20 Feb 2018 21:45:05 +0100 Christian Brabandt patch 8.0.1528: dead code found v8.0.1528
Tue, 13 Feb 2018 21:30:06 +0100 Christian Brabandt patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal window v8.0.1520
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Thu, 08 Feb 2018 10:00:06 +0100 Christian Brabandt patch 8.0.1476: screen isn't always updated right away v8.0.1476
Wed, 31 Jan 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1449: slow redrawing with DirectX v8.0.1449
Fri, 22 Dec 2017 21:15:06 +0100 Christian Brabandt patch 8.0.1422: no fallback to underline when undercurl is not set v8.0.1422
Tue, 12 Dec 2017 22:30:05 +0100 Christian Brabandt patch 8.0.1388: char not overwritten with ambiguous width char v8.0.1388
Tue, 05 Dec 2017 20:45:05 +0100 Christian Brabandt patch 8.0.1375: window size wrong after maximizing with WinBar v8.0.1375
Tue, 28 Nov 2017 21:30:05 +0100 Christian Brabandt patch 8.0.1358: undercurl is not used in the terminal v8.0.1358
Sat, 28 Oct 2017 15:00:05 +0200 Christian Brabandt patch 8.0.1228: invalid memory access in GUI test v8.0.1228
Mon, 23 Oct 2017 22:00:05 +0200 Christian Brabandt patch 8.0.1214: accessing freed memory when EXITFREE is set v8.0.1214
Sun, 01 Oct 2017 14:45:04 +0200 Christian Brabandt patch 8.0.1169: highlignting one char too many with 'list' and 'cul' v8.0.1169
Sat, 30 Sep 2017 21:30:05 +0200 Christian Brabandt patch 8.0.1168: wrong highlighting with combination of match and 'cursorline' v8.0.1168
Sun, 24 Sep 2017 16:30:04 +0200 Christian Brabandt patch 8.0.1143: macros always expand to the same thing v8.0.1143
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Fri, 22 Sep 2017 14:45:06 +0200 Christian Brabandt patch 8.0.1135: W_WINCOL() is always the same v8.0.1135
Fri, 22 Sep 2017 13:45:05 +0200 Christian Brabandt patch 8.0.1133: syntax timeout not used correctly
Sun, 17 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1123: cannot define a toolbar for a window v8.0.1123
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Wed, 13 Sep 2017 22:15:05 +0200 Christian Brabandt patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is set v8.0.1100
Mon, 11 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1097: background color wrong if job changes background color v8.0.1097
Mon, 11 Sep 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1096: terminal window in Normal mode has wrong background v8.0.1096
Sat, 02 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1041: bogus characters when indenting during visual-block append v8.0.1041
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
Sat, 26 Aug 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1002: unnecessarily updating screen after timer callback v8.0.1002
Thu, 17 Aug 2017 20:45:04 +0200 Christian Brabandt patch 8.0.0956: scrolling in a terminal window has flicker v8.0.0956
Mon, 14 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0941: existing color schemes don't like StatusLineTerm v8.0.0941
Sun, 13 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0937: user highlight groups not adjusted for terminal v8.0.0937
Sat, 05 Aug 2017 18:30:04 +0200 Christian Brabandt patch 8.0.0871: status line for a terminal window always has "[+]". v8.0.0871
Tue, 01 Aug 2017 21:00:06 +0200 Christian Brabandt patch 8.0.0837: signs can be drawn on top of console messages v8.0.0837
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
Sun, 30 Jul 2017 14:00:05 +0200 Christian Brabandt patch 8.0.0812: terminal window colors shift when 'number' is set v8.0.0812
Fri, 28 Jul 2017 22:30:05 +0200 Christian Brabandt patch 8.0.0798: no highlighting in a terminal window with a finished job v8.0.0798
Fri, 28 Jul 2017 22:00:04 +0200 Christian Brabandt patch 8.0.0797: finished job in terminal window is not handled v8.0.0797
Wed, 19 Jul 2017 13:00:03 +0200 Christian Brabandt patch 8.0.0732: when updating a buffer modeless selection is lost v8.0.0732
Sun, 16 Jul 2017 14:15:03 +0200 Christian Brabandt patch 8.0.0719: build failure without +terminal feature v8.0.0719
Sun, 16 Jul 2017 14:00:03 +0200 Christian Brabandt patch 8.0.0718: output of job in terminal is not displayed v8.0.0718
Wed, 12 Jul 2017 21:15:03 +0200 Christian Brabandt patch 8.0.0711: cannot build without the wildmenu feature v8.0.0711
Wed, 12 Jul 2017 20:30:03 +0200 Christian Brabandt patch 8.0.0710: a job that writes to a buffer clears completion v8.0.0710
Wed, 28 Jun 2017 21:00:03 +0200 Christian Brabandt patch 8.0.0686: extra redraw when using CTRL-L in second window v8.0.0686
Sun, 25 Jun 2017 18:15:03 +0200 Christian Brabandt patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' v8.0.0675
Sun, 18 Jun 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0647: syntax highlighting can make cause a freeze v8.0.0647
Sat, 17 Jun 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0643: when a pattern search is slow Vim becomes unusable v8.0.0643
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, 30 Apr 2017 21:00:04 +0200 Christian Brabandt patch 8.0.0594: build failure when windows feature is missing v8.0.0594
Sun, 30 Apr 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0592: if a job writes to a buffer screen is not updated v8.0.0592
Wed, 29 Mar 2017 20:45:05 +0200 Christian Brabandt patch 8.0.0524: folds messed up v8.0.0524
Wed, 29 Mar 2017 17:45:06 +0200 Christian Brabandt patch 8.0.0520: using a function pointer while the function is known v8.0.0520
Wed, 29 Mar 2017 14:45:04 +0200 Christian Brabandt patch 8.0.0518: bad fold text when a multi-byte char has a zero byte v8.0.0518
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 21:45:04 +0100 Christian Brabandt patch 8.0.0454: compiler warnings for "always true" comparison v8.0.0454
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 18:30:07 +0100 Christian Brabandt patch 8.0.0440: not enough test coverage in Insert mode v8.0.0440
Wed, 01 Mar 2017 18:15:04 +0100 Christian Brabandt patch 8.0.0394: tabs are not aligned when scrolling horizontally v8.0.0394
Mon, 27 Feb 2017 21:15:05 +0100 Christian Brabandt patch 8.0.0383: misplaced #ifdef v8.0.0383
Mon, 27 Feb 2017 20:45:04 +0100 Christian Brabandt patch 8.0.0382: warning in tiny build for unused variable v8.0.0382
Sun, 26 Feb 2017 19:45:04 +0100 Christian Brabandt patch 8.0.0380: with 'linebreak' double wide char wraps badly v8.0.0380
Thu, 23 Feb 2017 15:00:05 +0100 Christian Brabandt patch 8.0.0353: if [RO] is translated it may be truncated v8.0.0353
Wed, 01 Feb 2017 21:30:04 +0100 Christian Brabandt patch 8.0.0290: cursor positioning wrong if wide character wraps v8.0.0290
Wed, 01 Feb 2017 18:45:05 +0100 Christian Brabandt patch 8.0.0286: not always redrawing after screen resize v8.0.0286
Tue, 31 Jan 2017 22:00:04 +0100 Christian Brabandt patch 8.0.0274: possible recursive screen updating causes trouble v8.0.0274
Tue, 24 Jan 2017 20:15:04 +0100 Christian Brabandt patch 8.0.0235: memory leak in diff mode v8.0.0235
Sun, 08 Jan 2017 20:15:03 +0100 Christian Brabandt patch 8.0.0159: crash on startup when updating tabline v8.0.0159
Fri, 09 Dec 2016 19:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6270660611a151c5d0f614a5f0248ccdc80ed971 v8.0.0126
Thu, 17 Nov 2016 20:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6c896867c4f5d759616028ef7cbfce2a9ed32600 v8.0.0090
Sun, 06 Nov 2016 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 v8.0.0069
Thu, 27 Oct 2016 17:30:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2f97912800e86a296c001832bbbf2fc425f1e533 v8.0.0049
Sun, 16 Oct 2016 14:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8507747600bddfd6a68aed057840856bf5548e61 v8.0.0040
Sat, 15 Oct 2016 15:00:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a6c27ee6db2c328e0ab0e6d143e2a295a0bb9c9a v8.0.0033
Sun, 02 Oct 2016 23:15:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/84dbd494dca599ecff05b2c2279d402c12e6d197 v8.0.0021
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sat, 27 Aug 2016 18:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e17bdffff78ebd6a4e3cff26754cc667557ea810 v7.4.2269
Mon, 22 Aug 2016 23:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48 v7.4.2243
Tue, 16 Aug 2016 16:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4f416e41243ca151b95d39d81ce23d00b1484755 v7.4.2217
Sun, 14 Aug 2016 20:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/58b853460add42098ab08017df9e030fb14fd34b v7.4.2213
Fri, 12 Aug 2016 18:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/95ec9d6a6ab3117d60ff638670a803d43974ba51 v7.4.2201
Fri, 12 Aug 2016 14:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/107abd2ca53c31fd3bb40d77ff296e98eaae2975 v7.4.2199
Wed, 03 Aug 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ee695f787ade7fd88fc5f5497553d95c0c3645b5 v7.4.2152
Wed, 27 Jul 2016 23:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ad9c2a08f0509294269a2f11a59a438b944bdd5a v7.4.2109
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Sun, 24 Jul 2016 16:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/73ac0c4281a3606651604a3cbcc334bfb3859a87 v7.4.2099
Sun, 10 Jul 2016 23:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662 v7.4.2025
Fri, 08 Jul 2016 23:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/65549bdef5805ba5a18a3d2d3909998dd7d9ed46 v7.4.2004
Fri, 08 Jul 2016 21:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/144445d15f2369a58b94b6fee2fe162fc81c8abe v7.4.2003
Thu, 07 Jul 2016 16:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d v7.4.1995
Fri, 17 Jun 2016 13:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d18f672fc9477f3c0cb7cc4ce8d9237ed825c612 v7.4.1942
Sun, 12 Jun 2016 21:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cf089463492fab53b2a5d81517829d22f882f82e v7.4.1924
Sat, 04 Jun 2016 16:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f v7.4.1890
Tue, 24 May 2016 11:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/908be438794619f10ef7fa25e24e5893b2ae0189 v7.4.1834
Fri, 29 Apr 2016 23:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 v7.4.1799
Fri, 22 Apr 2016 12:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/902647d2dfb42dce8449dfbbc22dab27a528744d v7.4.1774
Thu, 21 Apr 2016 21:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd v7.4.1770
Thu, 14 Apr 2016 20:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140 v7.4.1740
Mon, 11 Apr 2016 22:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f73d3bc253fa79ad220f52f04b93e782e95a9d43 v7.4.1723
Tue, 05 Apr 2016 21:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a742e084b677f76c67e9e52c4f9fb9ab24002e20 v7.4.1711
Sat, 02 Apr 2016 22:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cb0700844c1274fe8bc0ceaffaee0ad21c406f30 v7.4.1697
Sat, 02 Apr 2016 19:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fd773e9e88add7d1ffef890fb9f3a00d613b4326 v7.4.1696
Sat, 19 Mar 2016 22:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/44a2f923c00f1384c9ecde12fb5b4711bc20702e v7.4.1611
Sat, 19 Mar 2016 17:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/bfb96c047b79b2aab5fd57a2472871508819f3ef v7.4.1603
Tue, 15 Mar 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/975b5271eed4fa0500c24a8f37be0b1797cb9db7 v7.4.1578
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Sat, 30 Jan 2016 20:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/055409764ca5f7978d4c399d2c440af0ce971c4f v7.4.1213
Fri, 29 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/baaa7e9ec7398a813e21285c272fa99792642077 v7.4.1199
Wed, 20 Jan 2016 23:00:12 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/88e8f9f14434a7cd538d0c159dc432bea869a5bd v7.4.1147
Fri, 15 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e39b3d9fb4e4006684c33847d1ef6a0d742699dd v7.4.1101
Thu, 17 Dec 2015 21:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 v7.4.977
Thu, 03 Dec 2015 14:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/32a214e78df0120f92fe049eab1385c60f0cdb0b v7.4.949
Thu, 19 Nov 2015 18:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845 v7.4.925
Tue, 10 Nov 2015 14:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/72f4cc4a987d123c0ed909c85b9a05f65cef7202 v7.4.913
Tue, 11 Aug 2015 18:53:03 +0200 Bram Moolenaar patch 7.4.821 v7.4.821
Sat, 25 Jul 2015 22:53:00 +0200 Bram Moolenaar patch 7.4.797 v7.4.797
Tue, 21 Jul 2015 15:48:27 +0200 Bram Moolenaar patch 7.4.792 v7.4.792
Fri, 17 Jul 2015 13:22:51 +0200 Bram Moolenaar patch 7.4.783 v7.4.783
Wed, 10 Jun 2015 12:16:47 +0200 Bram Moolenaar patch 7.4.738 v7.4.738
Thu, 14 May 2015 05:56:09 +0200 Bram Moolenaar patch 7.4.729 v7.4.729
Mon, 04 May 2015 17:28:22 +0200 Bram Moolenaar patch 7.4.722 v7.4.722
Mon, 04 May 2015 16:52:01 +0200 Bram Moolenaar patch 7.4.721 v7.4.721
Mon, 04 May 2015 16:10:26 +0200 Bram Moolenaar patch 7.4.719 v7.4.719
Tue, 21 Apr 2015 18:33:48 +0200 Bram Moolenaar patch 7.4.710 v7.4.710
Tue, 24 Mar 2015 18:22:41 +0100 Bram Moolenaar updated for version 7.4.682 v7.4.682
Sat, 21 Mar 2015 14:20:16 +0100 Bram Moolenaar updated for version 7.4.671 v7.4.671
Fri, 20 Mar 2015 18:11:48 +0100 Bram Moolenaar updated for version 7.4.669 v7.4.669
Fri, 20 Mar 2015 17:16:27 +0100 Bram Moolenaar updated for version 7.4.667 v7.4.667
Fri, 20 Mar 2015 15:58:52 +0100 Bram Moolenaar updated for version 7.4.665 v7.4.665
Fri, 20 Mar 2015 15:42:10 +0100 Bram Moolenaar updated for version 7.4.664 v7.4.664
Tue, 17 Feb 2015 17:26:10 +0100 Bram Moolenaar updated for version 7.4.639 v7.4.639
Tue, 10 Feb 2015 19:20:37 +0100 Bram Moolenaar updated for version 7.4.627 v7.4.627
Tue, 27 Jan 2015 16:39:29 +0100 Bram Moolenaar updated for version 7.4.603 v7.4.603
Tue, 20 Jan 2015 19:01:35 +0100 Bram Moolenaar updated for version 7.4.587 v7.4.587
Wed, 14 Jan 2015 19:35:14 +0100 Bram Moolenaar updated for version 7.4.579 v7.4.579
Wed, 07 Jan 2015 19:04:28 +0100 Bram Moolenaar updated for version 7.4.567 v7.4.567
Wed, 07 Jan 2015 13:31:52 +0100 Bram Moolenaar updated for version 7.4.562 v7.4.562
Sat, 13 Dec 2014 03:36:39 +0100 Bram Moolenaar updated for version 7.4.545 v7.4.545
Thu, 27 Nov 2014 13:37:10 +0100 Bram Moolenaar updated for version 7.4.528 v7.4.528
Wed, 19 Nov 2014 13:21:57 +0100 Bram Moolenaar updated for version 7.4.517 v7.4.517
Fri, 10 Oct 2014 15:28:46 +0200 Bram Moolenaar updated for version 7.4.472 v7.4.472
Thu, 09 Oct 2014 13:24:43 +0200 Bram Moolenaar updated for version 7.4.467 v7.4.467
Fri, 29 Aug 2014 12:08:43 +0200 Bram Moolenaar updated for version 7.4.422 v7.4.422
Sat, 16 Aug 2014 16:28:36 +0200 Bram Moolenaar updated for version 7.4.405 v7.4.405
Wed, 06 Aug 2014 13:20:56 +0200 Bram Moolenaar updated for version 7.4.391 v7.4.391
Wed, 30 Jul 2014 16:44:22 +0200 Bram Moolenaar updated for version 7.4.388 v7.4.388
Wed, 16 Jul 2014 17:29:51 +0200 Bram Moolenaar updated for version 7.4.371 v7.4.371
Wed, 09 Jul 2014 20:20:43 +0200 Bram Moolenaar updated for version 7.4.362 v7.4.362
Thu, 03 Jul 2014 22:54:08 +0200 Bram Moolenaar updated for version 7.4.354 v7.4.354
Wed, 02 Jul 2014 20:00:47 +0200 Bram Moolenaar updated for version 7.4.353 v7.4.353
Wed, 02 Jul 2014 17:16:58 +0200 Bram Moolenaar updated for version 7.4.349 v7.4.349