Home
last modified time | relevance | path

Searched refs:combining (Results 1 – 25 of 64) sorted by relevance

123

/vim-8.2.3635/src/libvterm/src/
H A Dunicode.c80 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 D61screen_unicode.test32 !10 combining accents should not crash
37 !40 combining accents in two split writes of 20 should not crash
H A D15state_mode.test26 !Insert mode only happens once for UTF-8 combining
H A D10state_putglyph.test40 !UTF-8 combining chars
H A D31state_rep.test38 !REP with UTF-8 combining character
/vim-8.2.3635/runtime/doc/
H A Darabic.txt30 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 Dhebrew.txt52 + You should prefer using UTF8, as it supports the combining-characters
H A Dmbyte.txt1327 *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 Dusr_12.txt8 By combining several commands you can make Vim do nearly everything. In this
H A Dquickref.txt678 'delcombine' 'deco' delete combining characters on their own
798 'maxcombine' 'mco' maximum nr of combining characters displayed
H A Dspell.txt573 suffixes for the same basic word to avoid them combining (e.g. Czech uses
1116 used when both support combining.
H A Doptions.txt824 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 Dpi_netrw.txt3097 =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 Dtodo.txt531 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 Dpattern.txt557 |/\Z| \Z \Z ignore differences in Unicode "combining characters".
/vim-8.2.3635/runtime/keymap/
H A Dkorean.vim15 " Though combining Hangul is deterministic with law that each letter must be
H A Dthaana-phonetic_utf-8.vim54 "THAANA FILI (combining characters)
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim154 " Build the combining table.
182 file combining
183 call setline(1, " static struct interval combining[] =")
/vim-8.2.3635/src/testdir/
H A Dtest_ga.vim31 " Test with combining characters.
H A Dtest_regexp_utf8.vim504 " Check that "^" matches even when the line starts with a combining char
H A Dtest_spellfile.vim700 " 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 Dtest_search.vim1392 " 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 Dmbyte.c2297 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 Doptwin.vim1288 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 Dsr.po5086 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"

123