|
1 | | -*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 11 |
| 1 | +*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 18 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1311,7 +1311,7 @@ blob2str({blob} [, {options}]) *blob2str()* |
1311 | 1311 | encoding. The value is a |String|. See |
1312 | 1312 | |encoding-names| for the supported values |
1313 | 1313 | (plus the special value "none"). |
1314 | | - *E1515* |
| 1314 | + *E1515* *E1516* |
1315 | 1315 | When current 'encoding' is "utf-8", an error is given and an |
1316 | 1316 | empty List is returned if an invalid byte sequence is |
1317 | 1317 | encountered in {blob}. To suppress this validation and get |
@@ -4998,6 +4998,8 @@ getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()* |
4998 | 4998 | Can also be used as a |method|: > |
4999 | 4999 | getpos('.')->getregionpos(getpos("'a")) |
5000 | 5000 | < |
| 5001 | + For an example, see the highlight-yank plugin |52.6| |
| 5002 | + |
5001 | 5003 | Return type: list<list<list<number>>> |
5002 | 5004 |
|
5003 | 5005 |
|
@@ -7275,6 +7277,9 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()* |
7275 | 7277 | given sequence. |
7276 | 7278 | limit Maximum number of matches in {list} to be |
7277 | 7279 | returned. Zero means no limit. |
| 7280 | + camelcase Use enhanced camel case scoring making results |
| 7281 | + better suited for completion related to |
| 7282 | + programming languages. Defaults to v:true. |
7278 | 7283 |
|
7279 | 7284 | If {list} is a list of dictionaries, then the optional {dict} |
7280 | 7285 | argument supports the following additional items: |
|
0 commit comments