Hi,
I use the following autocmd in my ~/.vimrc to load a source file with my personal vim mappings while editing a tex file: autocmd FileType tex source ~/Dot.vilatexrc This works fine. However, the mappings continue to exist even after I open a different filetype without restarting vim. Is there an "unsource" command? If yes, how do I tell vim to do that each time I open another filetype. I have to add that, the appropriate syntax plugins and indent files are loaded for the new filetype. So, I'm happy with that. Any pointers will help. Thanks in advance. Senthil. -- Today's fortune: Don't kiss an elephant on the lips today.
