Created
May 5, 2010 21:09
-
-
Save anveo/391434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If I am in insert mode, and I put the cursor on the word 'test', and do the following command, I get an inconsistent cursor placement: | |
The command(while in insert mode): | |
------------ | |
<C-o>b<C-o>E | |
The text: | |
----------- | |
test | |
function(test) | |
The result: | |
------------ | |
'|' denotes where cursor gets put back in insert mode after the 'E': | |
tes|t | |
function(test|) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment