runtime(doc): Fix typo in :help :command-modifiers
Commit:
https://github.com/vim/vim/commit/2c41dad3873e71cdd4076907cf35e985d0d7a0d1
Author: Doug Kearns <
dougk...@gmail.com>
Date: Thu Sep 26 16:05:02 2024 +0200
runtime(doc): Fix typo in :help :command-modifiers
closes:
https://github.com/vim/vim/issues/15734
Signed-off-by: Doug Kearns <
dougk...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index c38292604..ec944354e 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 9.1. Last change: 2024 Aug 31
+*map.txt* For Vim version 9.1. Last change: 2024 Sep 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1832,7 +1832,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.