I've used gvim with gnome for some time. Now when i try to open a file with right click in the file nautilus' icon, open with gvim. I get:
Erreur détectée en traitant BufReadCmd Auto commandes pour "file://*": error detected treating BufReadCmd Auto commandes for "file://*": is it something i messed up in vim or in nautilus? a grep for auto|file://|BufRead in my .vimrc show just that of interest: " Trim whitespace from python files autocmd BufWritePre *.py normal m`:%s/\s\+$//e `` autocmd BufRead,BufNewFile *.py syntax on autocmd BufRead,BufNewFile *.py set ai Thanks, Gabriel
