diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-05 17:04:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-05 17:04:09 +0100 |
commit | 214641f77df6f318a4b3a0b09723c19859a103f4 (patch) | |
tree | 9422434318c17140266d397e16fd359e81bc75e7 /runtime/syntax/ld.vim | |
parent | 066029ef92b45dc4bd21a353b1fac25841062c26 (diff) | |
download | vim-git-214641f77df6f318a4b3a0b09723c19859a103f4.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/syntax/ld.vim')
-rw-r--r-- | runtime/syntax/ld.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/ld.vim b/runtime/syntax/ld.vim index fc12919c5..22949d975 100644 --- a/runtime/syntax/ld.vim +++ b/runtime/syntax/ld.vim @@ -1,7 +1,7 @@ " Vim syntax file -" Language: ld(1) script -" Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2006-04-19 +" Language: ld(1) script +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2006-04-19 if exists("b:current_syntax") finish |