Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/print.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*print.txt* For Vim バージョン 9.2. Last change: 2026 Aug 02
*print.txt* For Vim バージョン 9.2. Last change: 2026 Aug 16


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down
8 changes: 4 additions & 4 deletions en/print.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*print.txt* For Vim version 9.2. Last change: 2026 Aug 02
*print.txt* For Vim version 9.2. Last change: 2026 Aug 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -404,8 +404,8 @@ of |:hardcopy|:
first line on a new page.
format:postscript (default)
Output format: Postscript
format:{name} Output format from this table (only used when compiled
with |+pango| feature):
format:{name} Output format from this table:
{only available when compiled with |+pango| feature}
{name} meaning ~
postscript Generate Postscript
pdf Generate Adobe PDF
Expand Down Expand Up @@ -739,7 +739,7 @@ If Vim is compiled with |+pango|, then it will render pages using Pango (a
text handling library), and Cairo (a graphics library). The benefit of this
is that Unicode is fully supported. Postscript files will still be generated
using Cairo. Additionally, PDF files can be emitted as well, see the
"format" key in |popt-option|
"format" key in |popt-option|.

When using the GTK GUI, |+pango| is always enabled and used. On terminal
builds of Vim, "--enable-hardcopy-pango" must be passed to the configure
Expand Down