I'll try to approach this from the slightly different angle: I think that default vim config has gone backwards. What has been removed is:
* runtime! debian.vim - this one sets up useful behaviour
* if filereadable("/etc/vim/vimrc.local") source /etc/vim/vimrc.local endif This is very useful for avoiding upgrade conflicts.
Please consider putting those two back
I'll try to approach this from the slightly different angle:
I think that default vim config has gone backwards. What has been removed is:
* runtime! debian.vim - this one sets up useful behaviour
* if filereadable( "/etc/vim/ vimrc.local" ) vimrc.local
source /etc/vim/
endif
This is very useful for avoiding upgrade conflicts.
Please consider putting those two back