diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-30 14:18:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-30 14:18:00 +0100 |
commit | a3e6bc93d1a76e0619c27e462b75d8f94969f47d (patch) | |
tree | a6b2e21437e673d0cf850343defb8562990a3a8f /runtime/doc/cmdline.txt | |
parent | 52f85b730e379c4519b4a9ef1f008417150713f7 (diff) | |
download | vim-git-a3e6bc93d1a76e0619c27e462b75d8f94969f47d.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 0ed5cb3d3..c3627d409 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1,4 +1,4 @@ -*cmdline.txt* For Vim version 7.3. Last change: 2012 Oct 11 +*cmdline.txt* For Vim version 7.3. Last change: 2013 Jan 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -714,10 +714,15 @@ three lines: > Visual Mode and Range *v_:* {Visual}: Starts a command-line with the Visual selected lines as a - range. The code ":'<,'>" is used for this range, which makes + range. The code `:'<,'>` is used for this range, which makes it possible to select a similar line from the command-line history for repeating a command on different Visually selected lines. + When Visual mode was already ended, a short way to use the + Visual area for a range is `:*`. This requires that "*" does + not appear in 'cpo', see |cpo-star|. Otherwise you will have + to type `:'<,'>` + ============================================================================== 5. Ex command-line flags *ex-flags* |