Problem: *i_CTRL-\_CTRL-O* moves the cursor, while the vim help says: CTRL-O execute one command, return to Insert mode *i_CTRL-O* CTRL-\ CTRL-O like CTRL-O but don't move the cursor *i_CTRL- \_CTRL-O*
To reproduce: (1) gvim -u NONE -U NONE --noplugin (2) :set autoindent (3) i<Tab>xxx (4) <Enter> (5) <C-\><C-O> Now the cursor moves to the first column, instead of staying where it was. Do I miss something? Sean --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
