view runtime/keymap/greek.vim @ 3233:1cedbee50ca6 v7.3.386

updated for version 7.3.386 Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Dec 2011 14:56:28 +0100
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