runtime(doc): mention how NUL bytes are handled
Commit:
https://github.com/vim/vim/commit/6de7191c31941b8be46dcf81c0ab71ad1285ab66
Author: Christian Brabandt <
c...@256bit.org>
Date: Mon Dec 30 10:20:17 2024 +0100
runtime(doc): mention how NUL bytes are handled
fixes:
https://github.com/vim/vim/issues/16326
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index da5b1481e..7e2d89824 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