/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

  1. if exists("arabic_package_file")
  2. finish
  3. endif
  4. let arabic_package_file = 1
  5. let g:TeX_package_option_arabic = ''
  6. let g:TeX_package_arabic = 'bra:arabicnumeral'
  7. " vim:ft=vim:ff=unix: