diff options
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index e50ec7d520..4b134926a2 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -90,13 +90,10 @@ Default autocommands exist in the following groups. Use ":autocmd! {group}" to remove them and ":autocmd {group}" to see how they're defined. nvim_terminal: -- BufReadCmd: New files with a name matching - `term://(.{-}//(\d+:)?)?\zs.*` are treated as terminal - buffers. |terminal-start| +- BufReadCmd: Treats "term://" buffers as |terminal| buffers. |terminal-start| nvim_cmdwin: -- CmdWinEnter: Synchronize syntax highlighting within the command - window. +- CmdwinEnter: Limits syntax sync to maxlines=1 in the |cmdwin|. ============================================================================== 3. New Features *nvim-features* |