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 9.0.0261: bufload() reads a file even if the name is not a file name
v9.0.0261
Bram Moolenaar
2022-08-25
1
-0
/
+7
*
patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursively
v9.0.0260
Bram Moolenaar
2022-08-24
1
-0
/
+13
*
patch 9.0.0259: crash with mouse click when not initialized
v9.0.0259
Bram Moolenaar
2022-08-24
1
-0
/
+14
*
patch 9.0.0257: "->" in ":scriptnames" output not tested yet
v9.0.0257
Bram Moolenaar
2022-08-24
1
-0
/
+5
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-0
/
+45
*
patch 9.0.0252: cursor in wrong place after virtual text
v9.0.0252
Bram Moolenaar
2022-08-24
3
-0
/
+46
*
patch 9.0.0249: no test for what 9.0.0234 fixes
v9.0.0249
Bram Moolenaar
2022-08-23
1
-0
/
+7
*
patch 9.0.0247: cannot add padding to virtual text without highlight
v9.0.0247
Bram Moolenaar
2022-08-23
6
-5
/
+79
*
patch 9.0.0246: using freed memory when 'tagfunc' deletes the buffer
v9.0.0246
Bram Moolenaar
2022-08-22
1
-0
/
+12
*
patch 9.0.0244: cannot easily get the list of sourced scripts
v9.0.0244
Yegappan Lakshmanan
2022-08-22
2
-1
/
+13
*
patch 9.0.0240: crash when using ":mkspell" with an empty .dic file
v9.0.0240
Bram Moolenaar
2022-08-21
1
-0
/
+12
*
patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off
v9.0.0238
Bram Moolenaar
2022-08-21
1
-0
/
+18
*
patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible
v9.0.0236
zeertzjq
2022-08-21
1
-0
/
+10
*
patch 9.0.0233: removing multiple text properties takes many calls
v9.0.0233
Ben Jackson
2022-08-20
1
-7
/
+38
*
patch 9.0.0232: test with BufNewFile autocmd is flaky
v9.0.0232
Bram Moolenaar
2022-08-20
1
-4
/
+4
*
patch 9.0.0230: no error for comma missing in list in :def function
v9.0.0230
Bram Moolenaar
2022-08-20
5
-15
/
+16
*
patch 9.0.0229: Vim9: error message for missing type is not clear
v9.0.0229
Bram Moolenaar
2022-08-20
2
-4
/
+4
*
patch 9.0.0228: crash when pattern looks below the last line
v9.0.0228
Bram Moolenaar
2022-08-19
1
-0
/
+12
*
patch 9.0.0226: job_start() test may fail under valgrind
v9.0.0226
Bram Moolenaar
2022-08-18
1
-0
/
+1
*
patch 9.0.0225: using freed memory with multiple line breaks in expression
v9.0.0225
Bram Moolenaar
2022-08-18
1
-0
/
+13
*
patch 9.0.0224: Using NULL pointer when skipping compiled code
v9.0.0224
Bram Moolenaar
2022-08-17
1
-0
/
+13
*
patch 9.0.0223: typo in diffmode test
v9.0.0223
zeertzjq
2022-08-17
1
-1
/
+1
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-1
/
+0
*
patch 9.0.0221: accessing freed memory if compiling nested function fails
v9.0.0221
Bram Moolenaar
2022-08-16
1
-0
/
+12
*
patch 9.0.0220: invalid memory access with for loop over NULL string
v9.0.0220
Bram Moolenaar
2022-08-16
1
-0
/
+12
*
patch 9.0.0219: cannot make a funcref with "s:func" in a def function
v9.0.0219
Kota Kato
2022-08-16
1
-0
/
+39
*
patch 9.0.0218: reading before the start of the line
v9.0.0218
Bram Moolenaar
2022-08-16
1
-0
/
+8
*
patch 9.0.0217: 'shellslash' works differently when sourcing a script again
v9.0.0217
zeertzjq
2022-08-15
1
-1
/
+26
*
patch 9.0.0216: undo earlier test sometimes fails on MS-Windows
v9.0.0216
Bram Moolenaar
2022-08-15
1
-3
/
+3
*
patch 9.0.0214: splitting a line may duplicate virtual text
v9.0.0214
Bram Moolenaar
2022-08-15
9
-11
/
+46
*
patch 9.0.0213: using freed memory with error in assert argument
v9.0.0213
Bram Moolenaar
2022-08-14
1
-0
/
+4
*
patch 9.0.0212: invalid memory access when compiling :unlet
v9.0.0212
Bram Moolenaar
2022-08-14
1
-2
/
+9
*
patch 9.0.0211: invalid memory access when compiling :lockvar
v9.0.0211
Bram Moolenaar
2022-08-14
1
-0
/
+9
*
patch 9.0.0210: 'list' mode does not work properly with virtual text
v9.0.0210
Bram Moolenaar
2022-08-14
4
-0
/
+54
*
patch 9.0.0208: the override flag has no effect for virtual text
v9.0.0208
Bram Moolenaar
2022-08-14
3
-0
/
+36
*
patch 9.0.0207: stacktrace not shown when debugging
v9.0.0207
zeertzjq
2022-08-14
1
-1
/
+6
*
patch 9.0.0205: cursor in wrong position when inserting after virtual text
v9.0.0205
Bram Moolenaar
2022-08-14
6
-0
/
+71
*
patch 9.0.0204: indexof() may leak memory
v9.0.0204
Yegappan Lakshmanan
2022-08-14
3
-2
/
+35
*
patch 9.0.0202: code and help for indexof() is not ideal
v9.0.0202
Yegappan Lakshmanan
2022-08-13
1
-2
/
+9
*
patch 9.0.0201: CursorLine highlight overrules virtual text highlight
v9.0.0201
Bram Moolenaar
2022-08-13
3
-5
/
+6
*
patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props
v9.0.0200
Bram Moolenaar
2022-08-13
4
-5
/
+27
*
patch 9.0.0199: cursor position wrong with two right-aligned virtual texts
v9.0.0199
Bram Moolenaar
2022-08-13
3
-0
/
+39
*
patch 9.0.0198: ml_get error when switching buffer in Visual mode
v9.0.0198
Bram Moolenaar
2022-08-13
1
-0
/
+20
*
patch 9.0.0197: astro files are not detected
v9.0.0197
Emilia Zapata
2022-08-13
1
-0
/
+1
*
patch 9.0.0196: finding value in list may require a for loop
v9.0.0196
Yegappan Lakshmanan
2022-08-13
3
-0
/
+78
*
patch 9.0.0195: metafun files are not recogized
v9.0.0195
Bram Moolenaar
2022-08-12
1
-1
/
+1
*
patch 9.0.0194: cursor displayed in wrong position after removing text prop
v9.0.0194
Bram Moolenaar
2022-08-12
3
-0
/
+55
*
patch 9.0.0193: search and match highlgith interfere with virtual text
v9.0.0193
Bram Moolenaar
2022-08-11
7
-0
/
+72
*
patch 9.0.0191: messages test fails; window size incorrect
v9.0.0191
Bram Moolenaar
2022-08-11
3
-1
/
+18
*
patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent
v9.0.0190
Bram Moolenaar
2022-08-11
5
-0
/
+61
[next]