comparison runtime/doc/vim.1 @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents f2c2f9126a82
children 8dad79c661d1
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
144 \-c {command} 144 \-c {command}
145 {command} will be executed after the first file has been read. 145 {command} will be executed after the first file has been read.
146 {command} is interpreted as an Ex command. 146 {command} is interpreted as an Ex command.
147 If the {command} contains spaces it must be enclosed in double quotes (this 147 If the {command} contains spaces it must be enclosed in double quotes (this
148 depends on the shell that is used). 148 depends on the shell that is used).
149 Example: Vim "+set si" main.c 149 Example: vim "+set si" main.c
150 .br 150 .br
151 Note: You can use up to 10 "+" or "\-c" commands. 151 Note: You can use up to 10 "+" or "\-c" commands.
152 .TP 152 .TP
153 \-S {file} 153 \-S {file}
154 {file} will be sourced after the first file has been read. 154 {file} will be sourced after the first file has been read.