critical bugs - missing dot contacenating (WTH is spelling of this word?) string

This commit is contained in:
Mikolaj Machowski
2003-01-14 22:00:22 +00:00
parent ca2675a422
commit 5edbe94f65
3 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -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:
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: