Skip to content

Commit 656ff56

Browse files
committed
Update by original
1 parent 7a248d4 commit 656ff56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/motion.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/motion.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 16
1+
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -125,8 +125,8 @@ Note that when using ":" any motion becomes characterwise exclusive.
125125
*inclusive-motion-selection-exclusive*
126126
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
127127
motion has been used, the cursor position will be adjusted by another
128-
character to the right, so that visual selction includes the expected text and
129-
can be acted upon.
128+
character to the right, so that the Visual selection includes the expected
129+
text and can be acted upon.
130130

131131
*forced-motion*
132132
FORCING A MOTION TO BE LINEWISE, CHARACTERWISE OR BLOCKWISE

0 commit comments

Comments
 (0)