Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv19159
Modified Files:
numprint version oldstyle
Log Message:
critical bugs - missing dot contacenating (WTH is spelling of this word?) string
Index: numprint
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/numprint,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** numprint 5 Jan 2003 21:47:08 -0000 1.1
--- numprint 14 Jan 2003 22:00:22 -0000 1.2
***************
*** 3,13 ****
let g:TeX_package_numprint =
\ 'bra:numprint,'
! \ 'nob:numprint,'
! \ 'bra:thousandsep,'
! \ 'bra:decimalsign,'
! \ 'bra:productsign,'
! \ 'bra:unitseparator,'
! \ 'brd:expnumprint,'
! \ 'global'
" vim:ft=vim:ff=unix:
--- 3,13 ----
let g:TeX_package_numprint =
\ 'bra:numprint,'
! \.'nob:numprint,'
! \.'bra:thousandsep,'
! \.'bra:decimalsign,'
! \.'bra:productsign,'
! \.'bra:unitseparator,'
! \.'brd:expnumprint,'
! \.'global'
" vim:ft=vim:ff=unix:
Index: version
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/version,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** version 5 Jan 2003 21:47:08 -0000 1.1
--- version 14 Jan 2003 22:00:22 -0000 1.2
***************
*** 3,7 ****
let g:TeX_package_version =
\ 'bra:includeversion,'
! \ 'bra:excludeversion'
" vim:ft=vim:ff=unix:
--- 3,7 ----
let g:TeX_package_version =
\ 'bra:includeversion,'
! \.'bra:excludeversion'
" vim:ft=vim:ff=unix:
Index: oldstyle
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/oldstyle,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** oldstyle 5 Jan 2003 21:47:08 -0000 1.1
--- oldstyle 14 Jan 2003 22:00:22 -0000 1.2
***************
*** 3,7 ****
let g:TeX_package_oldstyle =
\ 'bra:textos,'
! \ 'bra:mathos'
" vim:ft=vim:ff=unix:
--- 3,7 ----
let g:TeX_package_oldstyle =
\ 'bra:textos,'
! \.'bra:mathos'
" vim:ft=vim:ff=unix:
|