diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:30:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:30:51 +0000 |
commit | 2b395326b47843b62f2844b40eee018b785706ab (patch) | |
tree | 803a89524bb5459e231bab78abdfefe6ce6d7a66 /llvm | |
parent | f351b82801c9e035af06d794abbf67cc246555fa (diff) | |
download | src-2b395326b47843b62f2844b40eee018b785706ab.tar.gz src-2b395326b47843b62f2844b40eee018b785706ab.zip |
Eliminate differences between Git version of llvm-project release/8.x,vendor/llvm-project/release-8.x
and our vendor import in ^/vendor/llvm-project/release-8.x.
Notes
Notes:
svn path=/vendor/llvm-project/release-8.x/; revision=355955
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/vim/syntax/llvm.vim | 2 | ||||
-rw-r--r-- | llvm/utils/vim/syntax/tablegen.vim | 2 | ||||
-rw-r--r-- | llvm/utils/vim/vimrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index 7ea007f55cab..9345a9c0901a 100644 --- a/llvm/utils/vim/syntax/llvm.vim +++ b/llvm/utils/vim/syntax/llvm.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: llvm " Maintainer: The LLVM team, http://llvm.org/ -" Version: $Revision: 346785 $ +" Version: $Revision$ if version < 600 syntax clear diff --git a/llvm/utils/vim/syntax/tablegen.vim b/llvm/utils/vim/syntax/tablegen.vim index 21f484893353..a9b0e4e3a4e7 100644 --- a/llvm/utils/vim/syntax/tablegen.vim +++ b/llvm/utils/vim/syntax/tablegen.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: TableGen " Maintainer: The LLVM team, http://llvm.org/ -" Version: $Revision: 235369 $ +" Version: $Revision$ if version < 600 syntax clear diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc index 37983e4779fe..2cc8ae9cfa29 100644 --- a/llvm/utils/vim/vimrc +++ b/llvm/utils/vim/vimrc @@ -1,5 +1,5 @@ " LLVM coding guidelines conformance for VIM -" $Revision: 293693 $ +" $Revision$ " " Maintainer: The LLVM Team, http://llvm.org " WARNING: Read before you source in all these commands and macros! Some |