aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-09-27 06:43:15 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-09-27 06:43:29 +0800
commit7860fd98ae148305c36d808452b551a517f9939b (patch)
tree1ce42c8f44934bf4af1864b10e37e0aa50186b25
parent18bba0949121f3f600a146db095bb99f58cf21c9 (diff)
downloadrneovim-7860fd98ae148305c36d808452b551a517f9939b.tar.gz
rneovim-7860fd98ae148305c36d808452b551a517f9939b.tar.bz2
rneovim-7860fd98ae148305c36d808452b551a517f9939b.zip
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>
-rw-r--r--runtime/doc/map.txt2
1 files changed, 1 insertions, 1 deletions
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.