comparison runtime/doc/map.txt @ 20241:56265f711890

Update runtime files Commit: https://github.com/vim/vim/commit/7ceefb35c8110d87ced884275ddbe63d024a014f Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 16:07:38 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 16:15:05 +0200
parents 9b7f90e56753
children 3a1ed539ae2a
comparison
equal deleted inserted replaced
20240:194676a30660 20241:56265f711890
1 *map.txt* For Vim version 8.2. Last change: 2019 Dec 19 1 *map.txt* For Vim version 8.2. Last change: 2020 Apr 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1490 and '-count' attributes). 1490 and '-count' attributes).
1491 *<bang>* 1491 *<bang>*
1492 <bang> (See the '-bang' attribute) Expands to a ! if the 1492 <bang> (See the '-bang' attribute) Expands to a ! if the
1493 command was executed with a ! modifier, otherwise 1493 command was executed with a ! modifier, otherwise
1494 expands to nothing. 1494 expands to nothing.
1495 *<mods>* 1495 *<mods>* *:command-modifiers*
1496 <mods> The command modifiers, if specified. Otherwise, expands to 1496 <mods> The command modifiers, if specified. Otherwise, expands to
1497 nothing. Supported modifiers are |:aboveleft|, |:belowright|, 1497 nothing. Supported modifiers are |:aboveleft|, |:belowright|,
1498 |:botright|, |:browse|, |:confirm|, |:hide|, |:keepalt|, 1498 |:botright|, |:browse|, |:confirm|, |:hide|, |:keepalt|,
1499 |:keepjumps|, |:keepmarks|, |:keeppatterns|, |:leftabove|, 1499 |:keepjumps|, |:keepmarks|, |:keeppatterns|, |:leftabove|,
1500 |:lockmarks|, |:noswapfile| |:rightbelow|, |:silent|, |:tab|, 1500 |:lockmarks|, |:noswapfile| |:rightbelow|, |:silent|, |:tab|,