view runtime/keymap/greek.vim @ 2502:e6420d275b6a vim73

Update README files. Remove references to extra and lang archives.
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Aug 2010 13:19:27 +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