index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
userfunc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1938: may crash when out of memory
v8.1.1938
Bram Moolenaar
2019-08-29
1
-10
/
+5
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-2
/
+0
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-4
/
+0
*
patch 8.1.1878: negative float before method not parsed correctly
v8.1.1878
Bram Moolenaar
2019-08-17
1
-2
/
+3
*
patch 8.1.1863: confusing error when using a builtin function as method
v8.1.1863
Bram Moolenaar
2019-08-16
1
-3
/
+11
*
patch 8.1.1827: allocating more memory than needed for extended structs
v8.1.1827
Bram Moolenaar
2019-08-08
1
-2
/
+2
*
patch 8.1.1820: using expr->FuncRef() does not work
v8.1.1820
Bram Moolenaar
2019-08-05
1
-4
/
+7
*
patch 8.1.1816: cannot use a user defined function as a method
v8.1.1816
Bram Moolenaar
2019-08-04
1
-7
/
+16
*
patch 8.1.1803: all builtin functions are global
v8.1.1803
Bram Moolenaar
2019-08-03
1
-6
/
+16
*
patch 8.1.1800: function call functions have too many arguments
v8.1.1800
Bram Moolenaar
2019-08-03
1
-49
/
+48
*
patch 8.1.1729: heredoc with trim not properly handled in function
v8.1.1729
Bram Moolenaar
2019-07-21
1
-14
/
+23
*
patch 8.1.1689: profiling code is spread out
v8.1.1689
Bram Moolenaar
2019-07-14
1
-87
/
+9
*
patch 8.1.1684: profiling functionality is spread out
v8.1.1684
Bram Moolenaar
2019-07-13
1
-218
/
+6
*
patch 8.1.1625: script line numbers are not exactly right
v8.1.1625
Bram Moolenaar
2019-07-04
1
-5
/
+9
*
patch 8.1.1588: in :let-heredoc line continuation is recognized
v8.1.1588
Bram Moolenaar
2019-06-25
1
-3
/
+7
*
patch 8.1.1583: set_ref_in_list() only sets ref in items
v8.1.1583
Bram Moolenaar
2019-06-23
1
-2
/
+2
*
patch 8.1.1575: callbacks may be garbage collected
v8.1.1575
Bram Moolenaar
2019-06-20
1
-3
/
+3
*
patch 8.1.1563: crash when using closures
v8.1.1563
Bram Moolenaar
2019-06-17
1
-15
/
+13
*
patch 8.1.1485: double free when garbage_collect() is used in autocommand
v8.1.1485
Bram Moolenaar
2019-06-06
1
-2
/
+9
*
patch 8.1.1437: code to handle callbacks is duplicated
v8.1.1437
Bram Moolenaar
2019-06-01
1
-0
/
+24
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-14
/
+11
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-7
/
+6
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-4
/
+4
*
patch 8.1.1356: some text in heredoc assignment ends the text
v8.1.1356
Bram Moolenaar
2019-05-19
1
-4
/
+37
*
patch 8.1.1319: computing function length name in many places
v8.1.1319
Bram Moolenaar
2019-05-11
1
-25
/
+25
*
patch 8.1.1310: named function arguments are never optional
v8.1.1310
Bram Moolenaar
2019-05-09
1
-12
/
+97
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-16
/
+2
*
patch 8.1.1194: typos and small problems in source files
v8.1.1194
Bram Moolenaar
2019-04-21
1
-1
/
+2
*
patch 8.1.1007: using closure may consume a lot of memory
v8.1.1007
Bram Moolenaar
2019-03-14
1
-63
/
+96
*
patch 8.1.0917: double free when running out of memory
v8.1.0917
Bram Moolenaar
2019-02-14
1
-4
/
+2
*
patch 8.1.0897: can modify a:000 when using a reference
v8.1.0897
Bram Moolenaar
2019-02-11
1
-2
/
+2
*
patch 8.1.0888: the a: dict is not immutable as documented
v8.1.0888
Bram Moolenaar
2019-02-10
1
-1
/
+2
*
patch 8.1.0868: crash if triggering garbage collector after a function call
v8.1.0868
Bram Moolenaar
2019-02-02
1
-2
/
+2
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-2
/
+0
*
patch 8.1.0800: may use a lot of memory when a function refers itself
v8.1.0800
Bram Moolenaar
2019-01-23
1
-0
/
+13
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+2
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-22
/
+22
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-37
/
+37
*
patch 8.1.0579: cannot attach properties to text
v8.1.0579
Bram Moolenaar
2018-12-13
1
-1
/
+1
*
patch 8.1.0515: reloading a script gives errors for existing functions
v8.1.0515
Bram Moolenaar
2018-11-10
1
-2
/
+7
*
patch 8.1.0511: ml_get error when calling a function with a range
v8.1.0511
Bram Moolenaar
2018-11-04
1
-0
/
+7
*
patch 8.1.0495: :filter only supports some commands
v8.1.0495
Bram Moolenaar
2018-10-25
1
-0
/
+2
*
patch 8.1.0475: memory not freed on exit when quit in autocmd
v8.1.0475
Bram Moolenaar
2018-10-14
1
-41
/
+30
*
patch 8.1.0365: function profile doesn't specify where it was defined
v8.1.0365
Bram Moolenaar
2018-09-10
1
-0
/
+9
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-11
/
+13
*
patch 8.1.0229: crash when dumping profiling data
v8.1.0229
Bram Moolenaar
2018-07-29
1
-13
/
+21
*
patch 8.1.0177: defining function in sandbox is inconsistent
v8.1.0177
Bram Moolenaar
2018-07-10
1
-7
/
+22
*
patch 8.1.0167: lock flag in new dictitem is reset in many places
v8.1.0167
Bram Moolenaar
2018-07-08
1
-1
/
+0
*
patch 8.1.0130: ":profdel func" does not work if func was called already
v8.1.0130
Bram Moolenaar
2018-06-30
1
-22
/
+30
*
patch 8.1.0019: error when defining a Lambda with index of a function result
v8.1.0019
Bram Moolenaar
2018-05-22
1
-2
/
+10
[next]