neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 2e21d1d5ddb7a7fb5978bdce2812417026b276a9
parent 9180c18c462a4945657899b732189da6f2ea2eaf
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 18 Apr 2023 14:36:45 +0800

vim-patch:6ebe4f970b8b

Update runtime files

https://github.com/vim/vim/commit/6ebe4f970b8b398087076a72a7aae6e680fb92da

Co-authored-by: Bram Moolenaar <Bram@vim.org>

Diffstat:
Mruntime/doc/various.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt @@ -248,7 +248,6 @@ g8 Print the hex values of the bytes used in the < *:!cmd* *:!* :!{cmd} Execute {cmd} with 'shell'. See also |:terminal|. - `:!` without a {cmd} is a no-op, it does nothing. The command runs in a non-interactive shell connected to a pipe (not a terminal). Use |:terminal| to run an