diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
commit | 365bdf7a7b2e28624186eed398af542cb9cc3fdb (patch) | |
tree | 4a5d64d365110ace6688e3ec69549af1af65383e /runtime/doc/syntax.txt | |
parent | eb80f04f6e59b958f8c97d19c92946a5014b896f (diff) | |
download | vim-365bdf7a7b2e28624186eed398af542cb9cc3fdb.zip |
More runtime file updates.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index fb1ddd82c..c5215cc6b 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1087,8 +1087,8 @@ FORTRAN *fortran.vim* *ft-fortran-syntax* Default highlighting and dialect ~ Highlighting appropriate for f95 (Fortran 95) is used by default. This choice should be appropriate for most users most of the time because Fortran 95 is a -superset of Fortran 90 and almost a superset of Fortran 77. Preliminary -support for Fortran 2003 and Fortran 2008 features has been introduced and is +superset of Fortran 90 and almost a superset of Fortran 77. Support for +Fortran 2003 and Fortran 2008 features has been introduced and is automatically available in the default (f95) highlighting. Fortran source code form ~ |