comparison runtime/doc/various.txt @ 30967:eb2638f278bf

Update runtime files Commit: https://github.com/vim/vim/commit/6ebe4f970b8b398087076a72a7aae6e680fb92da Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 28 20:47:54 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:47 +0100
parents 2ee5b79038f0
children 5acd6f02ea35
comparison
equal deleted inserted replaced
30966:685ee8453163 30967:eb2638f278bf
1 *various.txt* For Vim version 9.0. Last change: 2022 Oct 13 1 *various.txt* For Vim version 9.0. Last change: 2022 Oct 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
247 compiler will have set stdin to a non-interactive 247 compiler will have set stdin to a non-interactive
248 mode. 248 mode.
249 249
250 *:!cmd* *:!* 250 *:!cmd* *:!*
251 :!{cmd} Execute {cmd} with the shell. See also the 'shell' 251 :!{cmd} Execute {cmd} with the shell. See also the 'shell'
252 and 'shelltype' option. `:!` without a {cmd} is a no-op, 252 and 'shelltype' option.
253 it does nothing.
254 *E34* 253 *E34*
255 Any '!' in {cmd} is replaced with the previous 254 Any '!' in {cmd} is replaced with the previous
256 external command (see also 'cpoptions'). But not when 255 external command (see also 'cpoptions'). But not when
257 there is a backslash before the '!', then that 256 there is a backslash before the '!', then that
258 backslash is removed. Example: ":!ls" followed by 257 backslash is removed. Example: ":!ls" followed by