summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_06.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-01-06 20:52:26 +0100
committerBram Moolenaar <Bram@vim.org>2010-01-06 20:52:26 +0100
commit8f3f58f2c361f1b7241128d9821f88d8a30aa066 (patch)
treebd5827eec39ddf8e6a94919a6a541765882f00d4 /runtime/doc/usr_06.txt
parent28c37959871b83fd5d1d621f70bce29dc3f21ba4 (diff)
downloadvim-git-8f3f58f2c361f1b7241128d9821f88d8a30aa066.tar.gz
Update documentation files.
Diffstat (limited to 'runtime/doc/usr_06.txt')
-rw-r--r--runtime/doc/usr_06.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt
index a33912981..429272f9d 100644
--- a/runtime/doc/usr_06.txt
+++ b/runtime/doc/usr_06.txt
@@ -1,4 +1,4 @@
-*usr_06.txt* For Vim version 7.2. Last change: 2006 Apr 24
+*usr_06.txt* For Vim version 7.2. Last change: 2009 Oct 28
VIM USER MANUAL - by Bram Moolenaar
@@ -244,10 +244,14 @@ commands to move in Visual mode, of course.
This also works on Unix, if you have a PostScript printer. Otherwise, you
will have to do a bit more work. You need to convert the text to HTML first,
-and then print it from a web browser such as Netscape.
+and then print it from a web browser.
Convert the current file to HTML with this command: >
+ :TOhtml
+
+In case that doesn't work: >
+
:source $VIMRUNTIME/syntax/2html.vim
You will see it crunching away, this can take quite a while for a large file.