neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

persian.vim (144B)


      1 let encoding = &enc
      2 if encoding == ''
      3 let encoding = 'utf-8'
      4 endif
      5 
      6 if encoding == 'utf-8'
      7 source <sfile>:p:h/persian-iranian_utf-8.vim
      8 endif