From d4dce4f5cc5485d992ba06e83846b1a854fb7667 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 19 Jul 2007 00:03:43 +0200 Subject: [PATCH] /etc/skel/.vimrc: deactivate digraph option --- debian/changelog | 3 +++ etc/skel/.vimrc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd08266..5aad68f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ grml-etc-core (0.3.17) unstable; urgency=low (thanks for reporting the issue, Kevin Krammer!) * /etc/zsh/zshenv: - check for presence of lesspipe[.sh] before setting $LESSOPEN + * /etc/skel/.vimrc: + - deactivate digraph option causing too many headaches for people + not being used to that option -- Michael Prokop Tue, 17 Jul 2007 15:48:48 +0200 diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index 1f87644..62485df 100644 --- a/etc/skel/.vimrc +++ b/etc/skel/.vimrc @@ -3,7 +3,7 @@ " Authors: grml-team (grml.org), (c) Michael Prokop " Bug-Reports: see http://grml.org/bugs/ " License: This file is licensed under the GPL v2. -" Latest change: Sam Jun 30 01:28:53 CEST 2007 [mika] +" Latest change: Don Jul 19 00:02:50 CEST 2007 [mika] "############################################################################### " Thanks to Sven Guckes for his template! "############################################################################### @@ -12,6 +12,7 @@ set nocp " turn these ON: set digraph ek hidden ruler sc vb wmnu +" set digraph " turn these OFF ("no" prefix): set noeb noet nosol " non-toggles: -- 2.1.4