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 9.0.0901: setting w_leftcol and handling side effects is confusing
v9.0.0901
Bram Moolenaar
2022-11-18
5
-40
/
+29
*
patch 9.0.0900: cursor moves too far with 'smoothscroll'
v9.0.0900
Yee Cheng Chin
2022-11-18
7
-26
/
+101
*
patch 9.0.0899: the builtin terminals are in one long list
v9.0.0899
Bram Moolenaar
2022-11-17
3
-456
/
+534
*
patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down
v9.0.0898
Bram Moolenaar
2022-11-17
4
-0
/
+37
*
patch 9.0.0897: Clinical Quality Language files are not recognized
v9.0.0897
mgramigna
2022-11-17
3
-0
/
+9
*
patch 9.0.0896: test for home key fails when 'term' is "tmux"
v9.0.0896
Bram Moolenaar
2022-11-17
2
-9
/
+13
*
patch 9.0.0895: file renamed twice in test, missing feature check
v9.0.0895
zeertzjq
2022-11-17
2
-1
/
+3
*
patch 9.0.0894: virtual text property highlight ignores window background
v9.0.0894
Bram Moolenaar
2022-11-17
4
-2
/
+58
*
patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is set
v9.0.0893
Yee Cheng Chin
2022-11-17
4
-6
/
+76
*
patch 9.0.0892: may redraw when not needed
v9.0.0892
Bram Moolenaar
2022-11-17
5
-19
/
+29
*
patch 9.0.0891: virtual text below after match has wrong highlight
v9.0.0891
Bram Moolenaar
2022-11-16
4
-25
/
+71
*
patch 9.0.0890: no test for what patch 9.0.0827 fixes
v9.0.0890
Bram Moolenaar
2022-11-16
4
-2
/
+41
*
patch 9.0.0889: keycode check script has a few flaws
v9.0.0889
Bram Moolenaar
2022-11-16
3
-60
/
+210
*
patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboard
v9.0.0888
Aedin Louis Xavier
2022-11-16
2
-7
/
+18
*
patch 9.0.0887: cannot easily try out what codes various keys produce
v9.0.0887
Bram Moolenaar
2022-11-15
4
-0
/
+291
*
patch 9.0.0886: horizontal mouse scroll only works in the GUI
v9.0.0886
Christopher Plewright
2022-11-15
10
-247
/
+234
*
patch 9.0.0885: informational message has an error message number
v9.0.0885
Bram Moolenaar
2022-11-15
2
-4
/
+4
*
patch 9.0.0884: mouse shape remains in op-pending mode after failed change
v9.0.0884
zeertzjq
2022-11-15
3
-4
/
+43
*
patch 9.0.0883: a silent mapping may cause dots on the command line
v9.0.0883
Bram Moolenaar
2022-11-14
3
-2
/
+12
*
patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe
v9.0.0882
Bram Moolenaar
2022-11-14
3
-2
/
+17
*
patch 9.0.0881: cannot get the currently showing mouse shape
v9.0.0881
Bram Moolenaar
2022-11-14
7
-11
/
+51
*
patch 9.0.0880: preprocessor indenting is off
v9.0.0880
K.Takata
2022-11-14
7
-33
/
+35
*
patch 9.0.0879: unnecessary nesting in makefile
v9.0.0879
K.Takata
2022-11-14
2
-3
/
+3
*
patch 9.0.0878: Coverity warns for dead code
v9.0.0878
Bram Moolenaar
2022-11-14
2
-4
/
+3
*
patch 9.0.0877: using freed memory with :comclear while listing commands
v9.0.0877
Bram Moolenaar
2022-11-13
4
-1
/
+72
*
patch 9.0.0876: code is indented more than needed
v9.0.0876
Yegappan Lakshmanan
2022-11-13
2
-79
/
+91
*
patch 9.0.0875: using freed memory when executing delfunc at more prompt
v9.0.0875
Bram Moolenaar
2022-11-13
3
-28
/
+89
*
patch 9.0.0874: using freed memory when executing unmenu at more prompt
v9.0.0874
Bram Moolenaar
2022-11-13
4
-3
/
+63
*
patch 9.0.0873: using freed memory when executing mapclear at more prompt
v9.0.0873
Bram Moolenaar
2022-11-13
4
-1
/
+63
*
patch 9.0.0872: code is indented more than needed
v9.0.0872
Yegappan Lakshmanan
2022-11-13
2
-111
/
+116
*
patch 9.0.0871: using freed memory when clearing augroup at more prompt
v9.0.0871
Bram Moolenaar
2022-11-13
3
-5
/
+41
*
patch 9.0.0870: get E967 when using text property in quickfix window
v9.0.0870
Bram Moolenaar
2022-11-13
3
-4
/
+35
*
patch 9.0.0869: bogus error when string used after :elseif
v9.0.0869
Bram Moolenaar
2022-11-12
3
-1
/
+14
*
patch 9.0.0868: MS-Windows: after Vim exits console resizing problem
v9.0.0868
Christopher Plewright
2022-11-12
3
-20
/
+38
*
patch 9.0.0867: wildmenu redrawing code is spread out
v9.0.0867
Bram Moolenaar
2022-11-12
5
-276
/
+275
*
patch 9.0.0866: no test for what patch 8.2.2207 fixes
v9.0.0866
zeertzjq
2022-11-12
2
-2
/
+8
*
patch 9.0.0865: duplicate arguments are not always detected
v9.0.0865
Nir Lichtman
2022-11-12
3
-1
/
+33
*
patch 9.0.0864: crash when using "!!" without a previous shell command
v9.0.0864
Bram Moolenaar
2022-11-12
3
-2
/
+36
*
patch 9.0.0863: col() and charcol() only work for the current window
v9.0.0863
Yegappan Lakshmanan
2022-11-12
7
-15
/
+75
*
patch 9.0.0862: default value of 'endoffile' is wrong
v9.0.0862
Bram Moolenaar
2022-11-12
4
-2
/
+16
*
patch 9.0.0861: solution for "!!sort" in closed fold is not optimal
v9.0.0861
Bram Moolenaar
2022-11-11
5
-22
/
+115
*
patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4
v9.0.0860
Bram Moolenaar
2022-11-11
2
-0
/
+6
*
patch 9.0.0859: compiler warning for unused variable
v9.0.0859
Bram Moolenaar
2022-11-11
2
-1
/
+4
*
patch 9.0.0858: "!!sort" in a closed fold sorts too many lines
v9.0.0858
Bram Moolenaar
2022-11-11
3
-5
/
+58
*
patch 9.0.0857: selecting MSVC 2017 does not set $PLATFORM
v9.0.0857
K.Takata
2022-11-10
2
-1
/
+7
*
patch 9.0.0856: MS-Windows: executable not found when running test
v9.0.0856
Christopher Plewright
2022-11-10
2
-12
/
+28
*
patch 9.0.0855: comment not located above the code it refers to
v9.0.0855
zeertzjq
2022-11-10
2
-2
/
+4
*
patch 9.0.0854: no proper test for what 9.0.0846 fixes
v9.0.0854
zeertzjq
2022-11-10
2
-3
/
+19
*
patch 9.0.0853: terminal mouse test is still flaky on MacOS M1
v9.0.0853
Bram Moolenaar
2022-11-10
2
-8
/
+13
*
patch 9.0.0852: crypt test is skipped if xxd is not found
v9.0.0852
Bram Moolenaar
2022-11-10
2
-5
/
+16
[next]