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