log src/ex_cmds2.c @ 19749:cc2f523c1828

age author description
Fri, 14 Feb 2020 13:30:05 +0100 Bram Moolenaar patch 8.2.0256: time and timer related code is spread out v8.2.0256
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Sun, 01 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2379: using old C style comments v8.1.2379
Tue, 10 Sep 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.2021: some global functions can be local to the file v8.1.2021
Thu, 05 Sep 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1989: the evalfunc.c file is still too big v8.1.1989
Sun, 25 Aug 2019 15:45:04 +0200 Bram Moolenaar patch 8.1.1927: code for dealing with script files is spread out v8.1.1927
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
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
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, 14 Jul 2019 16:00:06 +0200 Bram Moolenaar patch 8.1.1689: profiling code is spread out v8.1.1689
Sat, 13 Jul 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1684: profiling functionality is spread out v8.1.1684
Thu, 04 Jul 2019 15:00:07 +0200 Bram Moolenaar patch 8.1.1625: script line numbers are not exactly right v8.1.1625
Tue, 25 Jun 2019 06:30:09 +0200 Bram Moolenaar patch 8.1.1591: on error garbage collection may free memory in use v8.1.1591
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Sun, 16 Jun 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing v8.1.1555
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 14:30:06 +0200 Bram Moolenaar patch 8.1.1438: some commands cause trouble in a popup window v8.1.1438
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
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:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
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 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
Tue, 21 May 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1363: ":vert options" does not make a vertical split v8.1.1363
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Thu, 09 May 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1312: Coverity warning for using uninitialized variable v8.1.1312
Wed, 08 May 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1300: in a terminal 'ballooneval' does not work right away v8.1.1300
Sat, 04 May 2019 15:15:05 +0200 Bram Moolenaar patch 8.1.1261: no error for quickfix commands with negative range v8.1.1261
Sun, 21 Apr 2019 11:45:07 +0200 Bram Moolenaar patch 8.1.1195: Vim script debugger functionality needs cleanup v8.1.1195
Sat, 20 Apr 2019 14:45:06 +0200 Bram Moolenaar patch 8.1.1188: not all Vim variables require the v: prefix v8.1.1188
Thu, 04 Apr 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.1117: build failure without the +eval feature v8.1.1117
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
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 00:15:06 +0100 Bram Moolenaar patch 8.1.0928: stray log function call v8.1.0928
Fri, 15 Feb 2019 21:15:07 +0100 Bram Moolenaar patch 8.1.0927: USE_CR is never defined v8.1.0927
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805
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
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 15:30:06 +0100 Bram Moolenaar patch 8.1.0732: cannot build without the eval feature v8.1.0732
Sat, 12 Jan 2019 13:30:07 +0100 Bram Moolenaar patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost v8.1.0729
Fri, 28 Dec 2018 19:15:05 +0100 Bram Moolenaar patch 8.1.0651: :args "foo works like :args without argument v8.1.0651
Fri, 30 Nov 2018 23:00:06 +0100 Bram Moolenaar patch 8.1.0553: it is not easy to edit a script that was sourced v8.1.0553
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
Mon, 05 Nov 2018 20:30:08 +0100 Bram Moolenaar patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8 v8.1.0512
Sun, 14 Oct 2018 21:45:04 +0200 Bram Moolenaar patch 8.1.0475: memory not freed on exit when quit in autocmd v8.1.0475
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 11 Sep 2018 22:45:07 +0200 Christian Brabandt patch 8.1.0369: continuation lines cannot contain comments v8.1.0369
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, 08 Sep 2018 18:30:06 +0200 Christian Brabandt patch 8.1.0353: an "after" directory of a package is appended to 'rtp' v8.1.0353
Fri, 31 Aug 2018 23:15:04 +0200 Christian Brabandt patch 8.1.0341: :argadd in empty buffer changes the buffer name v8.1.0341
Thu, 30 Aug 2018 13:15:06 +0200 Christian Brabandt patch 8.1.0334: 'autowrite' takes effect when buffer is not to be written v8.1.0334
Sun, 08 Jul 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0167: lock flag in new dictitem is reset in many places v8.1.0167
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Thu, 28 Jun 2018 12:15:06 +0200 Christian Brabandt patch 8.1.0121: crash when using ballooneval related to 'vartabstop' v8.1.0121
Sat, 12 May 2018 15:45:05 +0200 Christian Brabandt patch 8.0.1817: a timer may change v:count unexpectedly v8.0.1817
Thu, 10 May 2018 18:15:06 +0200 Christian Brabandt patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode v8.0.1810
Sun, 29 Apr 2018 12:30:09 +0200 Christian Brabandt patch 8.0.1773: dialog messages are not translated v8.0.1773
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, 24 Apr 2018 15:30:08 +0200 Christian Brabandt patch 8.0.1753: various warnings from a static analyser v8.0.1753
Fri, 20 Apr 2018 23:00:06 +0200 Christian Brabandt patch 8.0.1740: warning for signed-unsigned incompatibility v8.0.1740
Fri, 20 Apr 2018 22:15:06 +0200 Christian Brabandt patch 8.0.1738: ":args" output is hard to read v8.0.1738
Wed, 18 Apr 2018 22:30:07 +0200 Christian Brabandt patch 8.0.1734: package directory not added to 'rtp' if prefix matches v8.0.1734
Thu, 29 Mar 2018 16:15:07 +0200 Christian Brabandt patch 8.0.1650: too many #ifdefs v8.0.1650
Thu, 29 Mar 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1649: no completion for argument list commands v8.0.1649
Sat, 10 Mar 2018 20:30:04 +0100 Christian Brabandt patch 8.0.1593: :qall never exits with an active terminal window v8.0.1593
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
Tue, 13 Feb 2018 13:00:06 +0100 Christian Brabandt patch 8.0.1511: some code for the debugger watch expression is clumsy v8.0.1511
Mon, 12 Feb 2018 22:15:05 +0100 Christian Brabandt patch 8.0.1508: the :drop command is not always available v8.0.1508
Sun, 11 Feb 2018 19:15:05 +0100 Christian Brabandt patch 8.0.1505: debugger can't break on a condition v8.0.1505
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sun, 04 Feb 2018 18:00:06 +0100 Christian Brabandt patch 8.0.1469: when package path is a symlink 'runtimepath' is wrong v8.0.1469
Sun, 17 Dec 2017 14:30:06 +0100 Christian Brabandt patch 8.0.1398: :packadd does not load packages from the "start" directory v8.0.1398
Tue, 05 Dec 2017 17:00:07 +0100 Christian Brabandt patch 8.0.1372: profile log may be truncated halfway a character v8.0.1372
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
Thu, 26 Oct 2017 14:30:04 +0200 Christian Brabandt patch 8.0.1217: can't use remote eval to inspect vars in debug mode v8.0.1217
Thu, 19 Oct 2017 21:15:04 +0200 Christian Brabandt patch 8.0.1207: profiling skips the first and last script line v8.0.1207
Mon, 18 Sep 2017 22:00:04 +0200 Christian Brabandt patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system v8.0.1127
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Thu, 14 Sep 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1109: timer causes error on exit from Ex mode v8.0.1109
Wed, 06 Sep 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1067: try/catch in timer does not prevent it from being stopped v8.0.1067
Sat, 26 Aug 2017 23:45:04 +0200 Christian Brabandt patch 8.0.1002: unnecessarily updating screen after timer callback v8.0.1002
Mon, 21 Aug 2017 22:15:06 +0200 Christian Brabandt patch 8.0.0983: unnecessary check for NULL pointer v8.0.0983
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
Fri, 11 Aug 2017 17:30:04 +0200 Christian Brabandt patch 8.0.0900: :tab options doesn't open a new tab page v8.0.0900
Thu, 03 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0858: can exit while a terminal is still running a job
Thu, 03 Aug 2017 14:30:04 +0200 Christian Brabandt patch 8.0.0847: :argadd without argument can't handle space in file name v8.0.0847
Sun, 16 Jul 2017 15:45:03 +0200 Christian Brabandt patch 8.0.0721: :argedit can only have one argument v8.0.0721
Mon, 10 Jul 2017 22:15:03 +0200 Christian Brabandt patch 8.0.0705: crash when there is an error in a timer callback v8.0.0705
Sat, 08 Jul 2017 22:45:03 +0200 Christian Brabandt patch 8.0.0702: an error in a timer can make Vim unusable v8.0.0702
Fri, 07 Jul 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0698: crash on exit when using Python function in timer. v8.0.0698
Tue, 27 Jun 2017 14:45:04 +0200 Christian Brabandt patch 8.0.0680: plugins in start packages are sourced twice v8.0.0680
Sat, 24 Jun 2017 16:15:03 +0200 Christian Brabandt patch 8.0.0670: can't use input() in a timer callback v8.0.0670
Sun, 04 Jun 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0612: pack dirs are added to 'runtimepath' too late v8.0.0612
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
Thu, 09 Mar 2017 16:00:05 +0100 Christian Brabandt patch 8.0.0439: ":%argdel" gives an error for an empty arglist v8.0.0439
Sun, 05 Feb 2017 16:15:04 +0100 Christian Brabandt patch 8.0.0308: 'runtimepath' not update correctly when using symbolic link v8.0.0308
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
Thu, 12 Jan 2017 20:30:04 +0100 Christian Brabandt patch 8.0.0174: executing "locale -a" on MS-Windows needlessly v8.0.0174
Wed, 12 Oct 2016 12:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a7c023ec88233a2db4c1f53121921e110ece8d43 v8.0.0028
Sat, 10 Sep 2016 19:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ee39ef0b93d31763d05e54ba99801e3f1a254c0d v7.4.2361
Mon, 05 Sep 2016 23:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/75537a93e985ef32e6c267b06ce93629855dd983 v7.4.2332
Fri, 02 Sep 2016 22:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a5d4121eed942bbbc672a7b00bf20866c17dc858 v7.4.2310
Thu, 01 Sep 2016 21:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/417ccd7138d4d230d328de8b0d3892dd82ff1bee v7.4.2304
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sun, 07 Aug 2016 20:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a772ec5e91efbd5c4b99bb5cf5704a6c6f0baf3f v7.4.2181
Sun, 07 Aug 2016 18:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b73598e2f022a22fec512ea681c70d2775e8fd87 v7.4.2180
Sat, 06 Aug 2016 22:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/00ff380295338eedb6138ce87590cc6bed102e9d v7.4.2171
Sat, 06 Aug 2016 22:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8e97bd74b5377753597e3d98e7123d8985c7fffd v7.4.2170
Sat, 06 Aug 2016 19:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/66459b7c98c67f8a9d39de8f08e8e8f1fca0e359 v7.4.2164
Sat, 30 Jul 2016 23:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/623e263ffb998acacd6fd0de18c44e03af2a47d1 v7.4.2130
Fri, 29 Jul 2016 22:30:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/1e96d9bf98f9ab84d5af7f98d6a961d91b17364f v7.4.2119
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Fri, 22 Jul 2016 22:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/df48fb456fb6bf63d94cad9b302ff01d8ee8d311 v7.4.2090
Mon, 11 Jul 2016 22:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/1436d8d51cce114be56209924fc71376407e5bad v7.4.2026
Sun, 10 Jul 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7c0a2f367f2507669560b1a66423155c70d2e75b v7.4.2024
Sat, 02 Jul 2016 22:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fef524bbff9aa186838c35212b2f89f61d627cf8 v7.4.1986
Fri, 01 Jul 2016 17:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8767f52fbfd4f053ce00a978227c95f1d7d323fe v7.4.1975
Fri, 01 Jul 2016 15:45:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4c5717ed8a81f5ae9dfe4f38b17a61fc8421054b v7.4.1973
Sun, 12 Jun 2016 21:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cf089463492fab53b2a5d81517829d22f882f82e v7.4.1924
Thu, 02 Jun 2016 14:30:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3 v7.4.1873
Tue, 31 May 2016 21:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b055066a1daf12c349d6c575aff22ae4d999a157 v7.4.1861
Tue, 31 May 2016 21:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e3188e261569ae512fb1ae2653b57fdd9e259ca3 v7.4.1860
Tue, 24 May 2016 19:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a57024453115592b8847af40ddd965a33898e390 v7.4.1840
Tue, 17 May 2016 18:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc303bce10c60a3314078ea168064552fadf01af v7.4.1832
Sat, 23 Apr 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 v7.4.1780
Tue, 05 Apr 2016 21:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/49b27326447d0827c59c6cd201d58f65c1163086 v7.4.1712
Sat, 02 Apr 2016 22:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/71fb0c146bef08dc276fc5793bd47366e6e0f32a v7.4.1699
Sat, 19 Mar 2016 14:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ba8cd122ef60a7c71a7723be0d635f0c2d4556ab v7.4.1596
Thu, 17 Mar 2016 22:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1c8b4edb9b6cd5248925f3f06ec82486be9fb4ea v7.4.1587
Wed, 16 Mar 2016 23:30:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/597385ab43093ba27adcb86cdc1b46aba86a0093 v7.4.1583
Tue, 15 Mar 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/975b5271eed4fa0500c24a8f37be0b1797cb9db7 v7.4.1578
Sat, 12 Mar 2016 23:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/8dcf259d904cfb965d31841dc74a5cfaf5a351d9 v7.4.1553
Sat, 12 Mar 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7f8989dd8a627af2185df381195351a913f3777f v7.4.1552
Sat, 12 Mar 2016 21:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6bef5306e4f2cacb3a93667992c2312d4b293c9d v7.4.1551
Sat, 12 Mar 2016 20:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2d8f56acb32428d0f965d42dd13b27100b46fa15 v7.4.1550
Wed, 09 Mar 2016 22:30:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/af1a0e371e739f8dff337fd31da0ff8ffb347b43 v7.4.1528
Sun, 06 Mar 2016 14:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/be82c254862e475a582c0717455e1db6bf96b0d0 v7.4.1499
Fri, 04 Mar 2016 22:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f3654827368e6204608036353a0360e9e7c21e02 v7.4.1486
Thu, 03 Mar 2016 17:30:13 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9f7820f83bc994bbbecdca9483b355953f07179b v7.4.1481
Thu, 03 Mar 2016 17:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/91715873d19a1859c08eeded7848113596e2f2bd v7.4.1480
Thu, 03 Mar 2016 16:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/863c1a9079fa340d663ccafb011729a29186d73e v7.4.1479
Thu, 03 Mar 2016 14:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1bdd42627d619258d0e847f217cfc1c2795f1ac5 v7.4.1478
Thu, 03 Mar 2016 12:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f1d2501ebe33e148886c2914acd33140e20ee222 v7.4.1476
Sat, 27 Feb 2016 18:15:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b v7.4.1433
Tue, 23 Feb 2016 19:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/0106e3d0bf8a38351af45331cbf3b9172a6bb90b v7.4.1403
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Mon, 22 Feb 2016 23:30:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1daae446e58fd90f98c51ff3af8f54bfa5197751 v7.4.1396
Mon, 22 Feb 2016 20:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/bdcd75275002c3b74015bb9bc0a01b13bb6107d4 v7.4.1388
Sun, 21 Feb 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf v7.4.1384
Tue, 16 Feb 2016 15:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c v7.4.1334
Sun, 07 Feb 2016 21:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06 v7.4.1285
Sun, 31 Jan 2016 17:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d14e00ea67afbaa8cb4a7e6b1eb306da6a2d5adb v7.4.1225
Sun, 31 Jan 2016 15:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797 v7.4.1222
Sat, 30 Jan 2016 16:00:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/78c0b7d43e5048fd71d12816659667834170c76d v7.4.1206
Fri, 29 Jan 2016 23:30:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d99df423c559d85c17779b3685426c489554908c v7.4.1200
Fri, 29 Jan 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f28dbcea371b3a35727d91afc90fb90e0527d78a v7.4.1196
Sat, 23 Jan 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2faa29f896252073b53f387406109e331fbbe5f8 v7.4.1161
Sun, 17 Jan 2016 19:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a24f0a550fed3d9773800cf6be4efd072fff20ec v7.4.1123
Sun, 17 Jan 2016 18:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/72defda84eb26be9e2ade56c7877b912f818026e v7.4.1119
Sat, 16 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1 v7.4.1112
Sat, 16 Jan 2016 15:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f1f60f859cdbb2638b3662ccf7b1d179865fe7dc v7.4.1102
Sat, 02 Jan 2016 22:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/027387f70c671f62e3e08e0bdd09ec05b0232735 v7.4.1037
Wed, 09 Sep 2015 22:45:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ed84b76021df763619cabaedddc44eb5ee849136 v7.4.865
Tue, 08 Sep 2015 19:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09 v7.4.858
Tue, 11 Aug 2015 19:14:00 +0200 Bram Moolenaar patch 7.4.822 v7.4.822
Mon, 13 Apr 2015 15:37:56 +0200 Bram Moolenaar patch 7.4.697 v7.4.697
Fri, 27 Feb 2015 20:33:37 +0100 Bram Moolenaar updated for version 7.4.646 v7.4.646
Wed, 07 Jan 2015 16:54:21 +0100 Bram Moolenaar updated for version 7.4.566 v7.4.566
Wed, 19 Nov 2014 16:38:07 +0100 Bram Moolenaar updated for version 7.4.519 v7.4.519
Wed, 06 Aug 2014 18:17:11 +0200 Bram Moolenaar updated for version 7.4.396 v7.4.396
Sat, 05 Apr 2014 19:44:40 +0200 Bram Moolenaar updated for version 7.4.248 v7.4.248
Sat, 09 Nov 2013 03:31:51 +0100 Bram Moolenaar updated for version 7.4.082 v7.4.082
Fri, 28 Jun 2013 20:36:30 +0200 Bram Moolenaar updated for version 7.3.1257 v7.3.1257
Mon, 10 Jun 2013 21:27:29 +0200 Bram Moolenaar updated for version 7.3.1163 v7.3.1163
Mon, 10 Jun 2013 20:10:44 +0200 Bram Moolenaar updated for version 7.3.1159 v7.3.1159
Sat, 08 Jun 2013 18:19:48 +0200 Bram Moolenaar updated for version 7.3.1149 v7.3.1149
Thu, 06 Jun 2013 14:01:46 +0200 Bram Moolenaar updated for version 7.3.1129 v7.3.1129
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
Tue, 19 Mar 2013 16:49:16 +0100 Bram Moolenaar updated for version 7.3.872 v7.3.872
Wed, 03 Oct 2012 18:25:00 +0200 Bram Moolenaar updated for version 7.3.677 v7.3.677
Fri, 29 Jun 2012 12:57:06 +0200 Bram Moolenaar updated for version 7.3.570 v7.3.570
Wed, 20 Jun 2012 15:48:57 +0200 Bram Moolenaar updated for version 7.3.562 v7.3.562
Wed, 13 Jun 2012 14:28:20 +0200 Bram Moolenaar updated for version 7.3.551 v7.3.551
Wed, 25 Apr 2012 17:32:18 +0200 Bram Moolenaar updated for version 7.3.507 v7.3.507
Fri, 23 Mar 2012 18:39:18 +0100 Bram Moolenaar updated for version 7.3.480 v7.3.480
Wed, 22 Feb 2012 18:29:33 +0100 Bram Moolenaar updated for version 7.3.455 v7.3.455
Sat, 11 Feb 2012 20:40:55 +0100 Bram Moolenaar updated for version 7.3.435 v7.3.435
Sun, 05 Feb 2012 23:10:30 +0100 Bram Moolenaar updated for version 7.3.433 v7.3.433
Sat, 04 Feb 2012 21:59:01 +0100 Bram Moolenaar updated for version 7.3.423 v7.3.423
Thu, 20 Oct 2011 21:41:09 +0200 Bram Moolenaar updated for version 7.3.345 v7.3.345
Sun, 26 Jun 2011 04:25:30 +0200 Bram Moolenaar updated for version 7.3.233 v7.3.233
Thu, 19 May 2011 18:26:40 +0200 Bram Moolenaar updated for version 7.3.198 v7.3.198
Tue, 10 May 2011 16:41:25 +0200 Bram Moolenaar updated for version 7.3.187 v7.3.187
Mon, 11 Apr 2011 21:35:11 +0200 Bram Moolenaar updated for version 7.3.161 v7.3.161
Fri, 25 Feb 2011 14:46:09 +0100 Bram Moolenaar updated for version 7.3.127 v7.3.127
Fri, 17 Dec 2010 18:06:06 +0100 Bram Moolenaar updated for version 7.3.085 v7.3.085
Tue, 21 Sep 2010 16:56:35 +0200 Bram Moolenaar updated for version 7.3.008 v7.3.008
Tue, 27 Jul 2010 22:41:43 +0200 Bram Moolenaar Fix build warnings and problems for tiny/small Win32 build. (Mike Williams) vim73
Sat, 05 Jun 2010 23:22:07 +0200 Bram Moolenaar Add the conceal patch from Vince Negri. vim73
Fri, 21 May 2010 12:04:55 +0200 Bram Moolenaar Other solution for GTK not changing the locale. vim73
Tue, 02 Mar 2010 17:54:33 +0100 Bram Moolenaar updated for version 7.2.383 v7.2.383
Wed, 24 Feb 2010 14:01:28 +0100 Bram Moolenaar updated for version 7.2.369 v7.2.369
Wed, 03 Feb 2010 15:14:22 +0100 Bram Moolenaar updated for version 7.2.353 v7.2.353
Wed, 20 Jan 2010 21:41:47 +0100 Bram Moolenaar updated for version 7.2.344 v7.2.344
Tue, 19 Jan 2010 23:30:41 +0100 Bram Moolenaar updated for version 7.2.343 v7.2.343
Tue, 19 Jan 2010 16:31:47 +0100 Bram Moolenaar updated for version 7.2.339 v7.2.339
Tue, 19 Jan 2010 16:22:03 +0100 Bram Moolenaar updated for version 7.2.338 v7.2.338
Tue, 19 Jan 2010 16:13:50 +0100 Bram Moolenaar updated for version 7.2.337 v7.2.337
Sat, 16 May 2009 19:16:33 +0000 vimboss updated for version 7.2-179 v7.2.179
Thu, 14 May 2009 20:20:33 +0000 vimboss updated for version 7.2-173 v7.2.173
Wed, 13 May 2009 16:56:33 +0000 vimboss updated for version 7.2-169 v7.2.169
Thu, 05 Feb 2009 19:48:25 +0000 vimboss updated for version 7.2-102 v7.2.102
Wed, 04 Feb 2009 16:50:47 +0000 vimboss updated for version 7.2-100 v7.2.100
Sat, 15 Nov 2008 13:12:07 +0000 vimboss updated for version 7.2-041 v7.2.041
Sun, 07 Sep 2008 13:50:37 +0000 vimboss updated for version 7.2-012 v7.2.012
Sun, 13 Jul 2008 17:41:49 +0000 vimboss updated for version 7.2b-000 v7.2b.000
Tue, 24 Jun 2008 22:58:06 +0000 vimboss updated for version 7.2a v7.2a
Fri, 18 Jan 2008 10:40:55 +0000 vimboss updated for version 7.1-232 v7.1.232
Tue, 15 Jan 2008 21:17:30 +0000 vimboss updated for version 7.1-230 v7.1.230
Sun, 06 Jan 2008 19:07:36 +0000 vimboss updated for version 7.1-211 v7.1.211
Fri, 04 Jan 2008 15:01:07 +0000 vimboss updated for version 7.1-200 v7.1.200
Tue, 01 Jan 2008 13:17:56 +0000 vimboss updated for version 7.1-177 v7.1.177
Thu, 10 May 2007 18:59:07 +0000 vimboss updated for version 7.1b
Thu, 03 May 2007 20:11:13 +0000 vimboss updated for version 7.0-241 v7.0.241
Tue, 13 Feb 2007 05:19:30 +0000 vimboss updated for version 7.0-195 v7.0.195
Tue, 16 Jan 2007 20:33:19 +0000 vimboss updated for version 7.0-187 v7.0.187
Tue, 29 Aug 2006 15:30:07 +0000 vimboss updated for version 7.0-070 v7.0.070
Mon, 17 Apr 2006 22:14:47 +0000 vimboss updated for version 7.0e01 v7.0e01
Fri, 07 Apr 2006 21:40:07 +0000 vimboss updated for version 7.0c12 v7.0c12
Wed, 05 Apr 2006 20:41:53 +0000 vimboss updated for version 7.0c10 v7.0c10