From 9c3b6dc030abd09b1ed0660cc27328b2f08f7da7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 4 Apr 2007 21:39:16 +0200 Subject: [PATCH] /etc/skel/.vimrc: do not set "tw=72" by default anymore --- debian/changelog | 7 +++++++ etc/skel/.vimrc | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0901c78..3b552a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.2.40) unstable; urgency=low + + * /etc/skel/.vimrc: do not set 'tw=72' by default anymore. + Thanks for the hint, gebi. + + -- Michael Prokop Wed, 4 Apr 2007 21:38:48 +0200 + grml-etc-core (0.2.39) unstable; urgency=low * /etc/zsh/zshrc: diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index 0e4820f..cd83d23 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 Feb 10 11:20:38 CET 2007 [mika] +" Latest change: Son Apr 01 19:33:19 CEST 2007 [mika] "############################################################################### " Thanks to Sven Guckes for his template! "############################################################################### @@ -15,7 +15,8 @@ " turn these OFF ("no" prefix): set noeb noet nosol " non-toggles: - set bs=2 fo=cqrt ls=2 shm=at tw=72 ww=<,>,h,l + set bs=2 fo=cqrt ls=2 shm=at ww=<,>,h,l +" set bs=2 fo=cqrt ls=2 shm=at tw=72 ww=<,>,h,l set comments=b:#,:%,fb:-,n:>,n:) " set list listchars=tab:»·,trail:· set listchars=eol:$,precedes:«,extends:»,tab:»·,trail:· -- 2.1.4