commit 7860fd98ae148305c36d808452b551a517f9939b
parent 18bba0949121f3f600a146db095bb99f58cf21c9
Author: zeertzjq <zeertzjq@outlook.com>
Date: Fri, 27 Sep 2024 06:43:15 +0800
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 <dougkearns@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.