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
/
testdir
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3954: Vim9: no error for shadowing if script var is declared later
v8.2.3954
Bram Moolenaar
2021-12-31
2
-3
/
+15
*
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer
v8.2.3952
zeertzjq
2021-12-31
1
-0
/
+44
*
patch 8.2.3951: Vim9: memory leak when text after a nested function
v8.2.3951
Bram Moolenaar
2021-12-30
1
-3
/
+14
*
patch 8.2.3950: going beyond the end of the line with /\%V
v8.2.3950
Bram Moolenaar
2021-12-30
1
-0
/
+8
*
patch 8.2.3949: using freed memory with /\%V
v8.2.3949
Bram Moolenaar
2021-12-30
1
-0
/
+8
*
patch 8.2.3946: when an internal error makes Vim exit the error is not seen
v8.2.3946
Bram Moolenaar
2021-12-30
1
-0
/
+1
*
patch 8.2.3945: Vim9: partial variable argument types are wrong
v8.2.3945
Bram Moolenaar
2021-12-30
1
-0
/
+30
*
patch 8.2.3944: insert mode completion functions are too long
v8.2.3944
Yegappan Lakshmanan
2021-12-30
1
-0
/
+19
*
patch 8.2.3941: SIGTSTP is not handled
v8.2.3941
dbivolaru
2021-12-29
1
-0
/
+52
*
patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"
v8.2.3940
Bram Moolenaar
2021-12-29
3
-0
/
+33
*
patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work
v8.2.3939
Yegappan Lakshmanan
2021-12-29
1
-0
/
+1
*
patch 8.2.3938: line comment start is also found in a string
v8.2.3938
Bram Moolenaar
2021-12-29
1
-0
/
+15
*
patch 8.2.3937: Insert mode completion function is too long
v8.2.3937
Yegappan Lakshmanan
2021-12-29
1
-1
/
+45
*
patch 8.2.3936: no proper test for maintaining change mark in diff mode
v8.2.3936
Sean Dewar
2021-12-29
1
-16
/
+24
*
patch 8.2.3935: CTRL-U in Insert mode does not fix the indent
v8.2.3935
Bram Moolenaar
2021-12-29
1
-1
/
+16
*
patch 8.2.3934: repeating line comment is undesired for "O" command
v8.2.3934
Bram Moolenaar
2021-12-29
1
-0
/
+23
*
patch 8.2.3933: after ":cd" fails ":cd -" is incorrect
v8.2.3933
Richard Doty
2021-12-29
1
-0
/
+7
*
patch 8.2.3932: C line comment not formatted properly
v8.2.3932
Bram Moolenaar
2021-12-29
1
-0
/
+15
*
patch 8.2.3925: diff mode confused by NUL bytes
v8.2.3925
Bram Moolenaar
2021-12-28
5
-0
/
+117
*
patch 8.2.3924: Vim9: no error if something follows :enddef
v8.2.3924
Bram Moolenaar
2021-12-28
1
-3
/
+12
*
patch 8.2.3923: Vim9: double free with split argument list in nested function
v8.2.3923
Bram Moolenaar
2021-12-28
1
-1
/
+19
*
patch 8.2.3920: restoring directory after using another window is inefficient
v8.2.3920
Bram Moolenaar
2021-12-28
1
-0
/
+20
*
patch 8.2.3919: Vim9: wrong argument for append() results in two errors
v8.2.3919
Bram Moolenaar
2021-12-28
1
-1
/
+12
*
patch 8.2.3918: function list test fails
v8.2.3918
Bram Moolenaar
2021-12-27
1
-6
/
+5
*
patch 8.2.3916: no error for passing an invalid line number to append()
v8.2.3916
Bram Moolenaar
2021-12-27
1
-0
/
+8
*
patch 8.2.3915: illegal memory access when completing with invalid bytes
v8.2.3915
Bram Moolenaar
2021-12-27
1
-0
/
+13
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
2
-2
/
+2
*
patch 8.2.3911: Vim9: type check for filter() does not accept unknown
v8.2.3911
Bram Moolenaar
2021-12-27
1
-0
/
+6
*
patch 8.2.3910: when compare function of sort() fails it does not abort
v8.2.3910
Bram Moolenaar
2021-12-27
1
-0
/
+11
*
patch 8.2.3909: Containerfile using prefix name not recognized
v8.2.3909
Bram Moolenaar
2021-12-27
1
-1
/
+1
*
patch 8.2.3908: cannot use a script-local function for 'foldtext'
v8.2.3908
Yegappan Lakshmanan
2021-12-26
5
-0
/
+48
*
patch 8.2.3907: error messages are spread out
v8.2.3907
Bram Moolenaar
2021-12-26
1
-1
/
+1
*
patch 8.2.3905: Dockerfile using prefix name not recognized
v8.2.3905
Bram Moolenaar
2021-12-26
1
-1
/
+1
*
patch 8.2.3904: Vim9: skip expression type is not checked at compile time
v8.2.3904
Bram Moolenaar
2021-12-26
1
-7
/
+41
*
patch 8.2.3903: "gM" does not count tabs as expected
v8.2.3903
Bram Moolenaar
2021-12-26
1
-0
/
+8
*
patch 8.2.3902: Vim9: double free with nested :def function
v8.2.3902
Bram Moolenaar
2021-12-26
1
-0
/
+20
*
patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script
v8.2.3901
Bram Moolenaar
2021-12-26
1
-1
/
+47
*
patch 8.2.3900: it is not easy to use a script-local function for an option
v8.2.3900
Yegappan Lakshmanan
2021-12-26
7
-0
/
+138
*
patch 8.2.3898: Vim9: not sufficient testing for variable initialization
v8.2.3898
Bram Moolenaar
2021-12-25
1
-0
/
+18
*
patch 8.2.3897: Vim9: second argument of map() and filter() not checked
v8.2.3897
Bram Moolenaar
2021-12-25
3
-7
/
+24
*
patch 8.2.3896: Vim9: no test for nested function not available later
v8.2.3896
Bram Moolenaar
2021-12-25
1
-0
/
+15
*
patch 8.2.3895: Vim9: confusing error when using function() with a number
v8.2.3895
Bram Moolenaar
2021-12-25
1
-0
/
+2
*
patch 8.2.3894: Vim9: no proper type check for first argument of call()
v8.2.3894
Bram Moolenaar
2021-12-25
1
-0
/
+3
*
patch 8.2.3893: Vim9: many local variables are initialized with an instruction
v8.2.3893
Bram Moolenaar
2021-12-25
1
-11
/
+12
*
patch 8.2.3890: Vim9: type check for using v: variables is basic
v8.2.3890
Bram Moolenaar
2021-12-24
1
-1
/
+14
*
patch 8.2.3889: duplicate code for translating script-local function name
v8.2.3889
Yegappan Lakshmanan
2021-12-24
2
-0
/
+27
*
patch 8.2.3888: the argument list may contain duplicates
v8.2.3888
Nir Lichtman
2021-12-24
1
-0
/
+29
*
patch 8.2.3887: E1135 is used for two different errors
v8.2.3887
Bram Moolenaar
2021-12-24
1
-1
/
+1
*
patch 8.2.3886: can define autocmd for every event by using "au!"
v8.2.3886
Bram Moolenaar
2021-12-24
2
-1
/
+2
*
patch 8.2.3885: arglist test fails
v8.2.3885
Bram Moolenaar
2021-12-24
1
-10
/
+6
[next]