mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00: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
|