|
1 | | -*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 06 |
| 1 | +*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 09 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -5203,7 +5203,7 @@ glob({expr} [, {nosuf} [, {list} [, {alllinks}]]]) *glob()* |
5203 | 5203 | on {list} |
5204 | 5204 |
|
5205 | 5205 |
|
5206 | | -glob2regpat({string}) *glob2regpat()* |
| 5206 | +glob2regpat({string}) *glob2regpat()* |
5207 | 5207 | Convert a file pattern, as used by glob(), into a search |
5208 | 5208 | pattern. The result can be used to match with a string that |
5209 | 5209 | is a file name. E.g. > |
@@ -5656,7 +5656,7 @@ iconv({string}, {from}, {to}) *iconv()* |
5656 | 5656 | Return type: |String| |
5657 | 5657 |
|
5658 | 5658 |
|
5659 | | -id({item}) *id()* |
| 5659 | +id({item}) *id()* |
5660 | 5660 | The result is a unique String associated with the {item} and |
5661 | 5661 | not with the {item}'s contents. It is only valid while the |
5662 | 5662 | {item} exists and is referenced. It is valid only in the |
@@ -7081,7 +7081,7 @@ matchbufline({buf}, {pat}, {lnum}, {end}, [, {dict}]) |
7081 | 7081 | Return type: list<dict<any>> or list<any> |
7082 | 7082 |
|
7083 | 7083 |
|
7084 | | -matchdelete({id} [, {win}) *matchdelete()* *E802* *E803* |
| 7084 | +matchdelete({id} [, {win}) *matchdelete()* *E802* *E803* |
7085 | 7085 | Deletes a match with ID {id} previously defined by |matchadd()| |
7086 | 7086 | or one of the |:match| commands. Returns 0 if successful, |
7087 | 7087 | otherwise -1. See example for |matchadd()|. All matches can |
|
0 commit comments