Files
server/usr/share/vim/vim91/keymap/persian.vim
2026-01-07 20:52:11 +01:00

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