Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/libvterm/src/
H A Dunicode.c484 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 Dunicode.vim191 " 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 Dmbyte.c1164 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 Dpi_tar.txt115 v30 Apr 22, 2014 * .tgz files are ambiguous: they may have been
H A Dmap.txt155 *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 Dusr_40.txt247 An exception is when a mapping is ambiguous. Suppose you have done two
H A Dmessage.txt764 Command-line completion to execute one of them. |user-cmd-ambiguous|
H A Dcmdline.txt479 emulate it. For example, this mimics autolist=ambiguous:
H A Dterminal.txt465 ConPTY is in use, there may be rendering artifacts regarding ambiguous-width
H A Dvim9.txt1434 In case the name is ambiguous, another name can be specified: >
H A Dquickref.txt605 'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
H A Dtags7845 map-ambiguous map.txt /*map-ambiguous*
9890 user-cmd-ambiguous map.txt /*user-cmd-ambiguous*
H A Deval.txt1111 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 Dversion6.txt1517 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 Dversion7.txt11255 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 Dversion8.txt10003 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 Dreadline.vim148 \ show-all-if-ambiguous
H A Dsh.vim25 " the script itself does not specify which shell to use. FYI: /bin/sh is ambiguous.
/vim-8.2.3635/src/testdir/
H A Dtest_cmdline.vim984 " completion with ambiguous user defined commands
/vim-8.2.3635/runtime/
H A Doptwin.vim1296 call <SID>AddOption("ambiwidth", gettext("width of ambiguous width characters"))
/vim-8.2.3635/src/po/
H A Dde.po9386 msgid "width of ambiguous width characters"
9387 msgstr "Breite von ambiguous-width Zeichen"
H A Dsr.po9578 msgid "width of ambiguous width characters"
H A Dit.po9107 msgid "width of ambiguous width characters"
H A Dtr.po9548 msgid "width of ambiguous width characters"
/vim-8.2.3635/src/auto/
H A Dconfigure15745 as_fn_error $? "ambiguous option: \`$1'

12