diff --git a/ftplugin/latex-suite/packages/numprint b/ftplugin/latex-suite/packages/numprint index 66fefec..b205281 100644 --- a/ftplugin/latex-suite/packages/numprint +++ b/ftplugin/latex-suite/packages/numprint @@ -2,12 +2,12 @@ let g:TeX_package_option_numprint = '' let g:TeX_package_numprint = \ 'bra:numprint,' -\ 'nob:numprint,' -\ 'bra:thousandsep,' -\ 'bra:decimalsign,' -\ 'bra:productsign,' -\ 'bra:unitseparator,' -\ 'brd:expnumprint,' -\ 'global' +\.'nob:numprint,' +\.'bra:thousandsep,' +\.'bra:decimalsign,' +\.'bra:productsign,' +\.'bra:unitseparator,' +\.'brd:expnumprint,' +\.'global' " vim:ft=vim:ff=unix: diff --git a/ftplugin/latex-suite/packages/oldstyle b/ftplugin/latex-suite/packages/oldstyle index fecabc5..c3f4447 100644 --- a/ftplugin/latex-suite/packages/oldstyle +++ b/ftplugin/latex-suite/packages/oldstyle @@ -2,6 +2,6 @@ let g:TeX_package_option_oldstyle = '' let g:TeX_package_oldstyle = \ 'bra:textos,' -\ 'bra:mathos' +\.'bra:mathos' " vim:ft=vim:ff=unix: diff --git a/ftplugin/latex-suite/packages/version b/ftplugin/latex-suite/packages/version index b0d47a2..16dcb84 100644 --- a/ftplugin/latex-suite/packages/version +++ b/ftplugin/latex-suite/packages/version @@ -2,6 +2,6 @@ let g:TeX_package_option_version = '' let g:TeX_package_version = \ 'bra:includeversion,' -\ 'bra:excludeversion' +\.'bra:excludeversion' " vim:ft=vim:ff=unix: