From 78b56b21b4a80fcc7deaf131e49536e23c73c6d8 Mon Sep 17 00:00:00 2001 From: ii14 <59243201+ii14@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:10:55 +0200 Subject: [PATCH] docs(vim_diff): fixed inconsistent autocmds behavior #24453 --- runtime/doc/vim_diff.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 8e87c7ee6c..6d9f8a13a9 100644 --- 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*