| /vim-8.2.3635/src/testdir/ |
| H A D | test_plus_arg_edit.vim | 14 " 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 D | test_spellfile.vim | 780 " 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 D | test_alot_utf8.vim | 4 " These tests use utf8 'encoding'. Setting 'encoding' is already done in
|
| H A D | test_maparg.vim | 2 " Also test utf8 map with a 0x80 byte. 12 set encoding=utf8
|
| H A D | test_listlbr.vim | 1 " Test for linebreak and list option (non-utf8)
|
| H A D | test_ex_mode.vim | 35 for e in ['utf8', 'latin1']
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | mouse.c | 25 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 D | vterm.c | 128 return vt->mode.utf8; in vterm_get_utf8() 133 vt->mode.utf8 = is_utf8; in vterm_set_utf8()
|
| H A D | vterm_internal.h | 169 unsigned int utf8:1; member
|
| H A D | parser.c | 126 int c1_allowed = !vt->mode.utf8; in vterm_input_write()
|
| H A D | screen.c | 761 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 D | help.c | 971 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 D | strings.c | 927 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 D | list.c | 1653 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 D | yi.diff | 1 *** wordlist.utf8.txt Thu Aug 11 19:49:22 2005
|
| H A D | main.aap | 11 WORDFILE = wordlist.utf8.txt
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gpg.vim | 82 \ no-sk-comments no-tty no-utf8-strings no-verbose 89 \ utf8-strings verbose with-colons with-fingerprint
|
| H A D | screen.vim | 227 \ utf8
|
| H A D | erlang.vim | 91 …utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\|unit\)\%(\%(\s\|\n\|%.*\n\)*-\%(\s\|\n\…
|
| H A D | fstab.vim | 167 syn keyword fsOptionsKeywords contained utf8 212 syn keyword fsOptionsKeywords contained nonumtail posix utf8
|
| H A D | mplayerconf.vim | 56 \ utf8 vobsub vobsubid abs ao aofile aop delay
|
| H A D | scheme.vim | 364 syn keyword schemeFunction string->utf8 403 syn keyword schemeFunction utf8->string
|
| H A D | pov.vim | 59 syn keyword povCharset ascii utf8 contained
|
| /vim-8.2.3635/runtime/spell/ro/ |
| H A D | main.aap | 18 :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 D | os_dos.txt | 352 utf8 - UTF-8 373 utf8 - UTF-8
|