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:
watiko
2016-01-14 19:53:14 +09:00
parent b3dbc9d90b
commit d050d6390d
2 changed files with 7 additions and 2 deletions

View File

@@ -355,7 +355,7 @@ static int included_patches[] = {
// 782,
781,
// 780 NA
// 779,
779,
778,
// 777 NA
776,