comparison runtime/doc/vim.man @ 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 cc953757ed2a
children 8dad79c661d1
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
108 -c {command} 108 -c {command}
109 {command} will be executed after the first file has been 109 {command} will be executed after the first file has been
110 read. {command} is interpreted as an Ex command. If the 110 read. {command} is interpreted as an Ex command. If the
111 {command} contains spaces it must be enclosed in double 111 {command} contains spaces it must be enclosed in double
112 quotes (this depends on the shell that is used). Example: 112 quotes (this depends on the shell that is used). Example:
113 Vim "+set si" main.c 113 vim "+set si" main.c
114 Note: You can use up to 10 "+" or "-c" commands. 114 Note: You can use up to 10 "+" or "-c" commands.
115 115
116 -S {file} {file} will be sourced after the first file has been read. 116 -S {file} {file} will be sourced after the first file has been read.
117 This is equivalent to -c "source {file}". {file} cannot 117 This is equivalent to -c "source {file}". {file} cannot
118 start with '-'. If {file} is omitted "Session.vim" is used 118 start with '-'. If {file} is omitted "Session.vim" is used