Comment 3 for bug 667235

Revision history for this message
srdjan (srdjan-djenka) wrote :

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