diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-23 15:32:11 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-23 15:49:37 +0100 |
commit | 73da522d73c5d686c122ea4482d03e576a6a242c (patch) | |
tree | c1964417c81554ddb1ba212aec74ac532eb0d56d /runtime/doc/helphelp.txt | |
parent | 7c7c5a80a46b38067e8288e1e3ccd2b9c7c73b6e (diff) | |
download | rneovim-73da522d73c5d686c122ea4482d03e576a6a242c.tar.gz rneovim-73da522d73c5d686c122ea4482d03e576a6a242c.tar.bz2 rneovim-73da522d73c5d686c122ea4482d03e576a6a242c.zip |
errors: Introduce "E856: Filename too long"
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index ca341af200..ad1611133a 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -185,7 +185,7 @@ command: > < *:helpt* *:helptags* - *E154* *E150* *E151* *E152* *E153* *E670* + *E154* *E150* *E151* *E152* *E153* *E670* *E856* :helpt[ags] [++t] {dir} Generate the help tags file(s) for directory {dir}. When {dir} is ALL then all "doc" directories in |