Mercurial > vim
view runtime/keymap/slovak.vim @ 6735:f6021786b775 v7.4.691
patch 7.4.691 for Problem: Can't build with MzScheme.
Solution: Change "cwd" into the global variable "start_dir".
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 03 Apr 2015 17:59:43 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
let encoding = &enc if encoding == 'latin1' if has("unix") let encoding = 'iso-8859-2' else let encoding = 'cp1250' endif endif if encoding == 'utf-8' source <sfile>:p:h/slovak_utf-8.vim elseif encoding == 'cp1250' source <sfile>:p:h/slovak_cp1250.vim else source <sfile>:p:h/slovak_iso-8859-2.vim endif