Mercurial > hg > RemoteEditor > vim7
diff runtime/keymap/croatian.vim @ 5:db46d51a3939
Initial revision
author | axmo |
---|---|
date | Wed, 13 Aug 2008 17:36:09 +0900 (2008-08-13) |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runtime/keymap/croatian.vim Wed Aug 13 17:36:09 2008 +0900 @@ -0,0 +1,16 @@ +let s:encoding = &enc +if s:encoding == 'latin1' + if has("unix") + let s:encoding = 'iso-8859-2' + else + let s:encoding = 'cp1250' + endif +endif + +if s:encoding == 'utf-8' + source <sfile>:p:h/croatian_utf-8.vim +elseif s:encoding == 'cp1250' + source <sfile>:p:h/croatian_cp1250.vim +else + source <sfile>:p:h/croatian_iso-8859-2.vim +endif