Bug#307807: vim: german umlauts in accents keymap missing in 6.3 again

Marco Herrn Marco Herrn <marco@mherrn.de>, 307807@bugs.debian.org
Thu, 05 May 2005 18:18:17 +0200


This is a multi-part MIME message sent by reportbug.

--===============8297854631635877950==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: vim
Version: 1:6.3-071+1
Severity: normal


I submitted a patch with bugreport 217633 for vim 6.3 to include german
umlauts in accents keymap. It is missing in vim 6.3 again. So please
include it again in this in the future versions.

Marco Herrn


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages vim depends on:
ii  dpkg                        1.10.27      Package maintenance system for Deb
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgpmg1                    1.19.6-20    General Purpose Mouse - shared lib
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  vim-common                  1:6.3-071+1  Vi IMproved - Common files

-- no debconf information

--===============8297854631635877950==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: attachment; filename="accents.diff"

--- accents.vim	2005-05-05 18:15:34.000000000 +0200
+++ accents_with_german.vim	2005-05-05 18:17:04.000000000 +0200
@@ -15,6 +15,7 @@
 ´A	Á
 ^A	Â
 ~A	Ã
+:A	Ä
 'C	Ç
 ´C	Ç
 `E	È
@@ -31,10 +32,12 @@
 ´O	Ó
 ^O	Ô
 ~O	Õ
+:O	Ö
 `U	Ù
 'U	Ú
 ´U	Ú
 ^U	Û
+:U	Ü
 'Y	Ý
 ´Y	Ý
 `a	à
@@ -42,6 +45,7 @@
 ´a	á
 ^a	â
 ~a	ã
+:a	ä
 'c	ç
 ´c	ç
 `e	è
@@ -58,10 +62,12 @@
 ´o	ó
 ^o	ô
 ~o	õ
+:o	ö
 `u	ù
 'u	ú
 ´u	ú
 ^u	û
+:u	ü
 'y	ý
 ´y	ý
 ''	'
@@ -69,3 +75,4 @@
 ``	`
 ^^	^
 ~~	~
+::	:

--===============8297854631635877950==--