]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify instal instructions for comment package
authorChristian Brabandt <cb@256bit.org>
Fri, 17 May 2024 15:29:37 +0000 (17:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 17 May 2024 15:30:04 +0000 (17:30 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_05.txt

index 063af9bfc79a90301667d630ca77d2a3b5af18ed..a9e8fb9c311e5338d567096a0564a9d73d72d41d 100644 (file)
@@ -1,4 +1,4 @@
-*usr_05.txt*   For Vim version 9.1.  Last change: 2024 Apr 26
+*usr_05.txt*   For Vim version 9.1.  Last change: 2024 May 17
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -445,7 +445,8 @@ Load the plugin with this command: >
 This way you can use the plugin with the default key bindings `gc` and similar
 for commenting (which is a well-established mapping in the Vim community).
 
-After restarting your Vim, the plugin is active and you can read about it at: >
+If you add this line to your vimrc file, then you need to restart Vim to have
+the package loaded. Once the package is loaded, read about it at: >
        :h comment.txt
 
 More information about packages can be found here: |packages|.