view runtime/keymap/greek.vim @ 20428:780f1b382dca

Added tag v8.2.0768 for changeset 0ab8f8880a337a0a46e54671b84bca977a679f78
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 May 2020 15:45:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

" 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