Skip to content

Commit 6de7191

Browse files
committed
runtime(doc): mention how NUL bytes are handled
fixes: #16326 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 80ed8b8 commit 6de7191

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

runtime/doc/terminal.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03
1+
*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -197,6 +197,9 @@ Command syntax ~
197197
if [command] is NONE no job is started, the pty of the
198198
terminal can be used by a command like gdb.
199199

200+
If [command] outputs NUL bytes, those will be
201+
converted to new lines |NL-used-for-Nul|.
202+
200203
*terminal-nospecial*
201204
Vim itself only recognizes |cmdline-special|
202205
characters inside [command]. Everything else will be

0 commit comments

Comments
 (0)