aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-11 12:44:47 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-11 12:55:58 +0800
commit059d36e326e31fc9bc6055d7c999f86d94fa9bd5 (patch)
tree53577f4456663a3315e0d485914c3a4d6c4e2f42 /runtime/doc/vim_diff.txt
parent851252f79ddaaca5456b287342cd36130c76ff38 (diff)
downloadrneovim-059d36e326e31fc9bc6055d7c999f86d94fa9bd5.tar.gz
rneovim-059d36e326e31fc9bc6055d7c999f86d94fa9bd5.tar.bz2
rneovim-059d36e326e31fc9bc6055d7c999f86d94fa9bd5.zip
feat(events): add DirChangedPre
In Nvim, like DirChanged, this also triggers when switching windows. This marks Vim patch 8.2.4335 as ported. vim-patch:8.2.4335: no autocommand event triggered before changing directory Problem: No autocommand event triggered before changing directory. (Ronnie Magatti) Solution: Add DirChangedPre. (closes vim/vim#9721) https://github.com/vim/vim/commit/28e8f73ae2d90009fd62cd60f97c2643ba44de68
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 7892b82137..385ce34d70 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -433,7 +433,8 @@ Vimscript compatibility:
`this_session` does not alias to |v:this_session|
Working directory (Vim implemented some of these later than Nvim):
-- |DirChanged| can be triggered when switching to another window.
+- |DirChanged| and |DirChangedPre| can be triggered when switching to another
+ window or tab.
- |getcwd()| and |haslocaldir()| may throw errors if the tab page or window
cannot be found. *E5000* *E5001* *E5002*
- |haslocaldir()| checks for tab-local directory if and only if -1 is passed as