Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 92) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dbufwrite.c681 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 Djson.c105 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 Dviminfo.c983 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 Dfileio.c208 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 Dif_lua.txt133 |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 Deval.txt167 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 Dusr_45.txt159 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 Dprint.txt108 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 Dpi_tar.txt164 v2 * converted to use Vim7's new autoload feature
H A Dif_ruby.txt210 The Ruby value "true", "false" and "nil" are converted to v:true, v:false and
H A Drepeat.txt325 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 Dif_tcl.txt262 This can be converted to a Tcl array variable: >
384 |tcl-window-cursor|). This can be converted to a Tcl array variable: >
H A Dchannel.txt143 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 Dcmdline.txt81 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 DMakefile26 .PHONY: all install uninstall prefixcheck converted check clean checkclean distclean update-po $(LA…
83 converted: $(MOCONVERTED) target
H A DREADME.txt11 supported by iconv and will be automatically converted to the currently used
/vim-8.2.3635/runtime/ftplugin/
H A Dmsmessages.vim27 " converted to C code and variants on "; //" which will remain comments
/vim-8.2.3635/runtime/lang/
H A DREADME.txt53 MS-Windows codepages), thus the converted menu file must be available.
H A Dmenu_hu_hu.utf-8.vim6 " This file was converted from menu_hu_hu.iso_8859-2.vim. See there for
/vim-8.2.3635/runtime/syntax/
H A Dhelp.vim90 " Don't highlight [converted] and others that do not have a tag
91 syn match helpNormal "\[\(readonly\|fifo\|socket\|converted\|crypted\)]"
H A Dmsmessages.vim43 " Comments are converted to C source (by removing leading ;)
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim110 " '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 Dtest_float_func.vim359 " This was converted from test65
H A Dtest_termcodes.vim2170 " 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 DREADME_VIM9.md161 script, with only some things that cannot be converted.

1234