vim-patch:7.4.492

Problem:    In Insert mode, after inserting a newline that inserts a comment
	    leader, CTRL-O moves to the right. (ZyX) Issue 57.
Solution:   Correct the condition for moving the cursor back to the NUL.
	    (Christian Brabandt)

  https://code.google.com/p/vim/source/detail?r=v7-4-492
This commit is contained in:
Pavel Platto
2015-01-19 22:34:23 +02:00
parent 617c00bd49
commit 1d5222985c
3 changed files with 17 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ static int included_patches[] = {
//495 NA
494,
493,
//492,
492,
491,
490,
489,