forked from aniani/vim
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)
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
startstart
|
|
start of test file Xxx
|
|
vim: set noai :
|
|
this is a test
|
|
this is a test
|
|
this is a test
|
|
this is a test
|
|
this should be auto-indented
|
|
end of test file Xxx
|
|
start of test file Xxx
|
|
vim: set noai :
|
|
this is a test
|
|
this is a test
|
|
this is a test
|
|
this is a test
|
|
this should be in column 1
|
|
end of test file Xxx
|
|
# abc
|
|
def
|
|
def
|