aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorii14 <59243201+ii14@users.noreply.github.com>2023-07-24 16:10:55 +0200
committerGitHub <noreply@github.com>2023-07-24 07:10:55 -0700
commit78b56b21b4a80fcc7deaf131e49536e23c73c6d8 (patch)
treeb88fbd111c67f8e69a73eab22f93be25e5203e84
parent5fb4c397a1da2737262ac7686666dc2596db50c2 (diff)
downloadrneovim-78b56b21b4a80fcc7deaf131e49536e23c73c6d8.tar.gz
rneovim-78b56b21b4a80fcc7deaf131e49536e23c73c6d8.tar.bz2
rneovim-78b56b21b4a80fcc7deaf131e49536e23c73c6d8.zip
docs(vim_diff): fixed inconsistent autocmds behavior #24453
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 4 insertions, 0 deletions
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*