Skip to content

Commit 212f281

Browse files
committed
Update by original
1 parent 18df9a7 commit 212f281

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/usr_30.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_30.txt* For Vim バージョン 9.1. Last change: 2025 May 30
1+
*usr_30.txt* For Vim バージョン 9.1. Last change: 2025 Jun 10
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -531,9 +531,9 @@ Vimでは、2 つの (仮想的な) 水平タブストップ間の列数は 'tab
531531
ることができます。
532532

533533
'shiftwidth''softtabstop' に異なる値を設定したい場合でも、'shiftwidth'
534-
でインデントするには <C-t> を使用できます。あるいは Vim 5.6 で導入された
535-
'smarttab' オプションを使うと、状況に応じて適切な動作をする統一された <Tab>
536-
キーを実現できます
534+
でインデントするには <C-t> を使用できます。または、'smarttab' オプションを使用
535+
して、さまざまな状況で何を行うかを認識する統合された <Tab> キーを有効にするこ
536+
ともできます
537537

538538

539539
☆可変タブストップ

en/usr_30.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_30.txt* For Vim version 9.1. Last change: 2025 May 30
1+
*usr_30.txt* For Vim version 9.1. Last change: 2025 Jun 10
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -547,8 +547,8 @@ tab stops.
547547

548548
If you prefer to have different values for 'shiftwidth' and 'softtabstop',
549549
you can still do so and use <C-t> to indent with 'shiftwidth'. Or you can
550-
use the 'smarttab' option introduced in Vim 5.6, allowing for a unified
551-
<Tab> key that knows what to do in the different situations.
550+
use the 'smarttab' option, allowing for a unified <Tab> key that knows what to
551+
do in the different situations.
552552

553553

554554
VARIABLE TAB STOPS

0 commit comments

Comments
 (0)