diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-03-29 09:01:23 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-03-29 09:01:23 -0700 |
commit | 6612f4f8cb9b0d5af18ec69ad04e56debc3e6ced (patch) | |
tree | 1deecdcfbf185c7044bc861d0ace51285c96cb62 /contrib/vim-gcc-dev | |
parent | 795cffe109e28b248a54b8ee583cbae48368c2a7 (diff) | |
parent | aa8f4242efc99f24de73c59d53996f28db28c13f (diff) | |
download | gcc-6612f4f8cb9b0d5af18ec69ad04e56debc3e6ced.zip gcc-6612f4f8cb9b0d5af18ec69ad04e56debc3e6ced.tar.gz gcc-6612f4f8cb9b0d5af18ec69ad04e56debc3e6ced.tar.bz2 |
Merge from trunk revision aa8f4242efc99f24de73c59d53996f28db28c13f.
Diffstat (limited to 'contrib/vim-gcc-dev')
-rw-r--r-- | contrib/vim-gcc-dev/ftdetect/gcc-dev.vim | 2 | ||||
-rw-r--r-- | contrib/vim-gcc-dev/syntax/gcc-match.vim | 2 | ||||
-rw-r--r-- | contrib/vim-gcc-dev/syntax/gcc-rtl.vim | 2 | ||||
-rw-r--r-- | contrib/vim-gcc-dev/syntax/gimple.vim | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/vim-gcc-dev/ftdetect/gcc-dev.vim b/contrib/vim-gcc-dev/ftdetect/gcc-dev.vim index ed6989a..373bbe6 100644 --- a/contrib/vim-gcc-dev/ftdetect/gcc-dev.vim +++ b/contrib/vim-gcc-dev/ftdetect/gcc-dev.vim @@ -1,6 +1,6 @@ " Vim file type detection rules for GCC development " -" Copyright (C) 2018 Free Software Foundation, Inc. +" Copyright (C) 2018-2023 Free Software Foundation, Inc. " " This script is free software; you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by diff --git a/contrib/vim-gcc-dev/syntax/gcc-match.vim b/contrib/vim-gcc-dev/syntax/gcc-match.vim index 356b07a..f1e0a45 100644 --- a/contrib/vim-gcc-dev/syntax/gcc-match.vim +++ b/contrib/vim-gcc-dev/syntax/gcc-match.vim @@ -1,6 +1,6 @@ " Vim syntax highlighting rules for GCC match-and-simplify language. " -" Copyright (C) 2018 Free Software Foundation, Inc. +" Copyright (C) 2018-2023 Free Software Foundation, Inc. " " This script is free software; you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by diff --git a/contrib/vim-gcc-dev/syntax/gcc-rtl.vim b/contrib/vim-gcc-dev/syntax/gcc-rtl.vim index 6b674e0..6b67b1f 100644 --- a/contrib/vim-gcc-dev/syntax/gcc-rtl.vim +++ b/contrib/vim-gcc-dev/syntax/gcc-rtl.vim @@ -1,6 +1,6 @@ " Syntax highlighting rules for RTL dump files (for Vim). " -" Copyright (C) 2018 Free Software Foundation, Inc. +" Copyright (C) 2018-2023 Free Software Foundation, Inc. " " This script is free software; you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by diff --git a/contrib/vim-gcc-dev/syntax/gimple.vim b/contrib/vim-gcc-dev/syntax/gimple.vim index 6a0150d..3c50d8b 100644 --- a/contrib/vim-gcc-dev/syntax/gimple.vim +++ b/contrib/vim-gcc-dev/syntax/gimple.vim @@ -1,6 +1,6 @@ " Syntax highlighting rules for GIMPLE dump files (for Vim). " -" Copyright (C) 2015 Free Software Foundation, Inc. +" Copyright (C) 2015-2023 Free Software Foundation, Inc. " " This script is free software; you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by |