view runtime/keymap/greek.vim @ 13922:1a30d378b70b

Added tag v8.0.1831 for changeset 3b6c29f8c1a249a7b1501f47be88e7774d1b1b2b
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 15:30:08 +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