diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-08-13 05:23:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 05:23:15 -0700 |
commit | 0fe921663f1be9e32afa66874fda1ef15142a47e (patch) | |
tree | 15c47c28238d0a3b84eb04e0401ccaf30f9daa43 /runtime/doc/vim_diff.txt | |
parent | 8179d68dc1a90f47bfb307d73e71adc98883ae00 (diff) | |
parent | 3fb372eba48796b5d0a7758f91e168be8e70e183 (diff) | |
download | rneovim-0fe921663f1be9e32afa66874fda1ef15142a47e.tar.gz rneovim-0fe921663f1be9e32afa66874fda1ef15142a47e.tar.bz2 rneovim-0fe921663f1be9e32afa66874fda1ef15142a47e.zip |
Merge #15440 close 'shell' :terminal automatically
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 9569c38b85..d288f31828 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -133,6 +133,8 @@ remove them and ":autocmd {group}" to see how they're defined. nvim_terminal: - BufReadCmd: Treats "term://" buffers as |terminal| buffers. |terminal-start| +- TermClose: A |terminal| buffer started with no arguments (which thus uses + 'shell') and which exits with no error is closed automatically. nvim_cmdwin: - CmdwinEnter: Limits syntax sync to maxlines=1 in the |cmdwin|. |