mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
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:
@@ -253,7 +253,7 @@ static int included_patches[] = {
|
||||
//495 NA
|
||||
494,
|
||||
493,
|
||||
//492,
|
||||
492,
|
||||
491,
|
||||
490,
|
||||
489,
|
||||
|
Reference in New Issue
Block a user