| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 681 int converted = FALSE; in buf_write() local 1678 converted = need_conversion(fenc); in buf_write() 1683 if (converted && (enc_utf8 || STRCMP(p_enc, "latin1") == 0)) in buf_write() 1700 if (converted && wb_flags == 0 && (wb_flags = get_win_fio_flags(fenc)) != 0) in buf_write() 1711 if (converted && wb_flags == 0 && (wb_flags = get_mac_fio_flags(fenc)) != 0) in buf_write() 1721 if (converted && wb_flags == 0) in buf_write() 1758 if (converted && wb_flags == 0 in buf_write() 1784 if (!converted || dobackup) in buf_write() 2376 else if (converted) in buf_write()
|
| H A D | json.c | 105 char_u *converted = NULL; in write_string() local 114 converted = res = string_convert(&conv, res, NULL); in write_string() 159 vim_free(converted); in write_string()
|
| H A D | viminfo.c | 983 int converted; in barline_parse() local 1105 converted = FALSE; in barline_parse() 1117 converted = TRUE; in barline_parse() 1123 if (s != buf && allocated && !converted) in barline_parse() 1128 value->bv_allocated = allocated || converted; in barline_parse()
|
| H A D | fileio.c | 208 int converted = FALSE; // TRUE if conversion done in readfile() local 980 converted = need_conversion(fenc); in readfile() 981 if (converted) in readfile() 2469 else if (converted) in readfile()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_lua.txt | 133 |Dictionary|). Number keys are converted to 192 Vim strings and numbers are directly converted 194 lists and dictionaries are converted to Lua 399 Lua functions and closures are automatically converted to a Vim |Funcref| and 506 list, dict, blob, and funcref userdata are converted to their Vim respective 507 types, while Lua booleans are converted to numbers. An error is thrown if
|
| H A D | eval.txt | 167 automatically converted. 5614 result is converted to a string. 8281 converted to Vim data structures. 8286 converted to strings. 8705 converted to Vim data structures. 8711 keys converted to strings. 8723 converted to Vim data structures. 8739 converted to Vim data structures. 9256 converted to Vim data structures. 9938 converted to a String. [all …]
|
| H A D | usr_45.txt | 159 The nice thing about Unicode is that other encodings can be converted to it 262 encoding internally, thus the 16-bit encoding must be converted, since there 283 they are different, the text will be converted.
|
| H A D | print.txt | 108 are converted to Vim standard names - see 'encoding' for more details. Names 109 not recognized by Vim will just be converted to lower case and underscores 122 cannot be converted will be replaced with upside down question marks. 425 empty). Any characters that are not successfully converted are shown as
|
| H A D | pi_tar.txt | 164 v2 * converted to use Vim7's new autoload feature
|
| H A D | if_ruby.txt | 210 The Ruby value "true", "false" and "nil" are converted to v:true, v:false and
|
| H A D | repeat.txt | 325 The following lines will be converted from [encoding] 335 ... lines to be converted ... 337 ... not converted ... 341 line can't be converted there is no error and the
|
| H A D | if_tcl.txt | 262 This can be converted to a Tcl array variable: > 384 |tcl-window-cursor|). This can be converted to a Tcl array variable: >
|
| H A D | channel.txt | 143 of the received message, converted to Vim types. 254 The {expr} is converted to JSON and wrapped in an array. An example of the 283 Then channel handler will then get {response} converted to Vim types. If the 911 and further items are the arguments. All items are converted
|
| H A D | cmdline.txt | 81 is converted back to what it was without |modifyOtherKeys|, 172 converted to a String. 443 no uppercase characters, the added character is converted to
|
| /vim-8.2.3635/src/po/ |
| H A D | Makefile | 26 .PHONY: all install uninstall prefixcheck converted check clean checkclean distclean update-po $(LA… 83 converted: $(MOCONVERTED) target
|
| H A D | README.txt | 11 supported by iconv and will be automatically converted to the currently used
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | msmessages.vim | 27 " converted to C code and variants on "; //" which will remain comments
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | README.txt | 53 MS-Windows codepages), thus the converted menu file must be available.
|
| H A D | menu_hu_hu.utf-8.vim | 6 " This file was converted from menu_hu_hu.iso_8859-2.vim. See there for
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | help.vim | 90 " Don't highlight [converted] and others that do not have a tag 91 syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
|
| H A D | msmessages.vim | 43 " Comments are converted to C source (by removing leading ;)
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 110 " 'fileencoding' for converted document encoding if 116 " doesn't use anything in the converted HTML as a
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_float_func.vim | 359 " This was converted from test65
|
| H A D | test_termcodes.vim | 2170 " CTRL-@ actually produces the code for CTRL-2, which is converted 2174 " CTRL-^ actually produces the code for CTRL-6, which is converted 2178 " CTRL-_ actually produces the code for CTRL--, which is converted
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 161 script, with only some things that cannot be converted.
|