comparison runtime/doc/options.txt @ 21971:0bc43a704f56 v8.2.1535

patch 8.2.1535: it is not possible to specify cell widths of characters Commit: https://github.com/vim/vim/commit/08aac3c6192f0103cb87e280270a32b50e653be1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 28 21:04:24 2020 +0200 patch 8.2.1535: it is not possible to specify cell widths of characters Problem: It is not possible to specify cell widths of characters. Solution: Add setcellwidths().
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Aug 2020 21:15:03 +0200
parents 0db0640e16e0
children bbca88cd13d5
comparison
equal deleted inserted replaced
21970:7c76b6dbc14d 21971:0bc43a704f56
699 "single": Use the same width as characters in US-ASCII. This is 699 "single": Use the same width as characters in US-ASCII. This is
700 expected by most users. 700 expected by most users.
701 "double": Use twice the width of ASCII characters. 701 "double": Use twice the width of ASCII characters.
702 *E834* *E835* 702 *E834* *E835*
703 The value "double" cannot be used if 'listchars' or 'fillchars' 703 The value "double" cannot be used if 'listchars' or 'fillchars'
704 contains a character that would be double width. 704
705 The values are overruled for characters specified with
706 |setcellwidths()|.
705 707
706 There are a number of CJK fonts for which the width of glyphs for 708 There are a number of CJK fonts for which the width of glyphs for
707 those characters are solely based on how many octets they take in 709 those characters are solely based on how many octets they take in
708 legacy/traditional CJK encodings. In those encodings, Euro, 710 legacy/traditional CJK encodings. In those encodings, Euro,
709 Registered sign, Greek/Cyrillic letters are represented by two octets, 711 Registered sign, Greek/Cyrillic letters are represented by two octets,