|
1 | | -*eval.txt* For Vim version 8.1. Last change: 2019 Feb 03 |
| 1 | +*eval.txt* For Vim version 8.1. Last change: 2019 Feb 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -5538,7 +5538,6 @@ iconv({expr}, {from}, {to}) *iconv()* |
5538 | 5538 | < Note that Vim uses UTF-8 for all Unicode encodings, conversion |
5539 | 5539 | from/to UCS-2 is automatically changed to use UTF-8. You |
5540 | 5540 | cannot use UCS-2 in a string anyway, because of the NUL bytes. |
5541 | | - {only available when compiled with the |+multi_byte| feature} |
5542 | 5541 |
|
5543 | 5542 | *indent()* |
5544 | 5543 | indent({lnum}) The result is a Number, which is indent of line {lnum} in the |
@@ -6816,8 +6815,7 @@ printf({fmt}, {expr1} ...) *printf()* |
6816 | 6815 | *printf-S* |
6817 | 6816 | S The text of the String argument is used. If a |
6818 | 6817 | precision is specified, no more display cells than the |
6819 | | - number specified are used. Without the |+multi_byte| |
6820 | | - feature works just like 's'. |
| 6818 | + number specified are used. |
6821 | 6819 |
|
6822 | 6820 | *printf-f* *E807* |
6823 | 6821 | f F The Float argument is converted into a string of the |
@@ -8611,10 +8609,10 @@ strcharpart({src}, {start} [, {len}]) *strcharpart()* |
8611 | 8609 |
|
8612 | 8610 | strdisplaywidth({expr} [, {col}]) *strdisplaywidth()* |
8613 | 8611 | The result is a Number, which is the number of display cells |
8614 | | - String {expr} occupies on the screen when it starts at {col}. |
8615 | | - When {col} is omitted zero is used. Otherwise it is the |
8616 | | - screen column where to start. This matters for Tab |
8617 | | - characters. |
| 8612 | + String {expr} occupies on the screen when it starts at {col} |
| 8613 | + (first column is zero). When {col} is omitted zero is used. |
| 8614 | + Otherwise it is the screen column where to start. This |
| 8615 | + matters for Tab characters. |
8618 | 8616 | The option settings of the current window are used. This |
8619 | 8617 | matters for anything that's displayed differently, such as |
8620 | 8618 | 'tabstop' and 'display'. |
@@ -10272,7 +10270,7 @@ mouse_sgr Compiled with support for sgr mouse. |
10272 | 10270 | mouse_urxvt Compiled with support for urxvt mouse. |
10273 | 10271 | mouse_xterm Compiled with support for xterm mouse. |
10274 | 10272 | mouseshape Compiled with support for 'mouseshape'. |
10275 | | -multi_byte Compiled with support for 'encoding' |
| 10273 | +multi_byte Compiled with support for 'encoding' (always true) |
10276 | 10274 | multi_byte_encoding 'encoding' is set to a multi-byte encoding. |
10277 | 10275 | multi_byte_ime Compiled with support for IME input method. |
10278 | 10276 | multi_lang Compiled with support for multiple languages. |
|
0 commit comments