diff options
author | damien <damien@mandriva.com> | 2000-05-08 19:17:21 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-05-08 19:17:21 +0000 |
commit | e3a5d6bd8632df19ccad57165235335b9345b9ef (patch) | |
tree | e430da11450bf2d954f2895449b9ee75a08ab198 | |
parent | 6787435cdfe43540866b63de85b2c218bffa1450 (diff) | |
download | rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.gz rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.bz2 rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.xz rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.zip |
see changelog
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | rootfiles.spec | 5 | ||||
-rw-r--r-- | vimrc | 3 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-05-08 dam's <damien@mandrakesoft.com> + + *vimmrc: added nowrap + 2000-04-30 dam's <damien@mandrakesoft.com> *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 <damien@mandrakesoft.com> 7.1-6mdk +- added no wrap in vimrc + * Sun Apr 30 2000 dam's <damien@mandrakesoft.com> 7.1-5mdk - re-added XKill in Desktop @@ -41,6 +41,9 @@ set noincsearch "Show the position of the cursor. set ruler +"no wrap +set nowrap + "Show matching parenthese. set showmatch |