diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-04 20:55:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-04 20:55:44 +0200 |
commit | 5c3bd0a0fbf982c230cbf06304d4c9e0b5e40065 (patch) | |
tree | 1b65a00d9d0fb19e8f2f1da14ee0ce28c885f74b /runtime/doc/options.txt | |
parent | e4ce65d445c45e14903b9daf08ee8658cb0f3090 (diff) | |
download | vim-git-5c3bd0a0fbf982c230cbf06304d4c9e0b5e40065.tar.gz |
Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
contains a character that would become double width.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 5f57ed580..b1539bbe0 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3e. Last change: 2010 Aug 01 +*options.txt* For Vim version 7.3e. Last change: 2010 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -665,6 +665,9 @@ A jump table for the options with a short description can be found at |Q_op|. "single": Use the same width as characters in US-ASCII. This is expected by most users. "double": Use twice the width of ASCII characters. + *E834* *E835* + The value "double" cannot be used if 'listchars' or 'fillchars' + contains a character that would be double width. There are a number of CJK fonts for which the width of glyphs for those characters are solely based on how many octets they take in |