In vim when you visual select a word(by `viw` or `ve`), then press Esc, cursor sits at end of the word. In gVim when you visual select a word(by `viw` or `ve`), then press Esc, cursor sits at a char next to the end of the word.
I found this problem when trying to fix a bug of a plugin named vim-multiple-cursors. https://github.com/terryma/vim-multiple-cursors/issues/124 Anyone knows how to eliminate the difference? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
