From 2c41dad3873e71cdd4076907cf35e985d0d7a0d1 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 26 Sep 2024 16:05:02 +0200 Subject: [PATCH] runtime(doc): Fix typo in :help :command-modifiers closes: #15734 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- runtime/doc/map.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.