> The problem is that currently there is no such mechanism to > dynamically load extensions/mode for vim like we do for emacs as per > packages. Hum, what about
autocmd BufRead *.spec source ~/.vim/rpm_mode this run the command 'source ~/.vim/rpm_mode', which , obviouly, apply the command from ~/.vim/rpm_mode, when a file who match '*.spec' is read. Is this what you are talking about ? Mick
