Mercurial > vim
diff runtime/keymap/polish-slash.vim @ 96:8f25c0d2210f
updated for version 7.0037
author | vimboss |
---|---|
date | Tue, 11 Jan 2005 21:30:59 +0000 |
parents | |
children | 04f2e519ab18 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/runtime/keymap/polish-slash.vim @@ -0,0 +1,18 @@ +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/polish-slash_utf-8.vim +elseif encoding == 'cp1250' + source <sfile>:p:h/polish-slash_cp1250.vim +elseif encoding == 'iso-8859-2' + source <sfile>:p:h/polish-slash_iso-8859-2.vim +else + source <sfile>:p:h/polish-slash_cp852.vim +endif