From 6de7191c31941b8be46dcf81c0ab71ad1285ab66 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 30 Dec 2024 10:20:17 +0100 Subject: [PATCH] runtime(doc): mention how NUL bytes are handled fixes: #16326 Signed-off-by: Christian Brabandt --- runtime/doc/terminal.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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