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.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
*
patch 8.2.3884: crash when clearing the argument list while using it
v8.2.3884
Bram Moolenaar
2021-12-24
1
-0
/
+7
*
patch 8.2.3880: Solution filter files are not recognized
v8.2.3880
Bram Moolenaar
2021-12-24
1
-1
/
+1
*
patch 8.2.3878: Vim9: debugger tries to read more lines than there are
v8.2.3878
Bram Moolenaar
2021-12-23
1
-0
/
+40
*
patch 8.2.3877: function does not abort after a type error in compare
v8.2.3877
Bram Moolenaar
2021-12-22
1
-0
/
+30
*
patch 8.2.3876: 'cindent' does not recognize inline namespace
v8.2.3876
zeertzjq
2021-12-22
1
-0
/
+48
*
patch 8.2.3874: cannot highlight the number column for a sign
v8.2.3874
James McCoy
2021-12-22
1
-17
/
+24
*
patch 8.2.3873: go.mod files are not recognized
v8.2.3873
Bram Moolenaar
2021-12-22
1
-0
/
+1
*
patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific
v8.2.3872
Bram Moolenaar
2021-12-22
2
-1
/
+21
*
patch 8.2.3871: list.c contains code for dict and blob
v8.2.3871
Yegappan Lakshmanan
2021-12-22
3
-0
/
+43
*
patch 8.2.3869: Vim9: type checking for "any" is inconsistent
v8.2.3869
Bram Moolenaar
2021-12-22
1
-13
/
+3
*
patch 8.2.3868: Vim9: function test fails
v8.2.3868
Bram Moolenaar
2021-12-21
1
-10
/
+26
*
patch 8.2.3866: Vim9: type checking global variables is inconsistent
v8.2.3866
Bram Moolenaar
2021-12-21
1
-0
/
+33
*
patch 8.2.3862: crash on exit with EXITFREE and using win_execute()
v8.2.3862
Bram Moolenaar
2021-12-20
1
-0
/
+22
*
patch 8.2.3859: Vim9: some code lines not tested
v8.2.3859
Bram Moolenaar
2021-12-20
2
-1
/
+5
*
patch 8.2.3858: Vim9: not enough tests
v8.2.3858
Bram Moolenaar
2021-12-20
2
-3
/
+54
*
patch 8.2.3857: Vim9: inconsistent error for using function()
v8.2.3857
Bram Moolenaar
2021-12-20
1
-1
/
+59
*
patch 8.2.3856: Vim9: not enough tests
v8.2.3856
Bram Moolenaar
2021-12-19
2
-507
/
+594
*
patch 8.2.3855: illegal memory access when displaying a blob
v8.2.3855
Yegappan Lakshmanan
2021-12-19
2
-1
/
+8
[next]