Re: [Vim-latex-devel] change macros
Brought to you by:
srinathava,
tmaas
From: Valentin F. <flu...@gm...> - 2007-12-16 17:33:21
|
Thanks for the help. I figured it out. The problem is that s: only defines local functions. So i copied the files envmacros.vim and wizardfunctions.vim (where the functions and macros are defined) to .vim/after/ftplugin/ and changed all the commands in envmacros.vim using a recording :-). Valentin What about .vim/after/ftplugin/tex.vim? > Afaik this file gets sourced last. > > happy vimming > > Martin > > |