mirror of
https://github.com/vim/vim
synced 2025-03-15 14:27:53 +01:00
8 lines
144 B
VimL
8 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
|