mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.779
Problem: Using CTRL-A in a line without a number moves the cursor. May
cause a crash when at the start of the line. (Urtica Dioica)
Solution: Do not move the cursor if no number was changed.
3ec3261980
This commit is contained in:
@@ -355,7 +355,7 @@ static int included_patches[] = {
|
||||
// 782,
|
||||
781,
|
||||
// 780 NA
|
||||
// 779,
|
||||
779,
|
||||
778,
|
||||
// 777 NA
|
||||
776,
|
||||
|
Reference in New Issue
Block a user