1
0
forked from aniani/vim

updated for version 7.2a

This commit is contained in:
Bram Moolenaar
2008-06-24 22:58:06 +00:00
parent 864207de08
commit 8c8de83932
171 changed files with 25473 additions and 33148 deletions

View File

@@ -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

View File

@@ -0,0 +1,65 @@
" Vim Keymap file for Croatian characters, classical variant, cp1250 encoding
"
" Maintainer: Paul B. Mahol <onemda@gmail.com>
" Last Changed: 2007 Oct 15
scriptencoding cp1250
let b:keymap_name = "croatian-cp1250"
" Uncomment line below if you prefer short name
"let b:keymap_name = "hr-cp1250"
loadkeymap
z y
Z Y
y z
Y Z
[ š
{ Š
] ð
} Ð
; è
: È
' æ
" Æ
\ ž
| Ž
/ -
? _
> :
< ;
¬ <
® >
â {
î }
æ [
ç ]
ñ \
÷ |
= +
+ *
- '
_ ?
@ "
^ &
& /
* (
( )
) =
± ~
ö @
³ ^
å
í §
Û ÷
Ý ×
Ü ¤
§ ß
µ °
½ ¸
· `
¹ ´
² ¡
ë ³
ì £
´ ¢