comparison runtime/doc/print.txt @ 14519:5c5908e81e93

Update runtime files. commit https://github.com/vim/vim/commit/d473c8c101262702ea9eeb14907ee20a786942b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 11 18:00:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Aug 2018 18:15:06 +0200
parents 2f7e67dd088c
children 314694a2e74a
comparison
equal deleted inserted replaced
14518:f05e63d1d2e0 14519:5c5908e81e93
44 written in a temp file and 'printexpr' is used to 44 written in a temp file and 'printexpr' is used to
45 actually print it. Then [arguments] can be used by 45 actually print it. Then [arguments] can be used by
46 'printexpr' through |v:cmdarg|. Otherwise [arguments] 46 'printexpr' through |v:cmdarg|. Otherwise [arguments]
47 is ignored. 'printoptions' can be used to specify 47 is ignored. 'printoptions' can be used to specify
48 paper size, duplex, etc. 48 paper size, duplex, etc.
49 Note: If you want PDF, there are tools such as
50 "ps2pdf" that can convert the PostScript to PDF.
49 51
50 :[range]ha[rdcopy][!] >{filename} 52 :[range]ha[rdcopy][!] >{filename}
51 As above, but write the resulting PostScript in file 53 As above, but write the resulting PostScript in file
52 {filename}. 54 {filename}.
53 Things like "%" are expanded |cmdline-special| 55 Things like "%" are expanded |cmdline-special|