mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
docs(vim_diff): fixed inconsistent autocmds behavior #24453
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user