1
- *usr_05.txt* For Vim version 9.1. Last change: 2024 Oct 05
1
+ *usr_05.txt* For Vim version 9.1. Last change: 2025 Jan 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -392,7 +392,7 @@ The ":map" command (with no arguments) lists your current mappings. At
392
392
least the ones for Normal mode. More about mappings in section | 40.1 | .
393
393
394
394
==============================================================================
395
- *05.5* Adding a package *add-package* *matchit-install*
395
+ *05.5* Adding a package *add-package* *matchit-install* *package-matchit *
396
396
397
397
A package is a set of files that you can add to Vim. There are two kinds of
398
398
packages: optional and automatically loaded on startup.
@@ -427,7 +427,7 @@ an archive or as a repository. For an archive you can follow these steps:
427
427
Here "fancytext" is the name of the package, it can be anything
428
428
else.
429
429
430
- Adding the editorconfig package *editorconfig-install*
430
+ Adding the editorconfig package *editorconfig-install* *package-editorconfig *
431
431
432
432
Similar to the matchit package, to load the distributed editorconfig plugin
433
433
when Vim starts, add the following line to your vimrc file: >
@@ -437,7 +437,7 @@ After restarting your Vim, the plugin is active and you can read about it at: >
437
437
:h editorconfig.txt
438
438
439
439
440
- Adding comment package *comment-install*
440
+ Adding comment package *comment-install* *package-comment *
441
441
442
442
Load the plugin with this command: >
443
443
packadd comment
@@ -450,7 +450,7 @@ the package loaded. Once the package is loaded, read about it at: >
450
450
:h comment.txt
451
451
452
452
453
- Adding nohlsearch package *nohlsearch-install*
453
+ Adding nohlsearch package *nohlsearch-install* *package-nohlsearch *
454
454
455
455
Load the plugin with this command: >
456
456
packadd nohlsearch
0 commit comments