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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -392,7 +392,7 @@ The ":map" command (with no arguments) lists your current mappings. At
392392least the ones for Normal mode. More about mappings in section | 40.1 | .
393393
394394==============================================================================
395- *05.5* Adding a package *add-package* *matchit-install*
395+ *05.5* Adding a package *add-package* *matchit-install* *package-matchit *
396396
397397A package is a set of files that you can add to Vim. There are two kinds of
398398packages: optional and automatically loaded on startup.
@@ -427,7 +427,7 @@ an archive or as a repository. For an archive you can follow these steps:
427427 Here "fancytext" is the name of the package, it can be anything
428428 else.
429429
430- Adding the editorconfig package *editorconfig-install*
430+ Adding the editorconfig package *editorconfig-install* *package-editorconfig *
431431
432432Similar to the matchit package, to load the distributed editorconfig plugin
433433when 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: >
437437 :h editorconfig.txt
438438
439439
440- Adding comment package *comment-install*
440+ Adding comment package *comment-install* *package-comment *
441441
442442Load the plugin with this command: >
443443 packadd comment
@@ -450,7 +450,7 @@ the package loaded. Once the package is loaded, read about it at: >
450450 :h comment.txt
451451
452452
453- Adding nohlsearch package *nohlsearch-install*
453+ Adding nohlsearch package *nohlsearch-install* *package-nohlsearch *
454454
455455Load the plugin with this command: >
456456 packadd nohlsearch
0 commit comments