summaryrefslogtreecommitdiff
path: root/uvim/runtime/keymap/greek.mnv
blob: 5134edd4bb2311dacdcc45cea7761ac86069029c (plain)
1
2
3
4
5
6
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.mnv
else
  source <sfile>:p:h/greek_iso-8859-7.mnv
endif