diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-05-04 17:28:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-05-04 17:28:22 +0200 |
commit | 73284b973a013692dd1055cf210f3138a7f3c497 (patch) | |
tree | e9051bf75f584a9fc43cc6839fc9513dfc7cd959 /runtime | |
parent | d59c099120919d2d77b431308e390f86c594c825 (diff) | |
download | vim-git-73284b973a013692dd1055cf210f3138a7f3c497.tar.gz |
patch 7.4.722v7.4.722
Problem: 0x202f is not recognized as a non-breaking space character.
Solution: Add 0x202f to the list. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a3f6e1265..21cf6503f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4746,8 +4746,9 @@ A jump table for the options with a short description can be found at |Q_op|. conceal:c Character to show in place of concealed text, when 'conceallevel' is set to 1. *lcs-nbsp* - nbsp:c Character to show for a non-breakable space (character - 0xA0, 160). Left blank when omitted. + nbsp:c Character to show for a non-breakable space character + (0xA0 (160 decimal) and U+202F). Left blank when + omitted. The characters ':' and ',' should not be used. UTF-8 characters can be used when 'encoding' is "utf-8", otherwise only printable |