| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 1444 \ 'Vim(python):TypeError: expected str() or unicode() instance, but got int') 2510 '{u"": 1}', # Same, but with unicode object 2884 vim.command(1):TypeError:('expected str() or unicode() instance, but got int',) 2892 vim.eval(1):TypeError:('expected str() or unicode() instance, but got int',) 2899 vim.bindeval(1):TypeError:('expected str() or unicode() instance, but got int',) 2906 vim.strwidth(1):TypeError:('expected str() or unicode() instance, but got int',) 2924 vim.options[1]:TypeError:('expected str() or unicode() instance, but got int',) 2946 d.get(1):TypeError:('expected str() or unicode() instance, but got int',) 2954 0 in d:TypeError:('expected str() or unicode() instance, but got int',) 2960 d[1] = 1:TypeError:('expected str() or unicode() instance, but got int',) [all …]
|
| H A D | test_listchars.vim | 274 " Test that unicode listchars characters get properly inserted
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 3 " http://www.unicode.org/Public/5.1.0/ucd/UCD.html 427 edit http://unicode.org/Public/UNIDATA/UnicodeData.txt 442 edit http://www.unicode.org/Public/UNIDATA/CaseFolding.txt 451 edit http://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt 465 edit https://unicode.org/Public/emoji/12.1/emoji-data.txt
|
| H A D | README.txt | 35 unicode.vim Vim script to generate tables for src/mbyte.c.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_raku.txt | 8 1. Using Unicode in your Raku files |raku-unicode| 11 1. Using Unicode in your Raku files *raku-unicode*
|
| H A D | os_dos.txt | 350 unicode - UTF-16le (default output from PowerShell 5.1) 371 unicode - UTF-16le
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | kana.vim | 46 " 3. For the unicode mapping relevant to this kmap, refer to 3075--30F5 of 48 " http://www.macchiato.com/unicode/charts.html
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sgml.vim | 22 " unicode numbers: 23 " provide different highlithing for unicode characters
|
| H A D | xquery.vim | 29 …Name nilled node-name normalize-space normalize-space normalize-unicode normalize-unicode not numb…
|
| H A D | meson.vim | 52 " Meson allows case-insensitive Unicode IDs: http://www.unicode.org/charts/
|
| H A D | wsml.vim | 73 " unicode characters
|
| H A D | mplayerconf.vim | 29 \ sub-bg-alpha subfont-outline unicode format
|
| H A D | jproperties.vim | 101 " \uABCD are unicode special characters
|
| H A D | po.vim | 74 " Accelerator keys - this messes up if the preceding or following char is a multibyte unicode char
|
| H A D | uc.vim | 94 " unicode characters
|
| H A D | css.vim | 320 …t\(-\(decoration\|transform\|align\|index\|shadow\)\)\=\|vertical-align\|unicode-bidi\|line-height… 436 syn match cssFontDescriptorProp contained "\<unicode-range\>" 437 " unicode-range attributes
|
| H A D | mma.vim | 219 " \:xxxx 4 digit hex (multibyte unicode)
|
| H A D | python.vim | 141 " Python allows case-insensitive Unicode IDs: http://www.unicode.org/charts/
|
| H A D | sqr.vim | 180 syn keyword sqrFunction transform translate unicode upper wrapdepth
|
| H A D | java.vim | 193 " unicode characters
|
| /vim-8.2.3635/src/ |
| H A D | edit.c | 1872 int unicode = 0; in get_literal() local 1908 unicode = nc; in get_literal() 1911 if (hex || unicode != 0) in get_literal() 1933 if (cc > 255 && unicode == 0) in get_literal() 1942 else if (unicode) // Unicode: up to four or eight chars in get_literal() 1944 if ((unicode == 'u' && i >= 4) || (unicode == 'U' && i >= 8)) in get_literal()
|
| H A D | if_python3.c | 413 static char* (*py3_PyUnicode_AsUTF8)(PyObject *unicode); 415 static char* (*py3__PyUnicode_AsString)(PyObject *unicode); 417 static PyObject* (*py3_PyUnicode_AsEncodedString)(PyObject *unicode, const char* encoding, const ch…
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | raku.vim | 59 " Convert ascii-based ops into their single-character unicode equivalent
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …ransition-duration transition-property transition-timing-function unicode-bidi unicode-range user-… 520 elseif prop == 'unicode-bidi' 522 elseif prop == 'unicode-range'
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_fi_fi.latin1.vim | 13 " Translations should be in latin1, if it requires latin9 or even unicode,
|