log src/buffer.c @ 19121:a51fee786930 v8.2.0120

age author description
Tue, 07 Jan 2020 21:00:07 +0100 Bram Moolenaar patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
Fri, 03 Jan 2020 21:00:16 +0100 Bram Moolenaar patch 8.2.0082: when reusing a buffer listeners are not cleared
Mon, 30 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.2.0064: diffmode completion doesn't use per-window setting v8.2.0064
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Sun, 29 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0054: :diffget and :diffput don't have good completion v8.2.0054
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Sat, 14 Dec 2019 16:30:04 +0100 Bram Moolenaar patch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
Tue, 10 Dec 2019 23:45:04 +0100 Bram Moolenaar patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer v8.1.2418
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sat, 30 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2368: using old C style comments v8.1.2368
Sat, 30 Nov 2019 15:15:04 +0100 Bram Moolenaar patch 8.1.2363: ml_get error when accessing Visual area in 'statusline' v8.1.2363
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Wed, 06 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2267: compiler warning for uninitialized variable v8.1.2267
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
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
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
Sat, 07 Sep 2019 16:00:03 +0200 Bram Moolenaar patch 8.1.2001: some source files are too big v8.1.2001
Tue, 03 Sep 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.1971: manually enabling features causes build errors v8.1.1971
Wed, 21 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1908: every popup window consumes a buffer number v8.1.1908
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 23:00:04 +0200 Bram Moolenaar patch 8.1.1895: using NULL pointer when out of memory v8.1.1895
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
Sat, 17 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1869: code for the argument list is spread out v8.1.1869
Thu, 01 Aug 2019 14:30:07 +0200 Bram Moolenaar patch 8.1.1785: map functionality mixed with character input v8.1.1785
Sat, 27 Jul 2019 17:45:06 +0200 Bram Moolenaar patch 8.1.1756: autocommand that splits window messes up window layout v8.1.1756
Sun, 21 Jul 2019 19:30:06 +0200 Bram Moolenaar patch 8.1.1727: code for viminfo support is spread out v8.1.1727
Sun, 30 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1612: cannot show an existing buffer in a popup window v8.1.1612
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Sat, 15 Jun 2019 19:45:06 +0200 Bram Moolenaar patch 8.1.1547: functionality of bt_nofile() is confusing v8.1.1547
Sat, 08 Jun 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1498: ":write" increments b:changedtick even though nothing changed v8.1.1498
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
Thu, 30 May 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1431: popup window listed as "Scratch" v8.1.1431
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
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
Thu, 23 May 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1372: when evaluating 'statusline' the current window is unknown v8.1.1372
Thu, 23 May 2019 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
Thu, 16 May 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used v8.1.1334
Sun, 28 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1231: asking about existing swap file unnecessarily v8.1.1231
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 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210
Sun, 07 Apr 2019 14:30:05 +0200 Bram Moolenaar patch 8.1.1135: build failure for small version v8.1.1135
Sun, 07 Apr 2019 12:15:04 +0200 Bram Moolenaar patch 8.1.1134: buffer for quickfix window is reused for another file v8.1.1134
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
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Sat, 16 Feb 2019 19:15:06 +0100 Bram Moolenaar patch 8.1.0936: may leak memory when using 'vartabstop' v8.1.0936
Tue, 12 Feb 2019 22:45:06 +0100 Bram Moolenaar patch 8.1.0904: USE_LONG_FNAME never defined v8.1.0904
Sun, 10 Feb 2019 23:30:08 +0100 Bram Moolenaar patch 8.1.0894: MS-Windows: resolve() does not return a reparse point v8.1.0894
Tue, 05 Feb 2019 21:30:06 +0100 Bram Moolenaar patch 8.1.0877: new buffer used every time the quickfix window is opened v8.1.0877
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
Sun, 20 Jan 2019 18:30:06 +0100 Bram Moolenaar patch 8.1.0786: ml_get error when updating the status line v8.1.0786
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 16:00:08 +0100 Bram Moolenaar patch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 01 Jan 2019 13:30:09 +0100 Bram Moolenaar patch 8.1.0673: functionality for signs is spread out over several files v8.1.0673
Sat, 29 Dec 2018 19:00:08 +0100 Bram Moolenaar patch 8.1.0658: deleting signs and completion for :sign is insufficient v8.1.0658
Thu, 27 Dec 2018 00:30:06 +0100 Bram Moolenaar patch 8.1.0644: finding next sign ID is inefficient v8.1.0644
Mon, 24 Dec 2018 20:30:04 +0100 Bram Moolenaar patch 8.1.0632: using sign group names is inefficient v8.1.0632
Fri, 21 Dec 2018 15:30:07 +0100 Bram Moolenaar patch 8.1.0614: placing signs can be complicated v8.1.0614
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
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Tue, 20 Nov 2018 13:45:08 +0100 Bram Moolenaar patch 8.1.0539: cannot build without the sandbox v8.1.0539
Tue, 20 Nov 2018 04:30:07 +0100 Bram Moolenaar patch 8.1.0538: evaluating a modeline might invoke using a shell command v8.1.0538
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
Thu, 11 Oct 2018 19:30:05 +0200 Bram Moolenaar patch 8.1.0470: pointer ownership around fname_expand() is unclear v8.1.0470
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Fri, 21 Sep 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0425: ml_get error and crash with appendbufline() v8.1.0425
Thu, 13 Sep 2018 18:45:06 +0200 Christian Brabandt patch 8.1.0384: sign ordering depends on +netbeans feature v8.1.0384
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
Sat, 01 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0342: crash when a callback deletes a window that is being used v8.1.0342
Tue, 21 Aug 2018 19:00:06 +0200 Christian Brabandt patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess' v8.1.0310
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306
Sat, 11 Aug 2018 14:00:05 +0200 Christian Brabandt patch 8.1.0268: file type checking has too many #ifdef v8.1.0268
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
Sun, 05 Aug 2018 13:30:05 +0200 Christian Brabandt patch 8.1.0240: g:actual_curbuf set in wrong scope v8.1.0240
Wed, 01 Aug 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0230: directly checking 'buftype' value v8.1.0230
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
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
Wed, 06 Jun 2018 18:15:05 +0200 Christian Brabandt patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse v8.1.0036
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
Sun, 13 May 2018 18:15:05 +0200 Christian Brabandt patch 8.0.1836: buffer-local window options may not be recent v8.0.1836
Tue, 24 Apr 2018 22:00:07 +0200 Christian Brabandt patch 8.0.1763: :argedit does not reuse an empty unnamed buffer v8.0.1763
Tue, 17 Apr 2018 23:30:07 +0200 Christian Brabandt patch 8.0.1732: crash when terminal API call deletes the buffer v8.0.1732
Tue, 10 Apr 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1688: some macros are used without a semicolon v8.0.1688
Thu, 29 Mar 2018 16:45:06 +0200 Christian Brabandt patch 8.0.1651: cannot filter :ls output for terminal buffers v8.0.1651
Thu, 29 Mar 2018 16:15:07 +0200 Christian Brabandt patch 8.0.1650: too many #ifdefs v8.0.1650
Sun, 25 Mar 2018 18:30:07 +0200 Christian Brabandt patch 8.0.1641: job in terminal can't communicate with Vim v8.0.1641
Fri, 23 Mar 2018 22:45:07 +0100 Christian Brabandt patch 8.0.1633: a TextChanged autocmd triggers when it is defined v8.0.1633
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
Mon, 19 Feb 2018 23:15:05 +0100 Christian Brabandt patch 8.0.1525: using :wqa exits even if a job runs in a terminal window v8.0.1525
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 03 Feb 2018 17:45:05 +0100 Christian Brabandt patch 8.0.1459: cannot handle change of directory v8.0.1459
Sun, 28 Jan 2018 17:15:05 +0100 Christian Brabandt patch 8.0.1435: memory leak in test_arabic v8.0.1435
Mon, 18 Dec 2017 12:45:05 +0100 Christian Brabandt patch 8.0.1402: crash with nasty autocommand v8.0.1402
Fri, 01 Dec 2017 20:45:08 +0100 Christian Brabandt patch 8.0.1361: some users don't want to diff with hidden buffers v8.0.1361
Thu, 26 Oct 2017 18:30:05 +0200 Christian Brabandt patch 8.0.1220: skipping empty statusline groups is not correct v8.0.1220
Tue, 24 Oct 2017 22:00:06 +0200 Christian Brabandt patch 8.0.1215: newer gcc warns for implicit fallthrough v8.0.1215
Sun, 22 Oct 2017 14:30:06 +0200 Christian Brabandt patch 8.0.1208: 'statusline' drops empty group with highlight change v8.0.1208
Sat, 14 Oct 2017 21:30:05 +0200 Christian Brabandt patch 8.0.1193: crash when wiping out a buffer after using getbufinfo() v8.0.1193
Sat, 30 Sep 2017 16:15:04 +0200 Christian Brabandt patch 8.0.1164: changing StatusLine highlight does not always work v8.0.1164
Sun, 17 Sep 2017 19:15:05 +0200 Christian Brabandt patch 8.0.1119: quitting a split terminal window kills the job v8.0.1119
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Fri, 08 Sep 2017 14:00:05 +0200 Christian Brabandt patch 8.0.1073: may get an endless loop if 'statusline' changes a highlight v8.0.1073
Tue, 29 Aug 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1013: terminal window behaves different from a buffer with changes v8.0.1013
Thu, 17 Aug 2017 17:00:05 +0200 Christian Brabandt patch 8.0.0953: get "no write since last change" error in terminal window v8.0.0953
Sun, 13 Aug 2017 20:45:04 +0200 Christian Brabandt patch 8.0.0935: cannot recognize a terminal buffer in :ls output v8.0.0935
Sun, 13 Aug 2017 18:15:03 +0200 Christian Brabandt patch 8.0.0930: terminal buffers are stored in the viminfo file v8.0.0930
Fri, 04 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0860: side effects when channel appends to a buffer v8.0.0860
Thu, 03 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0858: can exit while a terminal is still running a job
Tue, 01 Aug 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0838: buffer hangs around whem terminal window is closed v8.0.0838
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
Thu, 27 Jul 2017 22:15:03 +0200 Christian Brabandt patch 8.0.0782: using freed memory in quickfix code v8.0.0782
Tue, 25 Jul 2017 23:45:04 +0200 Christian Brabandt patch 8.0.0776: function prototypes missing without the quickfix feature v8.0.0776
Mon, 24 Jul 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0768: terminal window status shows "[Scratch]" v8.0.0768
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
Mon, 17 Jul 2017 23:30:03 +0200 Christian Brabandt patch 8.0.0728: the terminal structure is never freed v8.0.0728
Mon, 19 Jun 2017 20:45:03 +0200 Christian Brabandt patch 8.0.0648: possible use of NULL pointer v8.0.0648
Mon, 05 Jun 2017 16:15:03 +0200 Christian Brabandt patch 8.0.0621: :stag does not respect 'switchbuf' v8.0.0621
Sun, 04 Jun 2017 15:00:04 +0200 Christian Brabandt patch 8.0.0607: after :bwipe + :new bufref might still be valid v8.0.0607
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 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
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 15:45:03 +0100 Christian Brabandt patch 8.0.0366: build fails with tiny features v8.0.0366
Sat, 25 Feb 2017 15:00:05 +0100 Christian Brabandt patch 8.0.0365: might free a dict item that wasn't allocated v8.0.0365
Tue, 21 Feb 2017 21:00:04 +0100 Christian Brabandt patch 8.0.0345: islocked('d.changedtick') does not work v8.0.0345
Sun, 19 Feb 2017 14:00:05 +0100 Christian Brabandt patch 8.0.0340: not checking return valud of dict_add() v8.0.0340
Fri, 17 Feb 2017 16:45:05 +0100 Christian Brabandt patch 8.0.0334: can't access b:changedtick from a dict reference v8.0.0334
Tue, 24 Jan 2017 18:00:05 +0100 Christian Brabandt patch 8.0.0229: local 'formatprg' option value leaks v8.0.0229
Fri, 13 Jan 2017 22:15:03 +0100 Christian Brabandt patch 8.0.0177: BufEnter autocommand not fired for a directory v8.0.0177
Thu, 01 Dec 2016 18:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/5a030a540f4157d5c9905e3564282c92b4dcec9a v8.0.0110
Thu, 10 Nov 2016 18:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/459ca563128f2edb7e3bb190090bbb755a56dd55 v8.0.0073
Sun, 06 Nov 2016 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 v8.0.0069
Sun, 30 Oct 2016 22:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3a117e19e02bf29cfc5e398470dd7851ae3d6803 v8.0.0055
Sun, 11 Sep 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4930a76a0357f76a829eafe4985d04cf3ce0e9e0 v7.4.2362
Fri, 09 Sep 2016 13:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9a27c7fde6d453d9892b6f6baa756bce4d6d419d v7.4.2348
Thu, 08 Sep 2016 23:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c4a908e83690844b0d3a46124ba6af7d23485d69 v7.4.2347
Sun, 04 Sep 2016 23:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/030cddc7ec0c3d2fe3969140cd1b92b2f18633c0 v7.4.2330
Sun, 04 Sep 2016 21:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f9e687e0681a250e1549ab27b6c7ef2c500395e3 v7.4.2328
Sun, 04 Sep 2016 20:00:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/30180b8dad5c1478e7920e56a71352cb318fadb0 v7.4.2325
Sun, 04 Sep 2016 20:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e0ab94e7123ca7855f45919114d948ef2bc1e8c3 v7.4.2324
Sat, 03 Sep 2016 16:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5a49789a9b1f6447aeafbbbdd5b235dd10c471d5 v7.4.2312
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Wed, 24 Aug 2016 00:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/77401add71853d7a3da7ccc489f2a1bca58551ec v7.4.2245
Sat, 20 Aug 2016 15:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f04507d132fbcb63999167ec006fc6e700b5af4f v7.4.2229
Sun, 14 Aug 2016 19:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e59215c7dcae17b03daf39517560cfaa03314f5a v7.4.2212
Tue, 09 Aug 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f71d7b9ee5ceba75f70c30845332ddd728fd16c6 v7.4.2189
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
Thu, 14 Jul 2016 23:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9280e3f95d065733f04fa22869e5ef071d531931 v7.4.2038
Thu, 14 Jul 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/480778b805bd8bdc5d657560230e9c50feda1d0f v7.4.2036
Sun, 10 Jul 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7c0a2f367f2507669560b1a66423155c70d2e75b v7.4.2024
Sun, 10 Jul 2016 20:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ea3f2e7be447a8f0c4436869620f908de5e8ef1e v7.4.2023
Sun, 10 Jul 2016 19:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/19ff9bf454b7492be64dd87aaf0830fa7961871e v7.4.2021
Sun, 10 Jul 2016 18:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/453f37dbfd6f8304a36ea84e40a9965404206186 v7.4.2020
Sun, 10 Jul 2016 18:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b25f9a97e9aad3cbb4bc3fe87cdbd5700f8aa0c6 v7.4.2018
Sun, 10 Jul 2016 17:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8240433f48f7383c281ba2453cc55f10b8ec47d9 v7.4.2017
Sat, 09 Jul 2016 23:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5c71994f4ee5f87d4cce990dbc9684c70b1e108b v7.4.2015
Sat, 09 Jul 2016 15:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/30445cb6e94698d212ba866ef3e4022ac625540a v7.4.2006
Sun, 03 Jul 2016 18:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ab9c89b68dcbdb3fbda8c5a50dd90caca64f1bfd v7.4.1988
Fri, 01 Jul 2016 17:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8767f52fbfd4f053ce00a978227c95f1d7d323fe v7.4.1975
Sat, 04 Jun 2016 20:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc v7.4.1897
Sun, 29 May 2016 16:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b127cfd75f59e82580df395b6e2c009774644b16 v7.4.1858
Tue, 24 May 2016 16:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c67e89213476b5f4756d92208b57ce9ef4a4cf24 v7.4.1837
Mon, 09 May 2016 20:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e0f76d00979c972329f6c371463a20da61ccad65 v7.4.1828
Sat, 19 Mar 2016 22:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/44a2f923c00f1384c9ecde12fb5b4711bc20702e v7.4.1611
Tue, 15 Mar 2016 15:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/426dd0219512af5f4abeb0901b533159253ffba3 v7.4.1570
Tue, 08 Mar 2016 13:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/af6e36ff16736106a1bc63bb4d01f51fdfeb29a2 v7.4.1511
Tue, 23 Feb 2016 16:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6bd364e08461159ad3c153ffba4def5b896486a1 v7.4.1401
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 15:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7454a06e2642d2b37afad1c5e71cec68081ca4ff v7.4.1205
Fri, 29 Jan 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f28dbcea371b3a35727d91afc90fb90e0527d78a v7.4.1196
Tue, 19 Jan 2016 22:30:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b8060fe862f684b591f9ac679eac5b2594d6c5a0 v7.4.1142
Sun, 10 Jan 2016 21:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/507edf63df75fe228e0f76b845b58d60266e65d8 v7.4.1086
Tue, 24 Nov 2015 19:00:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/0f6562e9036f889185dff49a75c7fc5ffb28b307 v7.4.941
Tue, 13 Oct 2015 21:00:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/04dfd512293e951479aec2378753b946c39bea87 v7.4.898
Tue, 04 Aug 2015 17:43:25 +0200 Bram Moolenaar patch 7.4.805 v7.4.805
Tue, 21 Jul 2015 15:03:06 +0200 Bram Moolenaar patch 7.4.791 v7.4.791
Fri, 17 Jul 2015 14:18:08 +0200 Bram Moolenaar patch 7.4.785 v7.4.785
Fri, 19 Jun 2015 14:41:49 +0200 Bram Moolenaar patch 7.4.742 v7.4.742
Fri, 20 Mar 2015 18:11:48 +0100 Bram Moolenaar updated for version 7.4.669 v7.4.669
Fri, 27 Feb 2015 19:34:56 +0100 Bram Moolenaar updated for version 7.4.645 v7.4.645
Tue, 27 Jan 2015 18:44:16 +0100 Bram Moolenaar updated for version 7.4.605 v7.4.605
Wed, 07 Jan 2015 13:31:52 +0100 Bram Moolenaar updated for version 7.4.562 v7.4.562
Wed, 19 Nov 2014 16:38:07 +0100 Bram Moolenaar updated for version 7.4.519 v7.4.519
Tue, 23 Sep 2014 15:45:08 +0200 Bram Moolenaar updated for version 7.4.456 v7.4.456
Tue, 23 Sep 2014 14:24:40 +0200 Bram Moolenaar updated for version 7.4.455 v7.4.455
Wed, 16 Jul 2014 16:30:28 +0200 Bram Moolenaar updated for version 7.4.369 v7.4.369
Thu, 12 Jun 2014 14:01:31 +0200 Bram Moolenaar updated for version 7.4.320 v7.4.320
Wed, 07 May 2014 16:35:08 +0200 Bram Moolenaar updated for version 7.4.277 v7.4.277
Sun, 06 Apr 2014 20:45:43 +0200 Bram Moolenaar updated for version 7.4.251 v7.4.251
Sun, 23 Mar 2014 15:13:05 +0100 Bram Moolenaar updated for version 7.4.212 v7.4.212
Wed, 12 Mar 2014 18:55:58 +0100 Bram Moolenaar updated for version 7.4.201 v7.4.201
Fri, 10 Jan 2014 16:43:14 +0100 Bram Moolenaar updated for version 7.4.140 v7.4.140
Wed, 06 Nov 2013 05:26:15 +0100 Bram Moolenaar updated for version 7.4.073 v7.4.073
Tue, 05 Nov 2013 17:40:52 +0100 Bram Moolenaar updated for version 7.4.070 v7.4.070
Tue, 05 Nov 2013 07:13:41 +0100 Bram Moolenaar updated for version 7.4.069 v7.4.069
Sat, 02 Nov 2013 04:39:38 +0100 Bram Moolenaar updated for version 7.4.054 v7.4.054
Wed, 14 Aug 2013 17:11:20 +0200 Bram Moolenaar updated for version 7.4.004 v7.4.004
Wed, 17 Jul 2013 19:12:57 +0200 Bram Moolenaar updated for version 7.4a.030 v7.4a.030
Sat, 29 Jun 2013 15:07:22 +0200 Bram Moolenaar updated for version 7.3.1265 v7.3.1265
Wed, 26 Jun 2013 20:04:35 +0200 Bram Moolenaar updated for version 7.3.1249 v7.3.1249
Sun, 16 Jun 2013 17:32:40 +0200 Bram Moolenaar updated for version 7.3.1213 v7.3.1213
Sat, 08 Jun 2013 18:19:48 +0200 Bram Moolenaar updated for version 7.3.1149 v7.3.1149
Fri, 07 Jun 2013 20:17:11 +0200 Bram Moolenaar updated for version 7.3.1144 v7.3.1144
Mon, 06 May 2013 04:50:35 +0200 Bram Moolenaar updated for version 7.3.926 v7.3.926
Mon, 06 May 2013 04:24:17 +0200 Bram Moolenaar updated for version 7.3.925 v7.3.925
Wed, 24 Apr 2013 16:52:36 +0200 Bram Moolenaar updated for version 7.3.916 v7.3.916
Mon, 15 Apr 2013 12:27:36 +0200 Bram Moolenaar updated for version 7.3.893 v7.3.893
Tue, 19 Mar 2013 16:49:16 +0100 Bram Moolenaar updated for version 7.3.872 v7.3.872
Tue, 19 Mar 2013 14:25:54 +0100 Bram Moolenaar updated for version 7.3.869 v7.3.869
Sun, 17 Feb 2013 15:45:37 +0100 Bram Moolenaar updated for version 7.3.822 v7.3.822
Wed, 06 Feb 2013 18:45:01 +0100 Bram Moolenaar updated for version 7.3.804 v7.3.804
Wed, 06 Feb 2013 12:14:48 +0100 Bram Moolenaar updated for version 7.3.799 v7.3.799
Tue, 20 Nov 2012 12:16:58 +0100 Bram Moolenaar updated for version 7.3.718 v7.3.718
Wed, 03 Oct 2012 18:25:00 +0200 Bram Moolenaar updated for version 7.3.677 v7.3.677
Wed, 03 Oct 2012 17:12:47 +0200 Bram Moolenaar updated for version 7.3.675 v7.3.675
Wed, 05 Sep 2012 13:30:40 +0200 Bram Moolenaar updated for version 7.3.648 v7.3.648
Mon, 16 Jul 2012 17:31:53 +0200 Bram Moolenaar updated for version 7.3.603 v7.3.603
Tue, 10 Jul 2012 15:18:22 +0200 Bram Moolenaar updated for version 7.3.596 v7.3.596
Fri, 06 Jul 2012 16:22:02 +0200 Bram Moolenaar updated for version 7.3.587 v7.3.587
Wed, 20 Jun 2012 17:54:38 +0200 Bram Moolenaar updated for version 7.3.563 v7.3.563
Wed, 20 Jun 2012 11:55:01 +0200 Bram Moolenaar updated for version 7.3.557 v7.3.557
Wed, 13 Jun 2012 14:28:20 +0200 Bram Moolenaar updated for version 7.3.551 v7.3.551
Wed, 06 Jun 2012 19:02:45 +0200 Bram Moolenaar updated for version 7.3.545 v7.3.545
Fri, 16 Mar 2012 14:32:15 +0100 Bram Moolenaar updated for version 7.3.471 v7.3.471
Wed, 07 Mar 2012 22:52:36 +0100 Bram Moolenaar updated for version 7.3.469 v7.3.469
Wed, 22 Feb 2012 19:13:08 +0100 Bram Moolenaar updated for version 7.3.456 v7.3.456
Wed, 22 Feb 2012 14:58:37 +0100 Bram Moolenaar updated for version 7.3.449 v7.3.449
Fri, 20 Jan 2012 20:44:43 +0100 Bram Moolenaar updated for version 7.3.407 v7.3.407
Fri, 30 Dec 2011 13:39:10 +0100 Bram Moolenaar updated for version 7.3.388 v7.3.388