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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0645: CTRL-Y does not stop at line 1
v9.0.0645
Bram Moolenaar
2022-10-03
3
-2
/
+21
*
patch 9.0.0644: 'smoothscroll' is not copied to a new window on :split
v9.0.0644
Bram Moolenaar
2022-10-03
3
-1
/
+106
*
patch 9.0.0643: smoothscroll test fails
v9.0.0643
Bram Moolenaar
2022-10-02
2
-0
/
+4
*
patch 9.0.0642: breakindent test fails
v9.0.0642
Bram Moolenaar
2022-10-02
2
-1
/
+3
*
patch 9.0.0641: missing part of the new option code
v9.0.0641
Bram Moolenaar
2022-10-02
2
-0
/
+3
*
patch 9.0.0640: cannot scroll by screen line if a line wraps
v9.0.0640
Bram Moolenaar
2022-10-02
15
-29
/
+300
*
patch 9.0.0639: checking for popup in screen_char() is too late
v9.0.0639
Bram Moolenaar
2022-10-02
2
-31
/
+28
*
patch 9.0.0638: popup menu highlight wrong on top of preview popup
v9.0.0638
Bram Moolenaar
2022-10-02
7
-17
/
+114
*
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature
v9.0.0637
Bram Moolenaar
2022-10-02
6
-24
/
+39
*
patch 9.0.0636: underline color may not work in some terminals
v9.0.0636
Bram Moolenaar
2022-10-01
2
-2
/
+7
*
patch 9.0.0635: build error and compiler warnings
v9.0.0635
Bram Moolenaar
2022-10-01
3
-3
/
+5
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
21
-65
/
+142
*
patch 9.0.0633: FEAT_TITLE was removed but is still used
v9.0.0633
rbtnn
2022-10-01
2
-1
/
+3
*
patch 9.0.0632: calling a function from an "expr" option has overhead
v9.0.0632
Bram Moolenaar
2022-10-01
6
-9
/
+125
*
patch 9.0.0631: too many delete() calls in tests
v9.0.0631
Bram Moolenaar
2022-09-30
11
-183
/
+95
*
patch 9.0.0630: in Vim9 script a numbered function cannot be called
v9.0.0630
Bram Moolenaar
2022-09-30
3
-1
/
+23
*
patch 9.0.0629: get an error for using const only when executing
v9.0.0629
Bram Moolenaar
2022-09-30
3
-11
/
+136
*
patch 9.0.0628: Coverity warns for not checking return value
v9.0.0628
Bram Moolenaar
2022-09-30
2
-11
/
+8
*
patch 9.0.0627: "const" and "final" both make the type a constant
v9.0.0627
Bram Moolenaar
2022-09-30
6
-11
/
+36
*
patch 9.0.0626: too many delete() calls in tests
v9.0.0626
Bram Moolenaar
2022-09-29
11
-96
/
+52
*
patch 9.0.0625: too many delete() calls in tests
v9.0.0625
Bram Moolenaar
2022-09-29
10
-80
/
+47
*
patch 9.0.0624: leaking argument type array
v9.0.0624
Bram Moolenaar
2022-09-29
2
-7
/
+6
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
12
-70
/
+454
*
patch 9.0.0622: matchaddpos() can get slow when adding many matches
v9.0.0622
Bram Moolenaar
2022-09-29
4
-26
/
+25
*
patch 9.0.0621: filetype test leaves file behind
v9.0.0621
Dominique Pelle
2022-09-29
2
-1
/
+3
*
patch 9.0.0620: matchaddpos() can only add up to 8 matches
v9.0.0620
Bram Moolenaar
2022-09-29
6
-143
/
+184
*
patch 9.0.0619: too many delete() calls in tests
v9.0.0619
Bram Moolenaar
2022-09-28
6
-61
/
+33
*
patch 9.0.0618: calling function for reduce() has too much overhead
v9.0.0618
Bram Moolenaar
2022-09-28
10
-27
/
+94
*
patch 9.0.0617: calling function for reduce() has too much overhead
v9.0.0617
Bram Moolenaar
2022-09-28
3
-5
/
+14
*
patch 9.0.0616: spell test fails because error message changed
v9.0.0616
Bram Moolenaar
2022-09-28
2
-1
/
+3
*
patch 9.0.0615: using reduce() on a list from range() is a bit slow
v9.0.0615
Bram Moolenaar
2022-09-28
3
-12
/
+52
*
patch 9.0.0614: SpellFileMissing autocmd may delete buffer
v9.0.0614
Bram Moolenaar
2022-09-28
4
-1
/
+24
*
patch 9.0.0613: running source tests leaves file behind
v9.0.0613
Dominique Pelle
2022-09-28
2
-15
/
+10
*
patch 9.0.0612: blockedit test passes with wrong result
v9.0.0612
Bram Moolenaar
2022-09-27
2
-12
/
+15
*
patch 9.0.0611: tests delete files with a separate delete() call
v9.0.0611
Bram Moolenaar
2022-09-27
10
-135
/
+70
*
patch 9.0.0610: global interrupt test fails when run under valgrind
v9.0.0610
Bram Moolenaar
2022-09-27
2
-2
/
+5
*
patch 9.0.0609: blockedit test fails because of wrong indent
v9.0.0609
Bram Moolenaar
2022-09-27
2
-2
/
+6
*
Update runtime files
Bram Moolenaar
2022-09-27
1
-1
/
+0
*
patch 9.0.0608: with spelling, deleting a full stop does not update next line
v9.0.0608
Bram Moolenaar
2022-09-27
7
-7
/
+42
*
patch 9.0.0607: verbose echo message test fails on Mac OS
v9.0.0607
Bram Moolenaar
2022-09-27
3
-1
/
+12
*
patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'
v9.0.0606
Bram Moolenaar
2022-09-27
2
-1
/
+4
*
patch 9.0.0605: dump file missing
v9.0.0605
Luuk van Baal
2022-09-27
2
-0
/
+12
*
patch 9.0.0604: luacheckrc file is not recognized
v9.0.0604
ObserverOfTime
2022-09-27
2
-1
/
+3
*
patch 9.0.0603: with 'nosplitscroll' folds are not handled correctly
v9.0.0603
Luuk van Baal
2022-09-27
8
-109
/
+204
*
patch 9.0.0602: new TypeScript extensions are not recognized
v9.0.0602
rhysd
2022-09-27
2
-0
/
+3
*
patch 9.0.0601: too much indent
v9.0.0601
Yegappan Lakshmanan
2022-09-27
3
-226
/
+275
*
patch 9.0.0600: GYP files are not recognized
v9.0.0600
ObserverOfTime
2022-09-27
2
-0
/
+3
*
patch 9.0.0599: latexmkrc files are not recognized
v9.0.0599
ObserverOfTime
2022-09-27
2
-1
/
+3
*
patch 9.0.0598: using negative array index with negative width window
v9.0.0598
Bram Moolenaar
2022-09-26
3
-1
/
+28
*
patch 9.0.0597: cannot close a tab page with the middle mouse button
v9.0.0597
regomne
2022-09-26
3
-0
/
+22
[next]