diff options
author | Florian Walch <florian@fwalch.com> | 2016-01-24 13:02:14 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2016-01-24 13:02:14 +0100 |
commit | a15cfb4d52c5d9098da98059592d8ca79e03c5d9 (patch) | |
tree | 8b770c05f6b24f4b6375b95f26cd09695c11f01a /runtime | |
parent | c5f37c0fc0bffcb7be4e45eec38879025f255353 (diff) | |
parent | 3915ac24097619033144d68de1e9e2a750215f61 (diff) | |
download | rneovim-a15cfb4d52c5d9098da98059592d8ca79e03c5d9.tar.gz rneovim-a15cfb4d52c5d9098da98059592d8ca79e03c5d9.tar.bz2 rneovim-a15cfb4d52c5d9098da98059592d8ca79e03c5d9.zip |
Merge pull request #4089 from jbradaric/vim-7.4.722
vim-patch:7.4.722
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 |