diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-26 21:38:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-26 21:38:04 +0000 |
commit | 7b14fc211c349bb16dd19c71e150e4309c2778d6 (patch) | |
tree | 8f6b1ee0a21b9e47090c55043e4af7c1845186fa /utils | |
parent | 6507eca124883c90cc300c1ff344f79a8b4181a5 (diff) |
Add Revision keywords to these files, as it's common for them to be
copied out of the source tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/vim/llvm.vim | 1 | ||||
-rw-r--r-- | utils/vim/tablegen.vim | 2 | ||||
-rw-r--r-- | utils/vim/vimrc | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim index a51e5e623c..ffdf71105e 100644 --- a/utils/vim/llvm.vim +++ b/utils/vim/llvm.vim @@ -1,6 +1,7 @@ " Vim syntax file " Language: llvm " Maintainer: The LLVM team, http://llvm.org/ +" Version: $Revision$ if version < 600 syntax clear diff --git a/utils/vim/tablegen.vim b/utils/vim/tablegen.vim index ad358728e5..30434899bc 100644 --- a/utils/vim/tablegen.vim +++ b/utils/vim/tablegen.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: TableGen " Maintainer: The LLVM team, http://llvm.org/ -" Updated: 2003-08-11 +" Version: $Revision$ if version < 600 syntax clear diff --git a/utils/vim/vimrc b/utils/vim/vimrc index 1385407adc..64b890a87b 100644 --- a/utils/vim/vimrc +++ b/utils/vim/vimrc @@ -1,4 +1,5 @@ " LLVM coding guidelines conformance for VIM +" $Revision$ " " Maintainer: The LLVM Team, http://llvm.org " WARNING: Read before you source in all these commands and macros! Some |