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.2392: fennel filetype not recognized
v8.2.2392
Bram Moolenaar
2021-01-22
4
-0
/
+11
*
patch 8.2.2391: memory leak when creating a global function with closure
v8.2.2391
Bram Moolenaar
2021-01-22
3
-32
/
+45
*
patch 8.2.2390: Vim9: using positive offset is unexpected
v8.2.2390
Bram Moolenaar
2021-01-22
4
-9
/
+9
*
patch 8.2.2389: test failure on a few systems
v8.2.2389
Bram Moolenaar
2021-01-21
4
-5
/
+9
*
patch 8.2.2388: no easy way to get the maximum or mininum number value
v8.2.2388
Bram Moolenaar
2021-01-21
5
-30
/
+47
*
patch 8.2.2387: runtime type check does not mention argument index
v8.2.2387
Bram Moolenaar
2021-01-21
7
-12
/
+41
*
patch 8.2.2386: Vim9: crash when using ":silent! put"
v8.2.2386
Bram Moolenaar
2021-01-21
3
-0
/
+37
*
patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold
v8.2.2385
Bram Moolenaar
2021-01-21
3
-20
/
+48
*
patch 8.2.2384: turtle filetype not recognized
v8.2.2384
Bram Moolenaar
2021-01-21
3
-2
/
+26
*
patch 8.2.2383: focus escape sequences are not named
v8.2.2383
Bram Moolenaar
2021-01-21
2
-0
/
+4
*
patch 8.2.2382: build failure
v8.2.2382
Bram Moolenaar
2021-01-21
2
-4
/
+8
*
patch 8.2.2381: Vim9: divide by zero does not abort expression execution
v8.2.2381
Bram Moolenaar
2021-01-21
7
-16
/
+77
*
patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer
v8.2.2380
Bram Moolenaar
2021-01-20
2
-0
/
+5
*
patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains number
v8.2.2379
Bram Moolenaar
2021-01-20
2
-2
/
+6
*
patch 8.2.2378: Vim9: no error message for dividing by zero
v8.2.2378
Bram Moolenaar
2021-01-20
5
-6
/
+20
*
patch 8.2.2377: Vim9: crash when using a range after another expression
v8.2.2377
Bram Moolenaar
2021-01-19
3
-16
/
+26
*
patch 8.2.2376: Vim9: crash when dividing by zero in compiled code
v8.2.2376
Bram Moolenaar
2021-01-19
3
-2
/
+8
*
patch 8.2.2375: test for RGB color skipped in the terminal
v8.2.2375
Bram Moolenaar
2021-01-19
2
-2
/
+5
*
Update runtime files.
Bram Moolenaar
2021-01-18
17
-116
/
+150
*
patch 8.2.2374: accessing uninitialized memory in test_undo
v8.2.2374
Bram Moolenaar
2021-01-17
2
-1
/
+3
*
patch 8.2.2373: Vim9: list assignment only accepts a number index
v8.2.2373
Bram Moolenaar
2021-01-17
3
-7
/
+15
*
patch 8.2.2372: confusing error message for wrong :let command
v8.2.2372
Bram Moolenaar
2021-01-17
2
-3
/
+6
*
patch 8.2.2371: Vim9: crash when using types in :for with unpack
v8.2.2371
Bram Moolenaar
2021-01-17
4
-4
/
+19
*
patch 8.2.2370: Vim9: command fails in catch block
v8.2.2370
Bram Moolenaar
2021-01-17
3
-0
/
+40
*
patch 8.2.2369: Vim9: functions return true/false but can't be used as bool
v8.2.2369
Bram Moolenaar
2021-01-17
4
-70
/
+97
*
patch 8.2.2368: insufficient tests for setting options
v8.2.2368
Bram Moolenaar
2021-01-17
2
-1
/
+20
*
patch 8.2.2367: test failures on some less often used systems
v8.2.2367
Bram Moolenaar
2021-01-17
5
-13
/
+15
*
patch 8.2.2366: when using ":sleep" the cursor is always displayed
v8.2.2366
Bram Moolenaar
2021-01-16
10
-10
/
+49
*
patch 8.2.2365: Vim9: no check for map() changing item type at script level
v8.2.2365
Bram Moolenaar
2021-01-16
4
-29
/
+80
*
patch 8.2.2364: Vim9: line break in lambda accesses freed memory
v8.2.2364
Bram Moolenaar
2021-01-16
3
-6
/
+30
*
patch 8.2.2363: curpos() does not accept a string argument as before
v8.2.2363
Bram Moolenaar
2021-01-16
3
-1
/
+7
*
patch 8.2.2362: Vim9: check of builtin function argument type is incomplete
v8.2.2362
Bram Moolenaar
2021-01-16
8
-44
/
+63
*
patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'
v8.2.2361
Bram Moolenaar
2021-01-16
2
-0
/
+7
*
patch 8.2.2360: test leaves file behind
v8.2.2360
Bram Moolenaar
2021-01-16
2
-1
/
+3
*
patch 8.2.2359: strange test failure with MS-Windows
v8.2.2359
Bram Moolenaar
2021-01-16
2
-0
/
+10
*
patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()
v8.2.2358
Bram Moolenaar
2021-01-16
2
-5
/
+7
*
patch 8.2.2357: Vim9: crash when parsing function return type fails
v8.2.2357
Bram Moolenaar
2021-01-15
3
-0
/
+19
*
patch 8.2.2356: Vim9: ":put =expr" does not handle a list properly
v8.2.2356
Bram Moolenaar
2021-01-15
5
-26
/
+47
*
patch 8.2.2355: stray test failure on Appveyor
v8.2.2355
Bram Moolenaar
2021-01-15
2
-3
/
+5
*
patch 8.2.2354: crash with a weird combination of autocommands
v8.2.2354
Bram Moolenaar
2021-01-15
5
-11
/
+46
*
patch 8.2.2353: spartql files are not detected
v8.2.2353
Bram Moolenaar
2021-01-15
3
-0
/
+6
*
patch 8.2.2352: if focus lost/gained is received twice code is not ignored
v8.2.2352
Bram Moolenaar
2021-01-14
2
-8
/
+16
*
patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"
v8.2.2351
Bram Moolenaar
2021-01-14
3
-0
/
+26
*
patch 8.2.2350: using "void" for no reason
v8.2.2350
Bram Moolenaar
2021-01-14
2
-2
/
+4
*
patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end
v8.2.2349
Bram Moolenaar
2021-01-14
3
-13
/
+25
*
patch 8.2.2348: no check for modified files after focus gained
v8.2.2348
Bram Moolenaar
2021-01-14
3
-14
/
+4
*
patch 8.2.2347: build failure without GUI
v8.2.2347
Bram Moolenaar
2021-01-14
2
-2
/
+6
*
patch 8.2.2346: Codecov reports every little coverage drop
v8.2.2346
Bram Moolenaar
2021-01-14
3
-0
/
+8
*
patch 8.2.2345: no focus events in a terminal
v8.2.2345
Bram Moolenaar
2021-01-14
5
-3
/
+111
*
patch 8.2.2344: using inclusive index for slice is not always desired
v8.2.2344
Bram Moolenaar
2021-01-13
11
-28
/
+106
[next]