diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:00:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:00:13 +0200 |
commit | ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (patch) | |
tree | 6cc66e85aa0b54ce4ee2e9fcd47987963f022c57 /src/installman.sh | |
parent | 037c54f261818439755d56e318da068f97997fb5 (diff) | |
download | vim-git-ad3ec76bb8030b9a1d3f0a49c374d0de2383b977.tar.gz |
patch 8.1.1194: typos and small problems in source filesv8.1.1194
Problem: Typos and small problems in source files.
Solution: Small fixes.
Diffstat (limited to 'src/installman.sh')
-rwxr-xr-x | src/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installman.sh b/src/installman.sh index 23fc32568..00a33a295 100755 --- a/src/installman.sh +++ b/src/installman.sh @@ -6,7 +6,7 @@ # 2 target directory e.g., "/usr/local/man/it/man1" # 3 language addition e.g., "" or "-it" # 4 vim location as used in manual pages e.g., "/usr/local/share/vim" -# 5 runtime dir for menu.vim et al. e.g., "/usr/local/share/vim/vim70" +# 5 runtime dir for menu.vim et al. e.g., "/usr/local/share/vim/vim81" # 6 runtime dir for global vimrc file e.g., "/usr/local/share/vim" # 7 source dir for help files e.g., "../runtime/doc" # 8 mode bits for manpages e.g., "644" |