diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-12-06 08:51:09 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-12-06 14:59:38 +0100 |
commit | f64e4b43e1191ff30d902730f752875aa55682ce (patch) | |
tree | 090bccf406234877f8546c67c4b0e6454311744e /runtime/doc/filetype.txt | |
parent | b95eba22ffa7a5103f60ccd90bc82f7b72524b3f (diff) | |
download | rneovim-f64e4b43e1191ff30d902730f752875aa55682ce.tar.gz rneovim-f64e4b43e1191ff30d902730f752875aa55682ce.tar.bz2 rneovim-f64e4b43e1191ff30d902730f752875aa55682ce.zip |
vim-patch:6863084d3bd0
runtime(fortran): update syntax and ftplugins
closes: vim/vim#13629
https://github.com/vim/vim/commit/6863084d3bd044700973e6180ccb1a044566ec46
Co-authored-by: Ajit-Thakkar <142174202+Ajit-Thakkar@users.noreply.github.com>
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r-- | runtime/doc/filetype.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index ed21dc1c37..115fc18cc5 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -530,8 +530,9 @@ FORTRAN *ft-fortran-plugin* Options: 'expandtab' is switched on to avoid tabs as required by the Fortran standards unless the user has set fortran_have_tabs in vimrc. -'textwidth' is set to 72 for fixed source format as required by the - Fortran standards and to 80 for free source format. +'textwidth' is set to 80 for fixed source format whereas it is set to 132 + for free source format. Setting the fortran_extended_line_length + variable increases the width to 132 for fixed source format. 'formatoptions' is set to break code and comment lines and to preserve long lines. You can format comments with |gq|. For further discussion of fortran_have_tabs and the method used for the |