[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.19,1.20
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-01-14 13:41:00
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv19225 Modified Files: texrc Log Message: - Added short description of g:Tex_PromptedCommands and basic TexLet value Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** texrc 12 Jan 2003 22:02:40 -0000 1.19 --- texrc 14 Jan 2003 13:40:56 -0000 1.20 *************** *** 366,369 **** --- 366,377 ---- \ 'eqnarray*,eqnarray,bmatrix' + " Similar to above mechanisms works <F7> key. It prompts for command with list + " of commands from g:Tex_PromptedCommands. There are not HotKeys for commands. + " It works for commands of style \com{}. Changing of current command is done + " with <S-F7> + + TexLet g:Tex_PromptedCommands = + \ 'footnote,cite,pageref,label' + " }}} " Smart Key Mappings: {{{ |