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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4058: Vim9: import test failure in wrong line
v8.2.4058
Bram Moolenaar
2022-01-10
2
-1
/
+3
*
patch 8.2.4057: Vim9: not fully implementing the autoload mechanism
v8.2.4057
Bram Moolenaar
2022-01-10
4
-177
/
+248
*
patch 8.2.4056: Vim9: memory leak when exporting function in autoload script
v8.2.4056
Bram Moolenaar
2022-01-10
2
-0
/
+3
*
patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec
v8.2.4055
Bram Moolenaar
2022-01-10
3
-3
/
+26
*
patch 8.2.4054: Vim9 script test fails
v8.2.4054
Bram Moolenaar
2022-01-10
2
-0
/
+14
*
patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yet
v8.2.4053
Bram Moolenaar
2022-01-10
9
-52
/
+139
*
patch 8.2.4052: not easy to resize a window from a plugin
v8.2.4052
Daniel Steinberg
2022-01-10
7
-0
/
+189
*
patch 8.2.4051: compiler complains about possibly uninitialized variable
v8.2.4051
Bram Moolenaar
2022-01-10
2
-3
/
+7
*
patch 8.2.4050: Vim9: need to prefix every item in an autoload script
v8.2.4050
Bram Moolenaar
2022-01-09
15
-118
/
+403
*
patch 8.2.4049: Vim9: reading before the start of the line with "$"
v8.2.4049
Bram Moolenaar
2022-01-09
3
-1
/
+4
*
patch 8.2.4048: gcc complains about use of "%p" in printf
v8.2.4048
Dominique Pelle
2022-01-09
2
-6
/
+8
*
patch 8.2.4047: depending on the build features error messages are unused
v8.2.4047
Dominique Pelle
2022-01-09
2
-35
/
+341
*
Update runtime files
Bram Moolenaar
2022-01-08
38
-280
/
+341
*
patch 8.2.4046: some error messages not in the right place
v8.2.4046
Bram Moolenaar
2022-01-08
4
-4
/
+13
*
patch 8.2.4045: some global functions are only used in one file
v8.2.4045
Yegappan Lakshmanan
2022-01-08
11
-113
/
+111
*
patch 8.2.4044: Vim9: no error when importing the same script twice
v8.2.4044
Bram Moolenaar
2022-01-08
4
-31
/
+51
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
36
-67
/
+69
*
patch 8.2.4042: Vim9: build error
v8.2.4042
Bram Moolenaar
2022-01-08
2
-4
/
+7
*
patch 8.2.4041: using unitialized pointer
v8.2.4041
Bram Moolenaar
2022-01-08
2
-0
/
+6
*
patch 8.2.4040: keeping track of allocated lines is too complicated
v8.2.4040
Bram Moolenaar
2022-01-08
10
-47
/
+82
*
patch 8.2.4039: the xdiff library is linked in even when not used
v8.2.4039
Bram Moolenaar
2022-01-08
6
-2
/
+32
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
35
-74
/
+126
*
patch 8.2.4037: Insert mode completion is insufficiently tested
v8.2.4037
Yegappan Lakshmanan
2022-01-08
3
-6
/
+264
*
patch 8.2.4036: Vim9: script test file is getting too long
v8.2.4036
Bram Moolenaar
2022-01-07
4
-1059
/
+1074
*
patch 8.2.4035: timer triggered at the debug prompt may cause trouble
v8.2.4035
Bram Moolenaar
2022-01-07
2
-2
/
+5
*
patch 8.2.4034: Coverity warns for possibly using a NULL pointer
v8.2.4034
Bram Moolenaar
2022-01-07
2
-1
/
+3
*
patch 8.2.4033: running filetype tests leaves directory behind
v8.2.4033
zeertzjq
2022-01-07
2
-1
/
+3
*
patch 8.2.4032: ATTRIBUTE_NORETURN is not needed
v8.2.4032
ichizok
2022-01-07
3
-6
/
+10
*
patch 8.2.4031: crash in xterm with only two lines
v8.2.4031
Bram Moolenaar
2022-01-07
3
-1
/
+14
*
patch 8.2.4030: a script local funcref is not found from a mapping
v8.2.4030
Bram Moolenaar
2022-01-07
5
-28
/
+59
*
patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong
v8.2.4029
Bram Moolenaar
2022-01-07
4
-45
/
+76
*
patch 8.2.4028: ml_get error with :doautoall and Visual area
v8.2.4028
Bram Moolenaar
2022-01-07
4
-2
/
+22
*
patch 8.2.4027: import test fails on MS-Windows
v8.2.4027
Bram Moolenaar
2022-01-07
2
-8
/
+10
*
patch 8.2.4026: ml_get error with specific win_execute() command
v8.2.4026
Bram Moolenaar
2022-01-07
3
-0
/
+23
*
patch 8.2.4025: error for import not ending in .vim does not work for .vimrc
v8.2.4025
Bram Moolenaar
2022-01-07
4
-7
/
+42
*
patch 8.2.4024: confusing error message if imported name is used directly
v8.2.4024
Bram Moolenaar
2022-01-07
6
-9
/
+39
*
patch 8.2.4023: using uninitialized variable
v8.2.4023
Bram Moolenaar
2022-01-06
2
-1
/
+3
*
patch 8.2.4022: two error messages in the wrong file
v8.2.4022
Bram Moolenaar
2022-01-06
3
-4
/
+6
*
patch 8.2.4021: missing part of the :import changes
v8.2.4021
Bram Moolenaar
2022-01-06
2
-10
/
+12
*
patch 8.2.4020: debugger test fails
v8.2.4020
Bram Moolenaar
2022-01-06
2
-2
/
+4
*
patch 8.2.4019: Vim9: import mechanism is too complicated
v8.2.4019
Bram Moolenaar
2022-01-06
16
-667
/
+472
*
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection
v8.2.4018
Bram Moolenaar
2022-01-06
10
-88
/
+109
*
patch 8.2.4017: gcc warns for misleading indent in Athena menu code
v8.2.4017
Dominique Pelle
2022-01-06
2
-0
/
+4
*
patch 8.2.4016: Vim9: incorrect error for argument that is shadowing var
v8.2.4016
Bram Moolenaar
2022-01-06
3
-4
/
+19
*
patch 8.2.4015: build failure with tiny features
v8.2.4015
Bram Moolenaar
2022-01-06
2
-0
/
+4
*
patch 8.2.4014: git and gitcommit file types not properly recognized
v8.2.4014
Bram Moolenaar
2022-01-05
4
-8
/
+58
*
patch 8.2.4013: build failure without the spell feature
v8.2.4013
Bram Moolenaar
2022-01-05
2
-0
/
+4
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
34
-156
/
+357
*
patch 8.2.4011: test fails because of changed error number
v8.2.4011
Bram Moolenaar
2022-01-05
3
-4
/
+7
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
31
-87
/
+200
[next]