1
0
Fork 0
mirror of synced 2024-07-03 14:01:09 -04:00
ultimate-vim/vim_plugins_src/latexSuite-1.5/ftplugin/latex-suite/packages/ifthen

17 lines
288 B
Plaintext

let g:TeX_package_option_ifthen = ''
let g:TeX_package_ifthen =
\ 'brs:ifthenelse{<++>}{<++>}{<++>},'
\.'brd:equal,'
\.'bra:boolean,'
\.'bra:lengthtest,'
\.'bra:isodd,'
\.'brd:whiledo,'
\.'bra:newboolean,'
\.'brd:setboolean,'
\.'nor:and,'
\.'nor:or,'
\.'nor:not'
" vim:ft=vim:ff=unix: