Merge #15440 close 'shell' :terminal automatically

This commit is contained in:
Justin M. Keyes
2023-08-13 05:23:15 -07:00
committed by GitHub
8 changed files with 55 additions and 22 deletions

View File

@@ -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|.