log src/ex_cmds2.c @ 18478:94223687df0e

age author description
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