Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 25 of 55) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_plus_arg_edit.vim14 " Test loading a utf8 file with bad utf8 sequences.
19 e! ++enc=utf8 Xfile
22 e! ++encoding=utf8 ++bad=_ Xfile
25 e! ++enc=utf8 ++bad=drop Xfile
28 e! ++enc=utf8 ++bad=keep Xfile
31 call assert_fails('e! ++enc=utf8 ++bad=foo Xfile', 'E474:')
H A Dtest_spellfile.vim780 " non-utf8 encoding
874 call delete('XtestVerbose-utf8.spl')
883 set spell spelllang=XtestNOBREAK-utf8.spl
904 call delete('XtestNOBREAK-utf8.spl')
1005 set spell spelllang=XtestCOMMON-utf8.spl
1016 call delete('XtestCOMMON-utf8.spl')
1042 call delete('XtestNOSUGGEST-utf8.spl')
1086 call delete('XtestCIRCUMFIX-utf8.spl')
1104 mkspell! XtestSFX-utf8.spl XtestSFX
1105 set spell spelllang=XtestSFX-utf8.spl
[all …]
H A Dtest_alot_utf8.vim4 " These tests use utf8 'encoding'. Setting 'encoding' is already done in
H A Dtest_maparg.vim2 " Also test utf8 map with a 0x80 byte.
12 set encoding=utf8
H A Dtest_listlbr.vim1 " Test for linebreak and list option (non-utf8)
H A Dtest_ex_mode.vim35 for e in ['utf8', 'latin1']
/vim-8.2.3635/src/libvterm/src/
H A Dmouse.c25 char utf8[18]; size_t len = 0; in output_mouse() local
30 len += fill_utf8((code | modifiers) + 0x20, utf8 + len); in output_mouse()
31 len += fill_utf8(col + 0x21, utf8 + len); in output_mouse()
32 len += fill_utf8(row + 0x21, utf8 + len); in output_mouse()
33 utf8[len] = 0; in output_mouse()
35 vterm_push_output_sprintf_ctrl(state->vt, C1_CSI, "M%s", utf8); in output_mouse()
H A Dvterm.c128 return vt->mode.utf8; in vterm_get_utf8()
133 vt->mode.utf8 = is_utf8; in vterm_set_utf8()
H A Dvterm_internal.h169 unsigned int utf8:1; member
H A Dparser.c126 int c1_allowed = !vt->mode.utf8; in vterm_input_write()
H A Dscreen.c761 static size_t _get_chars(const VTermScreen *screen, const int utf8, void *buffer, size_t len, const… in _get_chars() argument
768 if(utf8) { \ in _get_chars()
/vim-8.2.3635/src/
H A Dhelp.c971 int utf8 = MAYBE; in helptags_one() local
1061 if (utf8 == MAYBE) // first file in helptags_one()
1062 utf8 = this_utf8; in helptags_one()
1063 else if (utf8 != this_utf8) in helptags_one()
1151 if (utf8 == TRUE) in helptags_one()
H A Dstrings.c927 int utf8 = FALSE; in f_str2list() local
938 utf8 = (int)tv_get_bool_chk(&argvars[1], NULL); in f_str2list()
942 if (has_mbyte || utf8) in f_str2list()
947 if (utf8 || enc_utf8) in f_str2list()
H A Dlist.c1653 int utf8 = FALSE; in f_list2str() local
1674 utf8 = (int)tv_get_bool_chk(&argvars[1], NULL); in f_list2str()
1678 if (has_mbyte || utf8) in f_list2str()
1683 if (utf8 || enc_utf8) in f_list2str()
/vim-8.2.3635/runtime/spell/yi/
H A Dyi.diff1 *** wordlist.utf8.txt Thu Aug 11 19:49:22 2005
H A Dmain.aap11 WORDFILE = wordlist.utf8.txt
/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim82 \ no-sk-comments no-tty no-utf8-strings no-verbose
89 \ utf8-strings verbose with-colons with-fingerprint
H A Dscreen.vim227 \ utf8
H A Derlang.vim91utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\|unit\)\%(\%(\s\|\n\|%.*\n\)*-\%(\s\|\n\…
H A Dfstab.vim167 syn keyword fsOptionsKeywords contained utf8
212 syn keyword fsOptionsKeywords contained nonumtail posix utf8
H A Dmplayerconf.vim56 \ utf8 vobsub vobsubid abs ao aofile aop delay
H A Dscheme.vim364 syn keyword schemeFunction string->utf8
403 syn keyword schemeFunction utf8->string
H A Dpov.vim59 syn keyword povCharset ascii utf8 contained
/vim-8.2.3635/runtime/spell/ro/
H A Dmain.aap18 :sys env LANG=ro_RO.utf8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/ro ro_RO" -c q
/vim-8.2.3635/runtime/doc/
H A Dos_dos.txt352 utf8 - UTF-8
373 utf8 - UTF-8

123