comparison runtime/doc/print.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 631143ac4a01
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *print.txt* For Vim version 7.0aa. Last change: 2004 Jul 05 1 *print.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
30 :[range]ha[rdcopy][!] [arguments] 30 :[range]ha[rdcopy][!] [arguments]
31 Send [range] lines (default whole file) to the 31 Send [range] lines (default whole file) to the
32 printer. 32 printer.
33 33
34 On MS-Windows a dialog is displayed to allow selection 34 On MS-Windows a dialog is displayed to allow selection
35 of printer, paper size etc. To skip the dialog, use 35 of printer, paper size etc. To skip the dialog, use
36 the [!]. In this case the printer defined by 36 the [!]. In this case the printer defined by
37 'printdevice' is used, or, if 'printdevice' is empty, 37 'printdevice' is used, or, if 'printdevice' is empty,
38 the system default printer. 38 the system default printer.
39 39
40 For systems other than MS-Windows, PostScript is 40 For systems other than MS-Windows, PostScript is
63 The printed file is always limited to the selected margins, irrespective of 63 The printed file is always limited to the selected margins, irrespective of
64 the current window's 'wrap' or 'linebreak' settings. The "wrap" item in 64 the current window's 'wrap' or 'linebreak' settings. The "wrap" item in
65 'printoptions' can be used to switch wrapping off. 65 'printoptions' can be used to switch wrapping off.
66 The current highlighting colors are used in the printout, with the following 66 The current highlighting colors are used in the printout, with the following
67 considerations: 67 considerations:
68 1) The normal background is always rendered as white (i.e. blank paper.) 68 1) The normal background is always rendered as white (i.e. blank paper).
69 2) White text or the default foreground is rendered as black, so that it shows 69 2) White text or the default foreground is rendered as black, so that it shows
70 up! 70 up!
71 3) If 'background' is "dark", then the colours are darkened to compensate for 71 3) If 'background' is "dark", then the colours are darkened to compensate for
72 the fact that otherwise they would be too bright to show up clearly on 72 the fact that otherwise they would be too bright to show up clearly on
73 white paper. 73 white paper.