From e3a5d6bd8632df19ccad57165235335b9345b9ef Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 8 May 2000 19:17:21 +0000 Subject: see changelog --- ChangeLog | 4 ++++ rootfiles.spec | 5 ++++- vimrc | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e688670..c2846cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-08 dam's + + *vimmrc: added nowrap + 2000-04-30 dam's *Desktop: re-added XKill diff --git a/rootfiles.spec b/rootfiles.spec index 8b4e3da..804eeeb 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,5 +1,5 @@ %define version 7.1 -%define release 5mdk +%define release 6mdk %define name rootfiles Summary: The basic required files for the root user's directory. @@ -48,6 +48,9 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Mon May 08 2000 dam's 7.1-6mdk +- added no wrap in vimrc + * Sun Apr 30 2000 dam's 7.1-5mdk - re-added XKill in Desktop diff --git a/vimrc b/vimrc index 446e9ad..4b4686c 100644 --- a/vimrc +++ b/vimrc @@ -41,6 +41,9 @@ set noincsearch "Show the position of the cursor. set ruler +"no wrap +set nowrap + "Show matching parenthese. set showmatch -- cgit v1.2.1