diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-03-11 21:01:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 21:01:47 +0100 |
commit | 9312e2d06ae29db2e21b575b007c29da514e5df3 (patch) | |
tree | 0a4e12ff9280c0c0922ce1c29f355794b46446b1 /runtime/doc/nvim_terminal_emulator.txt | |
parent | 3b63374b33a3db38a3d2b2e467f7902b6a9fe1af (diff) | |
download | rneovim-9312e2d06ae29db2e21b575b007c29da514e5df3.tar.gz rneovim-9312e2d06ae29db2e21b575b007c29da514e5df3.tar.bz2 rneovim-9312e2d06ae29db2e21b575b007c29da514e5df3.zip |
autocmd: rename "once" => "-once" #9713
- Rename "nested" to "-nested", but continue to support "nested" for
backwards-compatibility.
- Allow any order: "-once -nested" or "-nested -once".
ref https://github.com/neovim/neovim/pull/9706#issuecomment-471295747
Diffstat (limited to 'runtime/doc/nvim_terminal_emulator.txt')
-rw-r--r-- | runtime/doc/nvim_terminal_emulator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt index cdcb61404f..2eaaf82934 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/nvim_terminal_emulator.txt @@ -35,7 +35,7 @@ There are 3 ways to create a terminal buffer: < Note: The "term://" pattern is handled by a BufReadCmd handler, so the |autocmd-nested| modifier is required to use it in an autocmd. > - autocmd VimEnter * nested split term://sh + autocmd VimEnter * -nested split term://sh < This is only mentioned for reference; use |:terminal| instead. When the terminal starts, the buffer contents are updated and the buffer is |