comparison src/installman.sh @ 16378:3d6b282e2d6e v8.1.1194

patch 8.1.1194: typos and small problems in source files commit https://github.com/vim/vim/commit/ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 21 00:00:13 2019 +0200 patch 8.1.1194: typos and small problems in source files Problem: Typos and small problems in source files. Solution: Small fixes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 00:15:05 +0200
parents 3d2bae2e6b80
children a7b8f78dd868
comparison
equal deleted inserted replaced
16377:b79321679d79 16378:3d6b282e2d6e
4 # arguments: 4 # arguments:
5 # 1 what: "install", "uninstall" or "xxd" 5 # 1 what: "install", "uninstall" or "xxd"
6 # 2 target directory e.g., "/usr/local/man/it/man1" 6 # 2 target directory e.g., "/usr/local/man/it/man1"
7 # 3 language addition e.g., "" or "-it" 7 # 3 language addition e.g., "" or "-it"
8 # 4 vim location as used in manual pages e.g., "/usr/local/share/vim" 8 # 4 vim location as used in manual pages e.g., "/usr/local/share/vim"
9 # 5 runtime dir for menu.vim et al. e.g., "/usr/local/share/vim/vim70" 9 # 5 runtime dir for menu.vim et al. e.g., "/usr/local/share/vim/vim81"
10 # 6 runtime dir for global vimrc file e.g., "/usr/local/share/vim" 10 # 6 runtime dir for global vimrc file e.g., "/usr/local/share/vim"
11 # 7 source dir for help files e.g., "../runtime/doc" 11 # 7 source dir for help files e.g., "../runtime/doc"
12 # 8 mode bits for manpages e.g., "644" 12 # 8 mode bits for manpages e.g., "644"
13 # 9 vim exe name e.g., "vim" 13 # 9 vim exe name e.g., "vim"
14 # 10 name of vimdiff exe e.g., "vimdiff" 14 # 10 name of vimdiff exe e.g., "vimdiff"