On Oct 18, 6:48 am, Tuo Pe <[email protected]> wrote:
> In insert mode I am unable to delete the comma! I find that strange.
Check out your "backspace" option setting. You might try
:verbose set backspace
The default is vi-compatible, and it's not what you want;
:set backspace=indent,eol,start
is probably more like it. See
:h 'bs
Regards, John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---