mirror of
https://github.com/vim/vim.git
synced 2026-04-18 17:56:22 +02:00
This reverts commits: -6b652a7850-2f689d5abd-a025a46d41Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. Signed-off-by: Christian Brabandt <cb@256bit.org>
38 lines
326 B
VimL
38 lines
326 B
VimL
" Maintainer: Laszlo Zavaleta <zavaleta@smartchat.net.au>
|
|
" Last Changed: 2003 Aug 08
|
|
" it has all the accents and a few of the character alterations
|
|
|
|
let b:keymap = "magyar"
|
|
|
|
loadkey
|
|
` í
|
|
~ Í
|
|
! '
|
|
@ "
|
|
# +
|
|
$ !
|
|
^ /
|
|
& =
|
|
* (
|
|
( )
|
|
0 ö
|
|
) Ö
|
|
- ü
|
|
_ Ü
|
|
= ó
|
|
+ Ó
|
|
\\ ű
|
|
| Ű
|
|
[ ő
|
|
{ Ő
|
|
] ú
|
|
} Ú
|
|
; é
|
|
: É
|
|
' á
|
|
\" Á
|
|
/ -
|
|
< ?
|
|
> :
|
|
? _
|