Skip to content

Commit 1e020e2

Browse files
committed
Update filetype.{txt,jax}
1 parent 7b7be7b commit 1e020e2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

doc/filetype.jax

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.0. Last change: 2023 Sep 11
1+
*filetype.txt* For Vim バージョン 9.0. Last change: 2023 Dec 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -555,14 +555,15 @@ b:changelog_entry_prefix
555555
FORTRAN *ft-fortran-plugin*
556556

557557
オプション:
558-
'expandtab' .vimrcでfortran_have_tabsが指定されなければ、フォートラン標準
558+
'expandtab' .vimrc で fortran_have_tabs が指定されなければ、Fortran 標準
559559
に従ってタブ文字を避けるために有効にする。
560-
'textwidth' フォートラン標準に従って固定形式のソースでは72に、自由形式の
561-
ソースでは80に設定される。
560+
'textwidth' Fortran 標準に従って固定形式のソースでは 80 に、自由形式のソー
561+
スでは 132 に設定される。fortran_extended_line_length 変数を設
562+
定すると、固定形式のソースでは幅が 132 に増加する。
562563
'formatoptions' コードとコメントを分けて、長い行を保持するように設定される。
563-
これにより|gq|でコメントを整形できる。
564-
fortran_have_tabsについての議論とソース形式の判定法については
565-
|ft-fortran-syntax|を参照。
564+
これにより |gq| でコメントを整形できる。
565+
fortran_have_tabs についての議論とソース形式の判定法については
566+
|ft-fortran-syntax| を参照。
566567

567568

568569
FREEBASIC *ft-freebasic-plugin*

en/filetype.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -567,8 +567,9 @@ FORTRAN *ft-fortran-plugin*
567567
Options:
568568
'expandtab' is switched on to avoid tabs as required by the Fortran
569569
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.
572573
'formatoptions' is set to break code and comment lines and to preserve long
573574
lines. You can format comments with |gq|.
574575
For further discussion of fortran_have_tabs and the method used for the

0 commit comments

Comments
 (0)