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.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
*
patch 9.0.0851: terminal mouse test is still flaky
v9.0.0851
Bram Moolenaar
2022-11-10
2
-1
/
+3
*
patch 9.0.0850: MS-Windows Terminal has unstable color control
v9.0.0850
Christopher Plewright
2022-11-09
3
-80
/
+114
*
patch 9.0.0849: terminal mouse test is a bit flaky
v9.0.0849
James McCoy
2022-11-09
2
-17
/
+24
*
Update runtime files
Bram Moolenaar
2022-11-09
45
-130
/
+235
*
patch 9.0.0848: help item for --log argument is not aligned nicely
v9.0.0848
K.Takata
2022-11-09
2
-1
/
+3
*
patch 9.0.0847: CI: not totally clear what MS-Windows version is used
v9.0.0847
K.Takata
2022-11-09
2
-2
/
+7
*
patch 9.0.0846: using assert_fails() may cause hit-enter prompt
v9.0.0846
Bram Moolenaar
2022-11-09
3
-3
/
+11
*
patch 9.0.0845: shell command with just space gives strange error
v9.0.0845
shane.xb.qian
2022-11-08
3
-3
/
+54
*
patch 9.0.0844: handling 'statusline' errors is spread out
v9.0.0844
Luuk van Baal
2022-11-07
7
-91
/
+43
*
patch 9.0.0843: VHS tape files are not recognized
v9.0.0843
Carlos A Becker
2022-11-07
3
-0
/
+8
*
patch 9.0.0842: Unicode range for Apple SF symbols is outdated
v9.0.0842
Yee Cheng Chin
2022-11-07
2
-6
/
+23
*
patch 9.0.0841: deletebufline() does not always return 1 on failure
v9.0.0841
zeertzjq
2022-11-06
3
-24
/
+40
*
patch 9.0.0840: cannot change a slice of a const list
v9.0.0840
Bram Moolenaar
2022-11-06
3
-0
/
+26
*
patch 9.0.0839: test may fail depending on sequence of events
v9.0.0839
Yee Cheng Chin
2022-11-06
2
-1
/
+4
*
patch 9.0.0838: compiler warnings for unused variables
v9.0.0838
Bram Moolenaar
2022-11-06
4
-8
/
+7
*
patch 9.0.0837: append() reports failure when not appending anything
v9.0.0837
Bram Moolenaar
2022-11-05
6
-22
/
+37
*
patch 9.0.0836: wrong error when using extend() with funcref
v9.0.0836
zeertzjq
2022-11-05
5
-13
/
+29
*
patch 9.0.0835: the window title is not redrawn when 'endoffile' changes
v9.0.0835
K.Takata
2022-11-05
2
-12
/
+8
*
patch 9.0.0834: warning for missing return type
v9.0.0834
Sam James
2022-11-05
3
-2
/
+4
*
patch 9.0.0833: Mac: no +sound feature in huge build
v9.0.0833
Yee Cheng Chin
2022-11-05
2
-1
/
+3
*
patch 9.0.0832: deprecation warning causes build failure
v9.0.0832
Philip H
2022-11-05
2
-0
/
+7
*
patch 9.0.0831: compiler warning for redefining HAVE_DUP
v9.0.0831
ichizok
2022-11-04
2
-0
/
+5
*
patch 9.0.0830: compiling with Perl on Mac 12 fails
v9.0.0830
Philip H
2022-11-04
2
-0
/
+7
*
patch 9.0.0829: wrong counts in macro comment
v9.0.0829
zeertzjq
2022-11-04
2
-2
/
+4
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
56
-84
/
+86
*
patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm"
v9.0.0827
Bram Moolenaar
2022-11-01
2
-2
/
+4
*
patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong place
v9.0.0826
K.Takata
2022-11-01
6
-19
/
+136
*
patch 9.0.0825: cannot drag an entry in the tabpage line
v9.0.0825
zeertzjq
2022-11-01
5
-30
/
+49
*
patch 9.0.0824: crash when using win_move_separator() in other tab page
v9.0.0824
zeertzjq
2022-11-01
4
-4
/
+27
*
patch 9.0.0823: mouse drag test fails
v9.0.0823
Bram Moolenaar
2022-10-31
3
-3
/
+13
*
patch 9.0.0822: crash when dragging the statusline with a mapping
v9.0.0822
Bram Moolenaar
2022-10-31
5
-10
/
+44
*
patch 9.0.0820: memory leak with empty shell command
v9.0.0821
Bram Moolenaar
2022-10-31
4
-0
/
+19
*
patch 9.0.0820: memory leak with empty shell command
v9.0.0820
Bram Moolenaar
2022-10-29
2
-1
/
+8
*
patch 9.0.0819
v9.0.0819
Bram Moolenaar
2022-10-29
6
-8
/
+20
*
Update runtime files
Bram Moolenaar
2022-10-28
24
-305
/
+476
*
Add missing entry for the 'endoffile' option.
Bram Moolenaar
2022-10-28
1
-0
/
+1
[prev]
[next]