mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
9 lines
144 B
VimL
9 lines
144 B
VimL
|
let encoding = &enc
|
||
|
if encoding == ''
|
||
|
let encoding = 'utf-8'
|
||
|
endif
|
||
|
|
||
|
if encoding == 'utf-8'
|
||
|
source <sfile>:p:h/persian-iranian_utf-8.vim
|
||
|
endif
|