From 7860fd98ae148305c36d808452b551a517f9939b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 27 Sep 2024 06:43:15 +0800 Subject: vim-patch:2c41dad: runtime(doc): Fix typo in :help :command-modifiers closes: vim/vim#15734 https://github.com/vim/vim/commit/2c41dad3873e71cdd4076907cf35e985d0d7a0d1 Co-authored-by: Doug Kearns --- runtime/doc/map.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 3bdf8c1e13..7fd1f3bfbb 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1684,7 +1684,7 @@ The valid escape sequences are nothing. Supported modifiers are |:aboveleft|, |:belowright|, |:botright|, |:browse|, |:confirm|, |:hide|, |:horizontal|, |:keepalt|, |:keepjumps|, |:keepmarks|, |:keeppatterns|, - |:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile| + |:leftabove|, |:lockmarks|, |:noautocmd|, |:noswapfile|, |:rightbelow|, |:sandbox|, |:silent|, |:tab|, |:topleft|, |:unsilent|, |:verbose|, and |:vertical|. Note that |:filter| is not supported. -- cgit