comparison runtime/doc/cmdline.txt @ 13912:a9fdf01085a8

Update runtime files. commit https://github.com/vim/vim/commit/7db25fed5de1be922b8cbb0328149469606a0424 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 00:02:36 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 00:15:05 +0200
parents 1f95ec5de238
children 741b1feeac9f
comparison
equal deleted inserted replaced
13911:c02f0e120b11 13912:a9fdf01085a8
1 *cmdline.txt* For Vim version 8.0. Last change: 2017 Oct 19 1 *cmdline.txt* For Vim version 8.0. Last change: 2018 May 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
410 and these have a special meaning in some macros.) When typed 410 and these have a special meaning in some macros.) When typed
411 again and there were multiple matches, the next 411 again and there were multiple matches, the next
412 match is inserted. After the last match, the first is used 412 match is inserted. After the last match, the first is used
413 again (wrap around). 413 again (wrap around).
414 The behavior can be changed with the 'wildmode' option. 414 The behavior can be changed with the 'wildmode' option.
415 *c_<S-Tab>*
416 <S-Tab> Like 'wildchar' or <Tab>, but begin with the last match and
417 then go to the previous match.
418 <S-Tab> does not work everywhere.
415 *c_CTRL-N* 419 *c_CTRL-N*
416 CTRL-N After using 'wildchar' which got multiple matches, go to next 420 CTRL-N After using 'wildchar' which got multiple matches, go to next
417 match. Otherwise recall more recent command-line from history. 421 match. Otherwise recall more recent command-line from history.
418 <S-Tab> *c_CTRL-P* *c_<S-Tab>* 422 *c_CTRL-P*
419 CTRL-P After using 'wildchar' which got multiple matches, go to 423 CTRL-P After using 'wildchar' which got multiple matches, go to
420 previous match. Otherwise recall older command-line from 424 previous match. Otherwise recall older command-line from
421 history. <S-Tab> only works with the GUI, on the Amiga and 425 history.
422 with MS-DOS.
423 *c_CTRL-A* 426 *c_CTRL-A*
424 CTRL-A All names that match the pattern in front of the cursor are 427 CTRL-A All names that match the pattern in front of the cursor are
425 inserted. 428 inserted.
426 *c_CTRL-L* 429 *c_CTRL-L*
427 CTRL-L A match is done on the pattern in front of the cursor. If 430 CTRL-L A match is done on the pattern in front of the cursor. If