diff options
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 a51e5e6..ffdf711 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 ad35872..3043489 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 1385407..64b890a 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 |