File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim バージョン 9.0. Last change: 2023 Sep 11
1
+ *filetype.txt* For Vim バージョン 9.0. Last change: 2023 Dec 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -555,14 +555,15 @@ b:changelog_entry_prefix
555
555
FORTRAN *ft-fortran-plugin*
556
556
557
557
オプション:
558
- 'expandtab' .vimrcでfortran_have_tabsが指定されなければ、フォートラン標準
558
+ 'expandtab' .vimrc で fortran_have_tabs が指定されなければ、Fortran 標準
559
559
に従ってタブ文字を避けるために有効にする。
560
- 'textwidth' フォートラン標準に従って固定形式のソースでは72に、自由形式の
561
- ソースでは80に設定される。
560
+ 'textwidth' Fortran 標準に従って固定形式のソースでは 80 に、自由形式のソー
561
+ スでは 132 に設定される。fortran_extended_line_length 変数を設
562
+ 定すると、固定形式のソースでは幅が 132 に増加する。
562
563
'formatoptions' コードとコメントを分けて、長い行を保持するように設定される。
563
- これにより| gq | でコメントを整形できる。
564
- fortran_have_tabsについての議論とソース形式の判定法については
565
- | ft-fortran-syntax | を参照。
564
+ これにより | gq | でコメントを整形できる。
565
+ fortran_have_tabs についての議論とソース形式の判定法については
566
+ | ft-fortran-syntax | を参照。
566
567
567
568
568
569
FREEBASIC *ft-freebasic-plugin*
Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim version 9.0. Last change: 2023 Sep 11
1
+ *filetype.txt* For Vim version 9.0. Last change: 2023 Dec 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -567,8 +567,9 @@ FORTRAN *ft-fortran-plugin*
567
567
Options:
568
568
'expandtab' is switched on to avoid tabs as required by the Fortran
569
569
standards unless the user has set fortran_have_tabs in .vimrc.
570
- 'textwidth' is set to 72 for fixed source format as required by the
571
- Fortran standards and to 80 for free source format.
570
+ 'textwidth' is set to 80 for fixed source format whereas it is set to 132
571
+ for free source format. Setting the fortran_extended_line_length
572
+ variable increases the width to 132 for fixed source format.
572
573
'formatoptions' is set to break code and comment lines and to preserve long
573
574
lines. You can format comments with | gq | .
574
575
For further discussion of fortran_have_tabs and the method used for the
You can’t perform that action at this time.
0 commit comments