summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_06.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-16 22:11:02 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-16 22:11:02 +0000
commitf740b29ae2a346e44c34001b3bf8ecfa0c7857bd (patch)
tree5b62807af1359d3df97367448927cdbb53969448 /runtime/doc/usr_06.txt
parent4c7ed462cb7813730b4f15f9cb09f1b26d097fca (diff)
updated for version 7.0199v7.0199
Diffstat (limited to 'runtime/doc/usr_06.txt')
-rw-r--r--runtime/doc/usr_06.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt
index 4731762d72..a68340187b 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.