diff options
| author | Jurica Bradaric <jbradaric@gmail.com> | 2016-01-24 09:34:43 +0100 |
|---|---|---|
| committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-01-24 09:55:40 +0100 |
| commit | 3915ac24097619033144d68de1e9e2a750215f61 (patch) | |
| tree | db4ab9243422bb0a54bf3a177bdaf7a2bc835e45 /runtime | |
| parent | 4172ce4eb078fe63cf3696dd10f9bdf47cd70eb1 (diff) | |
| download | rneovim-3915ac24097619033144d68de1e9e2a750215f61.tar.gz rneovim-3915ac24097619033144d68de1e9e2a750215f61.tar.bz2 rneovim-3915ac24097619033144d68de1e9e2a750215f61.zip | |
vim-patch:7.4.722
Problem: 0x202f is not recognized as a non-breaking space character.
Solution: Add 0x202f to the list. (Christian Brabandt)
https://github.com/vim/vim/commit/73284b973a013692dd1055cf210f3138a7f3c497
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 013e7c742c..bbd9cc1e2b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3984,8 +3984,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. A space when omitted. *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 |