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.0914: deletebufline() may move marks in the wrong window
v9.0.0914
zeertzjq
2022-11-20
3
-50
/
+91
*
patch 9.0.0913: only change in current window triggers the WinScrolled event
v9.0.0913
Bram Moolenaar
2022-11-19
7
-36
/
+128
*
patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xterm
v9.0.0912
Bram Moolenaar
2022-11-19
8
-13
/
+70
*
patch 9.0.0911: with 'smoothscroll' set mouse click position may be wrong
v9.0.0911
Yee Cheng Chin
2022-11-19
3
-4
/
+84
*
patch 9.0.0910: setting lines in another buffer may not work well
v9.0.0910
Bram Moolenaar
2022-11-19
2
-6
/
+26
*
patch 9.0.0909: error message for layout change does not match action
v9.0.0909
Bram Moolenaar
2022-11-19
5
-11
/
+23
*
patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position
v9.0.0908
Yee Cheng Chin
2022-11-19
15
-16
/
+92
*
patch 9.0.0907: restoring window after WinScrolled may fail
v9.0.0907
Bram Moolenaar
2022-11-19
5
-8
/
+71
*
patch 9.0.0906: mouse scroll code is not optimal
v9.0.0906
Christopher Plewright
2022-11-19
2
-83
/
+113
*
patch 9.0.0905: virtual text after the line wraps when 'wrap' is off
v9.0.0905
Bram Moolenaar
2022-11-18
4
-1
/
+47
*
patch 9.0.0904: various comment and indent flaws
v9.0.0904
Bram Moolenaar
2022-11-18
14
-42
/
+61
*
Update runtime files
Bram Moolenaar
2022-11-18
24
-102
/
+324
*
patch 9.0.0903: key code checker doesn't check modifyOtherKeys resource
v9.0.0903
Bram Moolenaar
2022-11-18
3
-22
/
+64
*
patch 9.0.0902: some mouse scroll code is not in a good place
v9.0.0902
Christopher Plewright
2022-11-18
3
-193
/
+198
*
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
[next]