Tuesday, August 13, 2013

Re: Updating to 7.4 broke backspace

On Tuesday, August 13, 2013 11:35:32 AM UTC-5, Charlie Andrews wrote:
>
> All my command mode stuff was working fine and yes, setting 'backspace'
>
> worked.

Good, I'm glad it's resolved.

> I'm still curious as to why my backspace was working before. I
>
> just checked and I have no other '.vimrc' file besides the one in my
>
> home directory. Is there somewhere else settings are kept? Just curious,
>
> at this point 7.4 is working with the 'set backspace=2'.
>

:version output tells where various vimrc and gvimrc files are checked. In particular on Windows, these files are checked outside of your $HOME directory (in addition to those in your $HOME and $HOME\vimfiles directories):

$VIM\vimrc
$VIM\_vimrc
$VIM\_exrc
$VIM\_exrc
$VIM\gvimrc
$VIM\_gvimrc

If you still have an old copy of Vim around that worked for you by default, check the output in that Vim of:

:verbose set backspace?

This should tell you not only what value it is set to, but also what script set it that way.

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: