made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
7
gitportable/usr/share/vim/vim91/keymap/greek.vim
Normal file
7
gitportable/usr/share/vim/vim91/keymap/greek.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user