Lines Matching refs:converted

87 The Number and String types are converted automatically, depending on how they
130 "foo" is converted to 0, which means FALSE. If the string starts with a
167 automatically converted.
170 When mixing Number and Float the Number is converted to Float. Otherwise
521 A key is always a String. You can use a Number, it will be converted to a
524 Number will be converted to the String '4'. The empty string can also be used
965 are (converted to) Numbers. The result is:
1067 When comparing a String with a Number, the String is converted to a Number,
1071 because 'x' converted to a Number is zero. However: >
1119 For all, except "." and "..", Strings are converted to Numbers.
1130 That works, since the String "190" is automatically converted to the Number
1166 A String will be converted to a Number first.
1189 automatically converted to a String), expr1 as a Number. This doesn't
1226 a Number it is first converted to a String.
1373 the two numbers "123" and "456", both converted to a string and concatenated,
1808 The name of the character encoding of a file to be converted.
2019 'charconvert' file to be converted
2029 'charconvert' resulting converted file (*)
3176 converted to a |Number| abs() returns a |Number|. Otherwise
3224 Bitwise AND on the two arguments. The arguments are converted
3237 Any type of item is accepted and converted to a String.
4290 The character will be converted from Unicode to 'encoding'
4317 The characters will be converted from Unicode to 'encoding'
5614 result is converted to a string.
6865 The result is a String, which is the text {string} converted
6868 returned. When some characters could not be converted they
7065 Bitwise invert. The argument is converted to a number. A
7145 converted into a string like with |string()|.
7218 Vim values are converted as follows:
7549 Evaluate Lua expression {expr} and return its result converted
7553 Boolean objects are converted to numbers.
7554 Numbers are converted to |Float| values if vim was compiled
8281 converted to Vim data structures.
8286 converted to strings.
8287 All other types are converted to string with display function.
8336 Bitwise OR on the two arguments. The arguments are converted
8362 its result converted to Vim data structures. If value can't be
8363 converted, it is returned as a string Perl representation.
8454 # The value should be converted to an "alternate
8468 0 (zero) Zero padding. For all conversions the converted
8474 - A negative field width flag; the converted value
8476 The converted value is padded on the right with
8489 field width. If the converted value has fewer bytes
8522 dbBoxX The Number argument is converted to signed decimal
8528 digits that must appear; if the converted value
8547 c The Number argument is converted to a byte, and the
8555 automatically converted to text with the same format
8563 f F The Float argument is converted into a string of the
8578 e E The Float argument is converted into a string of the
8584 g G The Float argument is converted like with 'f' if the
8593 % A '%' is written. No argument is converted. The
8597 accepted and automatically converted.
8599 is also accepted and automatically converted.
8705 converted to Vim data structures.
8707 copied though, Unicode strings are additionally converted to
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.
10746 set to. A comma ends the number: "12,345.67" is converted to
10922 string({expr}) Return {expr} converted to a String. If {expr} is a Number,
10947 If the argument is a Number it is first converted to a String.
11290 list items converted to NULs).
12271 Bitwise XOR on the two arguments. The arguments are converted
13103 always converted to the type of the option.
13513 ":try" and ":endtry" is converted to an exception. It
13519 exception. An error in a Vim command is converted
13521 other errors are converted to a value of the form
14105 (Note that errors and interrupts from inside the try conditional are converted
14197 presence of the try conditional causes all errors to be converted to an
14219 which is converted inside try conditionals to an exception >
14226 which is converted inside try conditionals to an exception >
14240 which is converted inside try conditionals to an exception >
14312 When there are active try conditionals, an interrupt (CTRL-C) is converted to
14669 not converted to an exception. (See |:silent|.) So the only remaining cause
14715 usually the most specific one and therefore converted to the error exception.