diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index ec4732c05a..41fcdc3e1b 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -86,13 +86,6 @@ command. There are however, two general exceptions: end of the motion is moved to the end of the previous line and the motion becomes inclusive. Example: "}" moves to the first line after a paragraph, but "d}" will not include that line. - - *inclusive-motion-selection-exclusive* -When 'selection' is "exclusive", |Visual| mode is active and an inclusive -motion has been used, the cursor position will be adjusted by another -character to the right, so that visual selction includes the expected text and -can be acted upon. - *exclusive-linewise* 2. If the motion is exclusive, the end of the motion is in column 1 and the start of the motion was at or before the first non-blank in the line, the @@ -122,6 +115,12 @@ This cannot be repeated: > endif Note that when using ":" any motion becomes charwise exclusive. + *inclusive-motion-selection-exclusive* +When 'selection' is "exclusive", |Visual| mode is active and an inclusive +motion has been used, the cursor position will be adjusted by another +character to the right, so that visual selction includes the expected text and +can be acted upon. + *forced-motion* FORCING A MOTION TO BE LINEWISE, CHARWISE OR BLOCKWISE diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 57d6e48468..6074931565 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -323,9 +323,6 @@ gx Opens the current filepath or URL (decided by To avoid the hit-enter prompt use: > :silent !{cmd} < - *:!-range* -:{range}!{cmd} Like |:!| but execute {cmd} for each line in the - {range}. *:!!* :!! Repeat last ":!{cmd}".