Skip to content

Commit 1d7ff7f

Browse files
authored
Merge pull request #1721 from vim-jp/hh-update-motion
Update motion.{txt,jax}
2 parents ded49ea + a1723e2 commit 1d7ff7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/motion.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Aug 28
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -170,9 +170,9 @@ h or *h*
170170
CTRL-H or *CTRL-H* *<BS>*
171171
<BS> [count] 文字左に移動します。|exclusive|
172172
Note: <BS> キーには文字を削除させたければ次のマッピン
173-
グを使ってください:
173+
グを使ってください: >
174174
:map CTRL-V<BS> X
175-
("CTRL-V<BS>" を入力するには CTRL-V キーをタイプした後
175+
< ("CTRL-V<BS>" を入力するには CTRL-V キーをタイプした後
176176
<BS> キーをタイプしてください)
177177
<BS> キーがうまく動作しない場合は |:fixdel| を参照して
178178
ください。

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 Aug 28
1+
*motion.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -169,9 +169,9 @@ h or *h*
169169
CTRL-H or *CTRL-H* *<BS>*
170170
<BS> [count] characters to the left. |exclusive| motion.
171171
Note: If you prefer <BS> to delete a character, use
172-
the mapping:
172+
the mapping: >
173173
:map CTRL-V<BS> X
174-
(to enter "CTRL-V<BS>" type the CTRL-V key, followed
174+
< (to enter "CTRL-V<BS>" type the CTRL-V key, followed
175175
by the <BS> key)
176176
See |:fixdel| if the <BS> key does not do what you
177177
want.

0 commit comments

Comments
 (0)