diff options
Diffstat (limited to 'runtime/doc/usr_06.txt')
-rw-r--r-- | runtime/doc/usr_06.txt | 8 |
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. |