[Vim-latex-cvs] vimfiles/ftplugin/latex-suite wizardfuncs.vim,1.15,1.16
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-05-31 18:06:32
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv12024 Modified Files: wizardfuncs.vim Log Message: Replace g:Tex_Leader with <Leader> Index: wizardfuncs.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/wizardfuncs.vim,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wizardfuncs.vim 30 May 2003 04:30:52 -0000 1.15 --- wizardfuncs.vim 31 May 2003 17:51:15 -0000 1.16 *************** *** 332,336 **** let g:generalshortcuts = '' \."\n General shortcuts" ! \."\n <mapleader> is a value of g:Tex_Leader" \."\n ".s:mapleader.'ll compile whole document' \."\n ".s:mapleader.'lv view compiled document' --- 332,336 ---- let g:generalshortcuts = '' \."\n General shortcuts" ! \."\n <mapleader> is a value of <Leader>" \."\n ".s:mapleader.'ll compile whole document' \."\n ".s:mapleader.'lv view compiled document' |