mirror of
https://github.com/vim-latex/vim-latex.git
synced 2026-06-09 15:37:14 +02:00
critical bugs - missing dot contacenating (WTH is spelling of this word?) string
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user