diff options
Diffstat (limited to 'runtime/doc/print.txt')
-rw-r--r-- | runtime/doc/print.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/print.txt b/runtime/doc/print.txt index 2ff6b1063c..5fcaa6f624 100644 --- a/runtime/doc/print.txt +++ b/runtime/doc/print.txt @@ -93,7 +93,7 @@ If the option is empty, then vim will use the system default printer for *penc-option* *E620* 'printencoding' 'penc' String (default empty, except for: - Windows, OS/2: cp1252, + Windows: cp1252, Macintosh: mac-roman, VMS: dec-mcs, HPUX: hp-roman8, @@ -123,8 +123,8 @@ cannot be converted will be replaced with upside down question marks. Four print character encoding files are provided to support default Mac, VMS, HPUX, and EBCDIC character encodings and are used by default on these -platforms. Code page 1252 print character encoding is used by default on -Windows and OS/2 platforms. +platforms. Code page 1252 print character encoding is used by default on +the Windows platform. *pexpr-option* 'printexpr' 'pexpr' String (default: see below) @@ -142,7 +142,7 @@ the file: > system('lpr' . (&printdevice == '' ? '' : ' -P' . &printdevice) . ' ' . v:fname_in) . delete(v:fname_in) + v:shell_error -On MS-Dos, MS-Windows and OS/2 machines the default is to copy the file to the +On MS-Dos and MS-Windows machines the default is to copy the file to the currently specified printdevice: > system('copy' . ' ' . v:fname_in . (&printdevice == '' @@ -621,7 +621,7 @@ OpenVMS http://wwwthep.physik.uni-mainz.de/~plass/gv/ -Windows and OS/2 +Windows - GSview. Obtainable from: @@ -636,7 +636,7 @@ DOS Linux -- GSview. Linux version of the popular Windows and OS/2 previewer. +- GSview. Linux version of the popular Windows previewer. Obtainable from: http://www.cs.wisc.edu/~ghost/gsview/ |