diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-20 10:12:07 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:43:36 -0400 |
commit | 8ecdc571b0cf679c5195088d140f2988bcbe87e1 (patch) | |
tree | b8b19e35a0d0109c3a366af490f09dac135b47d0 /runtime/doc/repeat.txt | |
parent | 85e539c99609cec0b5a0eab3aded394d0bbab555 (diff) | |
download | rneovim-8ecdc571b0cf679c5195088d140f2988bcbe87e1.tar.gz rneovim-8ecdc571b0cf679c5195088d140f2988bcbe87e1.tar.bz2 rneovim-8ecdc571b0cf679c5195088d140f2988bcbe87e1.zip |
vim-patch:7.4.1499
Problem: No error message when :packadd does not find anything.
Solution: Add an error message. (Hirohito Higashi)
https://github.com/vim/vim/commit/be82c254862e475a582c0717455e1db6bf96b0d0
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index a7873ce002..122e995f0a 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -204,7 +204,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. When 'verbose' is two or higher, there is a message about each searched file. - *:pa* *:packadd* + *:pa* *:packadd* *E919* :pa[ckadd][!] {name} Search for an optional plugin directory in 'packpath' and source any plugin files found. The directory must match: |