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
|
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
|
Sun, 19 May 2019 21:45:06 +0200 |
Bram Moolenaar |
patch 8.1.1356: some text in heredoc assignment ends the text
v8.1.1356
|
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 21:15:05 +0200 |
Bram Moolenaar |
patch 8.1.1310: named function arguments are never optional
v8.1.1310
|
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
|
Sun, 21 Apr 2019 00:15:05 +0200 |
Bram Moolenaar |
patch 8.1.1194: typos and small problems in source files
v8.1.1194
|
Thu, 14 Mar 2019 13:45:06 +0100 |
Bram Moolenaar |
patch 8.1.1007: using closure may consume a lot of memory
v8.1.1007
|
Thu, 14 Feb 2019 13:45:13 +0100 |
Bram Moolenaar |
patch 8.1.0917: double free when running out of memory
v8.1.0917
|
Mon, 11 Feb 2019 22:15:07 +0100 |
Bram Moolenaar |
patch 8.1.0897: can modify a:000 when using a reference
v8.1.0897
|
Sun, 10 Feb 2019 22:15:05 +0100 |
Bram Moolenaar |
patch 8.1.0888: the a: dict is not immutable as documented
v8.1.0888
|
Sat, 02 Feb 2019 14:15:12 +0100 |
Bram Moolenaar |
patch 8.1.0868: crash if triggering garbage collector after a function call
v8.1.0868
|
Sat, 26 Jan 2019 17:30:15 +0100 |
Bram Moolenaar |
patch 8.1.0826: too many #ifdefs
v8.1.0826
|
Wed, 23 Jan 2019 23:15:05 +0100 |
Bram Moolenaar |
patch 8.1.0800: may use a lot of memory when a function refers itself
v8.1.0800
|
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
|
Thu, 13 Dec 2018 22:30:08 +0100 |
Bram Moolenaar |
patch 8.1.0579: cannot attach properties to text
v8.1.0579
|
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
|
Sun, 04 Nov 2018 23:45:07 +0100 |
Bram Moolenaar |
patch 8.1.0511: ml_get error when calling a function with a range
v8.1.0511
|
Thu, 25 Oct 2018 13:45:05 +0200 |
Bram Moolenaar |
patch 8.1.0495: :filter only supports some commands
v8.1.0495
|
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
|
Mon, 10 Sep 2018 22:15:05 +0200 |
Christian Brabandt |
patch 8.1.0365: function profile doesn't specify where it was defined
v8.1.0365
|
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
|
Sun, 29 Jul 2018 17:45:06 +0200 |
Christian Brabandt |
patch 8.1.0229: crash when dumping profiling data
v8.1.0229
|
Tue, 10 Jul 2018 19:45:05 +0200 |
Christian Brabandt |
patch 8.1.0177: defining function in sandbox is inconsistent
v8.1.0177
|
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
|
Sat, 30 Jun 2018 18:30:06 +0200 |
Christian Brabandt |
patch 8.1.0130: ":profdel func" does not work if func was called already
v8.1.0130
|
Tue, 22 May 2018 18:45:05 +0200 |
Christian Brabandt |
patch 8.1.0019: error when defining a Lambda with index of a function result
v8.1.0019
|
Sun, 04 Mar 2018 18:15:08 +0100 |
Christian Brabandt |
patch 8.0.1564: too many #ifdefs
v8.0.1564
|
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
|
Sat, 23 Dec 2017 17:30:05 +0100 |
Christian Brabandt |
patch 8.0.1423: error in return not caught by try/catch
v8.0.1423
|
Thu, 07 Dec 2017 22:30:06 +0100 |
Christian Brabandt |
patch 8.0.1378: autoload script sources itself when defining function
v8.0.1378
|
Thu, 07 Dec 2017 22:15:06 +0100 |
Christian Brabandt |
patch 8.0.1377: cannot call a dict function in autoloaded dict
v8.0.1377
|
Sat, 24 Jun 2017 15:00:03 +0200 |
Christian Brabandt |
patch 8.0.0667: memory access error when command follows :endfunc
v8.0.0667
|
Fri, 23 Jun 2017 21:00:03 +0200 |
Christian Brabandt |
patch 8.0.0663: unexpected error message only when 'verbose' is set
v8.0.0663
|
Thu, 22 Jun 2017 19:30:04 +0200 |
Christian Brabandt |
patch 8.0.0655: not easy to make sure a function does not exist
v8.0.0655
|
Thu, 22 Jun 2017 19:15:04 +0200 |
Christian Brabandt |
patch 8.0.0654: no warning for text after :endfunction
v8.0.0654
|
Fri, 07 Apr 2017 20:00:04 +0200 |
Christian Brabandt |
patch 8.0.0548: saving the redo buffer only works one time
v8.0.0548
|
Sat, 01 Apr 2017 21:30:04 +0200 |
Christian Brabandt |
patch 8.0.0535: memory leak when exiting from within a user function
v8.0.0535
|
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
|
Thu, 02 Feb 2017 23:00:04 +0100 |
Christian Brabandt |
patch 8.0.0297: double free on exit when using a closure
v8.0.0297
|
Wed, 01 Feb 2017 20:30:04 +0100 |
Christian Brabandt |
patch 8.0.0287: debug mode: cannot access function arguments
v8.0.0287
|
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 22:30:04 +0100 |
Christian Brabandt |
patch 8.0.0176: cannot use :change inside a function definition
v8.0.0176
|
Thu, 10 Nov 2016 20:15:05 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f
v8.0.0074
|
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 22:15:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/ba2099034f92a2814494f37bddb0c57d034401b4
v7.4.2249
|
Thu, 11 Aug 2016 23:00:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/c257487035f83aabe1c7e07f0552309e98f1bcb1
v7.4.2197
|
Mon, 01 Aug 2016 23:00:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/bc7ce675b2d1c9fb58c067eff3edd59abc30aba4
v7.4.2143
|
Mon, 01 Aug 2016 21:00:06 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/8dd3a43d75550e9b5736066124c97697564f769e
v7.4.2142
|
Mon, 01 Aug 2016 17:15:06 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/ba96e9af388804364425185b47eed14988302865
v7.4.2141
|
Mon, 01 Aug 2016 16:30:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/0588d4f9d2741f35a271400a37fddbdd72d84219
v7.4.2139
|
Mon, 01 Aug 2016 15:45:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/437bafe4c8a83ed71ee006eda7f54b65a90f0d4c
v7.4.2137
|
Sun, 31 Jul 2016 18:45:06 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/580164481924ed8611eb79f0247a0eb1ca0b3b9a
v7.4.2136
|
Sun, 31 Jul 2016 14:15:05 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/b54c3ff3174dbb5dfbfcabdf95200b047beaa644
v7.4.2134
|
Fri, 29 Jul 2016 22:45:06 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/10ce39a0d52272a3dfff2feb8c631529f29e6740
v7.4.2120
|