Tuomas
>
> I have exactly the same Vim setup (meaning, the configuration files are the
> same, etc) on Windows Vista and Ubuntu 9.04. However, I have this Python
> editing problem only on Windows... :-/
Your Ubuntu is based on Debian, and they customize vim a bit for their
purposes. The "system vimrc" /usr/share/vim/vimrc has the line
runtime! debian.vim
which finds
/usr/share/vim/vim72/debian.vim
which has
set backspace=indent,eol,start " more powerful backspacing
I don't usually have anything to do with this stuff, because I build
my own vim in /usr/local/bin.
Regards, John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---