| /vim-8.2.3635/src/libvterm/src/ |
| H A D | unicode.c | 484 static const struct interval ambiguous[] = { variable 541 if (bisearch(ucs, ambiguous, 542 sizeof(ambiguous) / sizeof(struct interval) - 1)) 565 return (bisearch(codepoint, ambiguous, in vterm_unicode_is_ambiguous() 566 sizeof(ambiguous) / sizeof(struct interval) - 1)) ? 1 : 0; in vterm_unicode_is_ambiguous()
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 191 " Build the double width or ambiguous width table in a new buffer. 198 " Account for indentation differences between ambiguous and doublewidth 385 " exclude characters that are in the "ambiguous" or "doublewidth" table 460 " Build the ambiguous width table. 462 call BuildWidthTable('A', 'ambiguous') 468 " Must come after the "ambiguous" and "doublewidth" tables
|
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 1164 static struct interval ambiguous[] = variable 1599 if (c >= 0x80 && *p_ambw == 'd' && intable(ambiguous, sizeof(ambiguous), c)) in utf_char2cells() 2908 return c >= 0x80 && (intable(ambiguous, sizeof(ambiguous), c) in utf_ambiguous_width()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_tar.txt | 115 v30 Apr 22, 2014 * .tgz files are ambiguous: they may have been
|
| H A D | map.txt | 155 *map-ambiguous* 157 ambiguous. Example: > 1315 *E183* *E841* *user-cmd-ambiguous* 1325 numeric argument may become ambiguous. For example, the command ":Cc2" could 1339 :Ren " Error - ambiguous
|
| H A D | usr_40.txt | 247 An exception is when a mapping is ambiguous. Suppose you have done two
|
| H A D | message.txt | 764 Command-line completion to execute one of them. |user-cmd-ambiguous|
|
| H A D | cmdline.txt | 479 emulate it. For example, this mimics autolist=ambiguous:
|
| H A D | terminal.txt | 465 ConPTY is in use, there may be rendering artifacts regarding ambiguous-width
|
| H A D | vim9.txt | 1434 In case the name is ambiguous, another name can be specified: >
|
| H A D | quickref.txt | 605 'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
|
| H A D | tags | 7845 map-ambiguous map.txt /*map-ambiguous* 9890 user-cmd-ambiguous map.txt /*user-cmd-ambiguous*
|
| H A D | eval.txt | 1111 For String concatenation ".." is preferred, since "." is ambiguous, it is also 2396 does with ambiguous width characters, see 'ambiwidth'. 5172 ambiguous (for user-defined commands). 7714 without being ambiguous. Example: >
|
| H A D | version6.txt | 1517 Allow ambiguous mappings. Thus "aa" and "aaa" can both be mapped, the longest 5835 gives an 'ambiguous command' error. 8931 Problem: When two buffer-local user commands are ambiguous, a full match
|
| H A D | version7.txt | 11255 Problem: Compiler warning for ambiguous else, missing prototype. 15291 Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal 16177 Problem: Compiler warning for ambiguous else.
|
| H A D | version8.txt | 10003 Problem: Although emoji characters are ambiguous width, best is to treat 10151 Solution: Remove ambiguous and double width characters from the emoji table. 10538 Solution: After drawing an ambiguous width character always position the 18438 Problem: Checking for ambiguous width is not working. (Hirohito Higashi) 23066 Problem: Char not overwritten with ambiguous width char, if the ambiguous 38684 Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903). 43468 Problem: Gcc warns for ambiguous else.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 148 \ show-all-if-ambiguous
|
| H A D | sh.vim | 25 " the script itself does not specify which shell to use. FYI: /bin/sh is ambiguous.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cmdline.vim | 984 " completion with ambiguous user defined commands
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1296 call <SID>AddOption("ambiwidth", gettext("width of ambiguous width characters"))
|
| /vim-8.2.3635/src/po/ |
| H A D | de.po | 9386 msgid "width of ambiguous width characters" 9387 msgstr "Breite von ambiguous-width Zeichen"
|
| H A D | sr.po | 9578 msgid "width of ambiguous width characters"
|
| H A D | it.po | 9107 msgid "width of ambiguous width characters"
|
| H A D | tr.po | 9548 msgid "width of ambiguous width characters"
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 15745 as_fn_error $? "ambiguous option: \`$1'
|