File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -531,9 +531,9 @@ Vimでは、2 つの (仮想的な) 水平タブストップ間の列数は 'tab
531
531
ることができます。
532
532
533
533
'shiftwidth' と 'softtabstop' に異なる値を設定したい場合でも、'shiftwidth'
534
- でインデントするには <C-t> を使用できます。あるいは Vim 5.6 で導入された
535
- 'smarttab' オプションを使うと、状況に応じて適切な動作をする統一された <Tab>
536
- キーを実現できます 。
534
+ でインデントするには <C-t> を使用できます。または、 'smarttab' オプションを使用
535
+ して、さまざまな状況で何を行うかを認識する統合された <Tab> キーを有効にするこ
536
+ ともできます 。
537
537
538
538
539
539
☆可変タブストップ
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -547,8 +547,8 @@ tab stops.
547
547
548
548
If you prefer to have different values for 'shiftwidth' and 'softtabstop' ,
549
549
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.
552
552
553
553
554
554
VARIABLE TAB STOPS
You can’t perform that action at this time.
0 commit comments