From: Doug Kearns Date: Thu, 26 Sep 2024 14:05:02 +0000 (+0200) Subject: runtime(doc): Fix typo in :help :command-modifiers X-Git-Tag: v9.1.0743~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c41dad3873e71cdd4076907cf35e985d0d7a0d1;p=thirdparty%2Fvim.git runtime(doc): Fix typo in :help :command-modifiers closes: #15734 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index c382926043..ec944354e5 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.