| /vim-8.2.3635/src/libvterm/src/ |
| H A D | unicode.c | 80 static const struct interval combining[] = { variable 432 if (bisearch(ucs, combining, in mk_wcwidth() 433 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth() 577 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1); in vterm_is_combining()
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 61screen_unicode.test | 32 !10 combining accents should not crash 37 !40 combining accents in two split writes of 20 should not crash
|
| H A D | 15state_mode.test | 26 !Insert mode only happens once for UTF-8 combining
|
| H A D | 10state_putglyph.test | 40 !UTF-8 combining chars
|
| H A D | 31state_rep.test | 38 !REP with UTF-8 combining character
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | arabic.txt | 30 requires two different forms of combining and the ability, in 33 into one (combining). Lastly, to display Arabic properly one will 257 composing, combining) which the Arabic language requires, enable 314 and then insert an ALEF (U+0627), the appropriate combining will
|
| H A D | hebrew.txt | 52 + You should prefer using UTF8, as it supports the combining-characters
|
| H A D | mbyte.txt | 1327 *mbyte-combining* *mbyte-composing* 1328 A composing or combining character is used to change the meaning of the 1329 character before it. The combining characters are drawn on top of the 1331 Up to two combining characters can be used by default. This can be changed 1336 If the 'delcombine' option is on, then pressing 'x' will delete the combining 1340 combining character, because it doesn't know one is coming. Use "R" instead.
|
| H A D | usr_12.txt | 8 By combining several commands you can make Vim do nearly everything. In this
|
| H A D | quickref.txt | 678 'delcombine' 'deco' delete combining characters on their own 798 'maxcombine' 'mco' maximum nr of combining characters displayed
|
| H A D | spell.txt | 573 suffixes for the same basic word to avoid them combining (e.g. Czech uses 1116 used when both support combining.
|
| H A D | options.txt | 824 c) the enabling of the required combining of some characters 2619 "x" delete each combining character on its own. When it is off (the 2620 default) the character along with its combining characters are 2625 may have combining characters overtop of base characters, and want 2626 to remove only the combining ones. 5144 The maximum number of combining characters supported for displaying. 5149 combining characters, you just can't see them. Use |g8| or |ga|. 5150 See |mbyte-combining|.
|
| H A D | pi_netrw.txt | 3097 =1: number of codepoints (Latin a + combining 3100 combining circumflex is one spacing 3661 try combining the use of pscp/psftp with plink. pscp/psftp will
|
| H A D | todo.txt | 531 support combining characters. (Charles Campbell) Also #4687 1316 - When search pattern has the base character both with and without combining 1517 before combining them. 2059 GTK: drawing a double-width combining character over single-width characters 2803 GUI: When combining fg en bg make sure they are not equal.
|
| H A D | pattern.txt | 557 |/\Z| \Z \Z ignore differences in Unicode "combining characters".
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean.vim | 15 " Though combining Hangul is deterministic with law that each letter must be
|
| H A D | thaana-phonetic_utf-8.vim | 54 "THAANA FILI (combining characters)
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 154 " Build the combining table. 182 file combining 183 call setline(1, " static struct interval combining[] =")
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_ga.vim | 31 " Test with combining characters.
|
| H A D | test_regexp_utf8.vim | 504 " Check that "^" matches even when the line starts with a combining char
|
| H A D | test_spellfile.vim | 700 " Different combining flags in an affix file 703 call assert_match('Different combining flag in continued affix block in Xtest.aff line 3', output)
|
| H A D | test_search.vim | 1392 " Make sure, that Ctrl-L works correctly with combining characters. 1393 " It uses an artificial example of an 'a' with 4 combining chars:
|
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 2297 static struct interval combining[] = in utf_iscomposing() local 2591 return intable(combining, sizeof(combining), c); in utf_iscomposing()
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1288 call <SID>AddOption("delcombine", gettext("delete combining (composing) characters on their own")) 1290 call <SID>AddOption("maxcombine", gettext("maximum number of combining (composing) characters displ…
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 5086 msgid "Different combining flag in continued affix block in %s line %d: %s" 9567 msgid "delete combining (composing) characters on their own" 9570 msgid "maximum number of combining (composing) characters displayed"
|