From f740b29ae2a346e44c34001b3bf8ecfa0c7857bd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 16 Feb 2006 22:11:02 +0000 Subject: updated for version 7.0199 --- runtime/doc/usr_06.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'runtime/doc/usr_06.txt') diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt index 4731762d7..a68340187 100644 --- a/runtime/doc/usr_06.txt +++ b/runtime/doc/usr_06.txt @@ -1,4 +1,4 @@ -*usr_06.txt* For Vim version 7.0aa. Last change: 2002 Jul 14 +*usr_06.txt* For Vim version 7.0aa. Last change: 2006 Feb 16 VIM USER MANUAL - by Bram Moolenaar @@ -179,10 +179,9 @@ You could also write your own color scheme. This is how you do it: colorscheme mine If you want to see what the most often used color combinations look like, use -these commands: > +this command: > - :edit $VIMRUNTIME/syntax/colortest.vim - :source % + :runtime syntax/colortest.vim You will see text in various color combinations. You can check which ones are readable and look nice. -- cgit v1.2.1