1
0
Fork 0
vim/runtime/keymap/greek.vim
Daniel Baumann 0985b09abd
Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:09:31 +02:00

7 lines
234 B
VimL

" Assume 'encoding' is set to "latin1" while actually cp1253 or iso-8859-7 is
" being used
if has("win16") || has("win32") || has("win32unix")
source <sfile>:p:h/greek_cp1253.vim
else
source <sfile>:p:h/greek_iso-8859-7.vim
endif