comparison runtime/doc/cmdline.txt @ 25973:3b34837f4538

Update runtime files Commit: https://github.com/vim/vim/commit/2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 16 15:23:36 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 16:30:07 +0200
parents 29ec2c198c8d
children bb2175e5ccee
comparison
equal deleted inserted replaced
25972:3856b7d0d996 25973:3b34837f4538
801 In words: The 'count' lines at and after the cursor. Example: To delete 801 In words: The 'count' lines at and after the cursor. Example: To delete
802 three lines: > 802 three lines: >
803 3:d<CR> is translated into: .,.+2d<CR> 803 3:d<CR> is translated into: .,.+2d<CR>
804 < 804 <
805 805
806 Visual Mode and Range 806 Visual Mode and Range
807 *v_:* 807 *v_:*
808 {Visual}: Starts a command-line with the Visual selected lines as a 808 {Visual}: Starts a command-line with the Visual selected lines as a
809 range. The code `:'<,'>` is used for this range, which makes 809 range. The code `:'<,'>` is used for this range, which makes
810 it possible to select a similar line from the command-line 810 it possible to select a similar line from the command-line
811 history for repeating a command on different Visually selected 811 history for repeating a command on different Visually selected