From: Christian Brabandt Date: Mon, 30 Dec 2024 09:20:17 +0000 (+0100) Subject: runtime(doc): mention how NUL bytes are handled X-Git-Tag: v9.1.0980~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de7191c31941b8be46dcf81c0ab71ad1285ab66;p=thirdparty%2Fvim.git runtime(doc): mention how NUL bytes are handled fixes: #16326 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index da5b1481e1..7e2d898245 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03 +*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -197,6 +197,9 @@ Command syntax ~ if [command] is NONE no job is started, the pty of the terminal can be used by a command like gdb. + If [command] outputs NUL bytes, those will be + converted to new lines |NL-used-for-Nul|. + *terminal-nospecial* Vim itself only recognizes |cmdline-special| characters inside [command]. Everything else will be