diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-17 21:18:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-17 21:18:32 +0100 |
commit | 4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (patch) | |
tree | 854789544d45595f5bbd76e86151f5ae42488525 /runtime/doc/print.txt | |
parent | a5483448cba6997517003a22a8029f0de1007d0e (diff) | |
download | vim-git-4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/print.txt')
-rw-r--r-- | runtime/doc/print.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/print.txt b/runtime/doc/print.txt index 2f5a1a96c..6018d44b5 100644 --- a/runtime/doc/print.txt +++ b/runtime/doc/print.txt @@ -111,10 +111,9 @@ not recognized by Vim will just be converted to lower case and underscores replaced with '-' signs. If 'printencoding' is empty or Vim cannot find the file then it will use -'encoding' (if Vim is compiled with |+multi_byte| and it is set an 8-bit -encoding) to find the print character encoding file. If Vim is unable to find -a character encoding file then it will use the "latin1" print character -encoding file. +'encoding' (if it is set an 8-bit encoding) to find the print character +encoding file. If Vim is unable to find a character encoding file then it +will use the "latin1" print character encoding file. When 'encoding' is set to a multi-byte encoding, Vim will try to convert characters to the printing encoding for printing (if 'printencoding' is empty |