mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(vim_diff): fixed inconsistent autocmds behavior #24453
This commit is contained in:
parent
5fb4c397a1
commit
78b56b21b4
@ -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*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user