PageRenderTime 22ms CodeModel.GetById 18ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 1ms

/vim/ftplugin/latex-suite/packages/arabic

https://bitbucket.org/vertespain/config
#! | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | 2d8d0acfcceac2bc16b004cf253fd3c4 MD5 | raw file
 1if exists("arabic_package_file")
 2	finish
 3endif
 4let arabic_package_file = 1
 5
 6let g:TeX_package_option_arabic = ''
 7
 8let g:TeX_package_arabic = 'bra:arabicnumeral'
 9
10" vim:ft=vim:ff=unix: