|
1 | | -*builtin.txt* For Vim version 9.0. Last change: 2023 Aug 09 |
| 1 | +*builtin.txt* For Vim version 9.0. Last change: 2023 Sep 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1857,7 +1857,7 @@ cosh({expr}) *cosh()* |
1857 | 1857 | Compute()->cosh() |
1858 | 1858 |
|
1859 | 1859 |
|
1860 | | -count({comp}, {expr} [, {ic} [, {start}]]) *count()* |
| 1860 | +count({comp}, {expr} [, {ic} [, {start}]]) *count()* *E706* |
1861 | 1861 | Return the number of times an item with value {expr} appears |
1862 | 1862 | in |String|, |List| or |Dictionary| {comp}. |
1863 | 1863 |
|
@@ -5054,12 +5054,14 @@ insert({object}, {item} [, {idx}]) *insert()* |
5054 | 5054 |
|
5055 | 5055 | Can also be used as a |method|: > |
5056 | 5056 | mylist->insert(item) |
5057 | | -
|
5058 | | -instanceof({object}, {class}) *instanceof()* |
5059 | | - The result is a Number, which is |TRUE| when the {object} argument is a |
5060 | | - direct or indirect instance of a |Class| specified by {class}. |
5061 | | - When {class} is a |List| the function returns |TRUE| when {object} is an |
5062 | | - instance of any of the specified classes. |
| 5057 | +< |
| 5058 | + *instanceof()* *E614* *E616* *E693* |
| 5059 | +instanceof({object}, {class}) |
| 5060 | + The result is a Number, which is |TRUE| when the {object} |
| 5061 | + argument is a direct or indirect instance of a |Class| |
| 5062 | + specified by {class}. |
| 5063 | + When {class} is a |List| the function returns |TRUE| when |
| 5064 | + {object} is an instance of any of the specified classes. |
5063 | 5065 | Example: > |
5064 | 5066 | instanceof(animal, [Dog, Cat]) |
5065 | 5067 |
|
@@ -6691,6 +6693,7 @@ printf({fmt}, {expr1} ...) *printf()* |
6691 | 6693 | using a {n$} positional argument specifier. See |printf-$|. |
6692 | 6694 |
|
6693 | 6695 |
|
| 6696 | + *E1520* |
6694 | 6697 | The conversion specifiers and their meanings are: |
6695 | 6698 |
|
6696 | 6699 | *printf-d* *printf-b* *printf-B* *printf-o* |
@@ -11106,6 +11109,8 @@ winaltkeys Compiled with 'winaltkeys' option. |
11106 | 11109 | windows Compiled with support for more than one window. |
11107 | 11110 | (always true) |
11108 | 11111 | writebackup Compiled with 'writebackup' default on. |
| 11112 | +xattr Compiled with extended attributes support |xattr| |
| 11113 | + (currently only supported on Linux). |
11109 | 11114 | xfontset Compiled with X fontset support |xfontset|. |
11110 | 11115 | xim Compiled with X input method support |xim|. |
11111 | 11116 | xpm Compiled with pixmap support. |
|
0 commit comments