diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
commit | b1c9198afb7ff902588b45fbe44f0760a9f48375 (patch) | |
tree | 7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /runtime/syntax/upstreamrpt.vim | |
parent | 03998f606a846e7995047b0356dbb9f515f5244c (diff) | |
download | vim-b1c9198afb7ff902588b45fbe44f0760a9f48375.zip |
Vim 8.1 release
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'runtime/syntax/upstreamrpt.vim')
-rw-r--r-- | runtime/syntax/upstreamrpt.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/upstreamrpt.vim b/runtime/syntax/upstreamrpt.vim index 170fc8f50..21c25633a 100644 --- a/runtime/syntax/upstreamrpt.vim +++ b/runtime/syntax/upstreamrpt.vim @@ -307,4 +307,4 @@ hi def link upstreamdat_Parameter Type "hi def link upstreamdat_Filespec Underlined hi def link upstreamdat_Comment Comment -let b:current_syntax = "upstreamdat" +let b:current_syntax = "upstreamrpt" |