> Then you can use plugins like project.vim or local_vimrc.vim > With local_vimrc.vim (I know 2 very similar plugins with this name, I'm > maintaining one of them), add a _vimrc_local.vim (the filename expected
I couldn't find them.. I've implemented something similar which loads a current working directory vimrc but saves it in .vim/vimrcs/ .. using a simple hash function which just removes the / \\ characters ;) Another option would be to use autocommands.. instead of modlines au pathtoproject *.c set ft=c89 Which is used by project plugins anyway.. This way you can't forget to add the modline.. Marc
