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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tSC67-00DSUD-UE%40256bit.org.