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.4260: Vim9: can still use a global function without g:
v8.2.4260
Bram Moolenaar
2022-01-30
16
-54
/
+102
*
patch 8.2.4259: number of test functions for GUI events is growing
v8.2.4259
Yegappan Lakshmanan
2022-01-30
9
-261
/
+367
*
patch 8.2.4258: Coverity warns for array overrun
v8.2.4258
Bram Moolenaar
2022-01-30
2
-2
/
+4
*
Update runtime files
Bram Moolenaar
2022-01-29
28
-251
/
+1156
*
patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent
v8.2.4257
Bram Moolenaar
2022-01-29
34
-3199
/
+3235
*
patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4
v8.2.4256
K.Takata
2022-01-29
3
-7
/
+10
*
patch 8.2.4255: theoretical computation overflow
v8.2.4255
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29
11
-23
/
+28
*
patch 8.2.4254: using short instead of int
v8.2.4254
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29
2
-7
/
+9
*
patch 8.2.4253: using freed memory when substitute with function call
v8.2.4253
Bram Moolenaar
2022-01-29
3
-4
/
+34
*
patch 8.2.4252: generating the normal command table at runtime is inefficient
v8.2.4252
Yegappan Lakshmanan
2022-01-29
14
-64
/
+399
*
patch 8.2.4251: vala files are not recognized
v8.2.4251
Bram Moolenaar
2022-01-29
3
-0
/
+6
*
patch 8.2.4250: channel out callback test is flaky on Mac
v8.2.4250
ichizok
2022-01-29
3
-0
/
+100
*
patch 8.2.4249: the timeout limit for spell suggestions is always 5000
v8.2.4249
Bram Moolenaar
2022-01-29
4
-5
/
+34
*
patch 8.2.4248: no proper test for moving the window separator
v8.2.4248
zeertzjq
2022-01-29
3
-1
/
+24
*
patch 8.2.4247: stack corruption when looking for spell suggestions
v8.2.4247
Bram Moolenaar
2022-01-29
3
-2
/
+25
*
patch 8.2.4246: one error message not in errors.h
v8.2.4246
Bram Moolenaar
2022-01-28
3
-4
/
+8
*
patch 8.2.4245: ":retab 0" may cause illegal memory access
v8.2.4245
Bram Moolenaar
2022-01-28
5
-9
/
+17
*
patch 8.2.4244: MS-Windows: warning from MSVC on debug build
v8.2.4244
K.Takata
2022-01-28
2
-20
/
+27
*
patch 8.2.4243: Lua tests fail with Lua 5.4.4
v8.2.4243
=?UTF-8?q?Jakub=20Kul=C3=ADk?=
2022-01-28
2
-10
/
+10
*
patch 8.2.4242: put in Visual mode cannot be repeated
v8.2.4242
Shougo Matsushita
2022-01-28
5
-10
/
+43
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
32
-93
/
+92
*
patch 8.2.4240: error for using flatten() in Vim9 script is unclear
v8.2.4240
Bram Moolenaar
2022-01-28
2
-1
/
+3
*
patch 8.2.4239: build fails with unusual configuration
v8.2.4239
Bram Moolenaar
2022-01-28
2
-2
/
+4
*
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"
v8.2.4238
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
4
-3
/
+41
*
patch 8.2.4237: record buffer wrong if character in Select mode was not typed
v8.2.4237
zeertzjq
2022-01-28
3
-3
/
+17
*
patch 8.2.4236: accessing freed memory
v8.2.4236
Bram Moolenaar
2022-01-27
2
-0
/
+3
*
patch 8.2.4235: invalid check for NULL pointer
v8.2.4235
Bram Moolenaar
2022-01-27
2
-1
/
+3
*
patch 8.2.4234: test_garbagecollect_now() does not check v:testing
v8.2.4234
Bram Moolenaar
2022-01-27
4
-2
/
+14
*
patch 8.2.4233: crash when recording and using Select mode
v8.2.4233
Bram Moolenaar
2022-01-27
3
-1
/
+15
*
patch 8.2.4232: some compilers don't like a goto label without statement
v8.2.4232
Bram Moolenaar
2022-01-27
2
-3
/
+3
*
patch 8.2.4231: Vim9: map() gives type error when type was not declared
v8.2.4231
Bram Moolenaar
2022-01-27
6
-20
/
+35
*
patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work
v8.2.4230
K.Takata
2022-01-27
2
-4
/
+7
*
patch 8.2.4229: possible crash when invoking timer callback fails
v8.2.4229
Bram Moolenaar
2022-01-27
3
-0
/
+12
*
patch 8.2.4228: no tests for clicking in the GUI tabline
v8.2.4228
Yegappan Lakshmanan
2022-01-27
11
-3
/
+169
*
patch 8.2.4227: Vim9: using "lockvar!" in :def function does not work
v8.2.4227
Bram Moolenaar
2022-01-26
3
-4
/
+19
*
patch 8.2.4226: filter-map test fails
v8.2.4226
Bram Moolenaar
2022-01-26
2
-1
/
+3
*
patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function
v8.2.4225
Bram Moolenaar
2022-01-26
9
-18
/
+82
*
patch 8.2.4224: Vim9: no error when using a number for map() second argument
v8.2.4224
Bram Moolenaar
2022-01-26
4
-20
/
+50
*
patch 8.2.4223: long/int compiler warnings; function arguments swapped
v8.2.4223
K.Takata
2022-01-26
4
-3
/
+5
*
patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CI
v8.2.4222
K.Takata
2022-01-26
4
-10
/
+14
*
patch 8.2.4221: some functions in normal.c are very long
v8.2.4221
Yegappan Lakshmanan
2022-01-26
2
-602
/
+484
*
patch 8.2.4220: MS-Windows: some old compiler support remains
v8.2.4220
K.Takata
2022-01-26
3
-93
/
+44
*
patch 8.2.4219: reading before the start of the line
v8.2.4219
Bram Moolenaar
2022-01-25
3
-1
/
+10
*
patch 8.2.4218: illegal memory access with bracketed paste in Ex mode
v8.2.4218
Bram Moolenaar
2022-01-25
3
-1
/
+7
*
patch 8.2.4217: illegal memory access when undo makes Visual area invalid
v8.2.4217
Bram Moolenaar
2022-01-25
3
-0
/
+19
*
patch 8.2.4216: Vim9: cannot use a function from an autoload import directly
v8.2.4216
Bram Moolenaar
2022-01-25
8
-75
/
+196
*
patch 8.2.4215: illegal memory access when copying lines in Visual mode
v8.2.4215
Bram Moolenaar
2022-01-25
3
-0
/
+15
*
patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode
v8.2.4214
Bram Moolenaar
2022-01-25
3
-1
/
+13
*
patch 8.2.4213: too much code for supporting old MSVC versions
v8.2.4213
K.Takata
2022-01-25
7
-357
/
+14
*
patch 8.2.4212: window title test still fails in some configurations
v8.2.4212
Bram Moolenaar
2022-01-24
2
-0
/
+3
[next]