diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 08:31:09 +0200 |
commit | 1993b9f68fff3cb87413fdc2e328763c291578c4 (patch) | |
tree | 045e40a0b623bfe7047cd266eac5d70d9024ead0 /syntax/fortran.vim | |
parent | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (diff) | |
download | vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.tar.gz vim-polyglot-1993b9f68fff3cb87413fdc2e328763c291578c4.zip |
Fix encoding of vim files
Diffstat (limited to 'syntax/fortran.vim')
-rw-r--r-- | syntax/fortran.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/fortran.vim b/syntax/fortran.vim index 087620c0..4fddcef3 100644 --- a/syntax/fortran.vim +++ b/syntax/fortran.vim @@ -12,9 +12,9 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fortran') == -1 " Fortran 77 syntax file by Mario Eusebio and Preben Guldberg. " Since then, useful suggestions and contributions have been made, in order, by: " Andrej Panjkov, Bram Moolenaar, Thomas Olsen, Michael Sternberg, Christian Reile, -" Walter Dieudonné, Alexander Wagner, Roman Bertle, Charles Rendleman, +" Walter Dieudonné, Alexander Wagner, Roman Bertle, Charles Rendleman, " Andrew Griffiths, Joe Krahn, Hendrik Merx, Matt Thompson, Jan Hermann, -" Stefano Zaghi, Vishnu V. Krishnan, Judicaël Grasset, and Takuma Yoshida +" Stefano Zaghi, Vishnu V. Krishnan, Judicaël Grasset, and Takuma Yoshida if exists("b:current_syntax") finish |