summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_01.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-11-16 20:34:40 +0100
committerBram Moolenaar <Bram@vim.org>2010-11-16 20:34:40 +0100
commit166af9bb6f4f0c9a2f570766d26b42d2041860f2 (patch)
tree88791f76ef3946812ab212f61e130fdd39078852 /runtime/doc/usr_01.txt
parent644d37b84d8f520f807ef665b476c47b72862eff (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/usr_01.txt')
-rw-r--r--runtime/doc/usr_01.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/runtime/doc/usr_01.txt b/runtime/doc/usr_01.txt
index da9772339b..75de19faa0 100644
--- a/runtime/doc/usr_01.txt
+++ b/runtime/doc/usr_01.txt
@@ -1,4 +1,4 @@
-*usr_01.txt* For Vim version 7.3. Last change: 2008 May 07
+*usr_01.txt* For Vim version 7.3. Last change: 2010 Nov 03
VIM USER MANUAL - by Bram Moolenaar
@@ -40,13 +40,20 @@ the commands and options used for it. Use these two commands:
Press CTRL-] to jump to a subject under the cursor.
Press CTRL-O to jump back (repeat to go further back).
-Many links are in vertical bars, like this: |bars|. An option name, like
-'number', a command in double quotes like ":write" and any other word can also
-be used as a link. Try it out: Move the cursor to CTRL-] and press CTRL-]
-on it.
+Many links are in vertical bars, like this: |bars|. The bars themselves may
+be hidden or invisible, see below. An option name, like 'number', a command
+in double quotes like ":write" and any other word can also be used as a link.
+Try it out: Move the cursor to CTRL-] and press CTRL-] on it.
Other subjects can be found with the ":help" command, see |help.txt|.
+The bars and stars are usually hidden with the |conceal| feature. They also
+use |hl-Ignore|, using the same color for the text as the background. You can
+make them visible with: >
+ :set conceallevel=0
+ :hi link HelpBar Normal
+ :hi link HelpStar Normal
+
==============================================================================
*01.2* Vim installed