docs(vim_diff): fixed inconsistent autocmds behavior #24453

This commit is contained in:
ii14
2023-07-24 16:10:55 +02:00
committed by GitHub
parent 5fb4c397a1
commit 78b56b21b4

View File

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