commit 78b56b21b4a80fcc7deaf131e49536e23c73c6d8
parent 5fb4c397a1da2737262ac7686666dc2596db50c2
Author: ii14 <59243201+ii14@users.noreply.github.com>
Date: Mon, 24 Jul 2023 16:10:55 +0200
docs(vim_diff): fixed inconsistent autocmds behavior #24453
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
@@ -535,6 +535,10 @@ Working directory (Vim implemented some of these after Nvim):
- `getcwd(-1)` is equivalent to `getcwd(-1, 0)` instead of returning the global
working directory. Use `getcwd(-1, -1)` to get the global working directory.
+Autocommands:
+- Fixed inconsistent behavior in execution of nested autocommands:
+ https://github.com/neovim/neovim/issues/23368
+
==============================================================================
Missing features *nvim-missing*