diff options
author | Yochem van Rosmalen <git@yochem.nl> | 2025-01-17 23:56:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 14:56:30 -0800 |
commit | c6cc937512f59af12fd1b15ca4f7a11288f28ca0 (patch) | |
tree | f5d412ea0894716abce0af7686e784d8be5d330c /runtime/doc/vim_diff.txt | |
parent | b9e6fa7ec81c463d77cc919392b52f6df2d8d304 (diff) | |
download | rneovim-c6cc937512f59af12fd1b15ca4f7a11288f28ca0.tar.gz rneovim-c6cc937512f59af12fd1b15ca4f7a11288f28ca0.tar.bz2 rneovim-c6cc937512f59af12fd1b15ca4f7a11288f28ca0.zip |
docs: change augroup names to new convention #32061
Ref: 09e01437c968be4c6e9f6bb3ac8811108c58008c
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 59c1c4b21c..c870de00ef 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -170,7 +170,7 @@ DEFAULT AUTOCOMMANDS Default autocommands exist in the following groups. Use ":autocmd! {group}" to remove them and ":autocmd {group}" to see how they're defined. -nvim_terminal: +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. @@ -193,10 +193,10 @@ nvim_terminal: - 'winhighlight' uses |hl-StatusLineTerm| and |hl-StatusLineTermNC| in place of |hl-StatusLine| and |hl-StatusLineNC| -nvim_cmdwin: +nvim.cmdwin: - CmdwinEnter: Limits syntax sync to maxlines=1 in the |cmdwin|. -nvim_swapfile: +nvim.swapfile: - SwapExists: Skips the swapfile prompt (sets |v:swapchoice| to "e") when the swapfile is owned by a running Nvim process. Shows |W325| "Ignoring swapfile…" message. |