diff options
author | Patrick Boettcher <patrick.boettcher@posteo.de> | 2017-10-31 06:44:53 (GMT) |
---|---|---|
committer | Patrick Boettcher <patrick.boettcher@posteo.de> | 2017-10-31 06:44:53 (GMT) |
commit | 8a6cdbae16273418d036da8a13aea722ca39cbb3 (patch) | |
tree | 173e5a5c56c94ee78129f4998743a739c72ae7e7 /Auxiliary/vim/cmake.vim.in | |
parent | fd2e6212a66cd443bbf3e5b6e2cfd77ef1fb7b61 (diff) | |
parent | 11225ec6de6d210c24526641dd8b13f03e65adc5 (diff) | |
download | CMake-8a6cdbae16273418d036da8a13aea722ca39cbb3.zip CMake-8a6cdbae16273418d036da8a13aea722ca39cbb3.tar.gz CMake-8a6cdbae16273418d036da8a13aea722ca39cbb3.tar.bz2 |
update vim-syntax to latest cmake-commit
Diffstat (limited to 'Auxiliary/vim/cmake.vim.in')
-rw-r--r-- | Auxiliary/vim/cmake.vim.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auxiliary/vim/cmake.vim.in b/Auxiliary/vim/cmake.vim.in index 2461e0b..d7eff3e 100644 --- a/Auxiliary/vim/cmake.vim.in +++ b/Auxiliary/vim/cmake.vim.in @@ -1,4 +1,3 @@ -" vim: set nowrap: " Vim syntax file " Program: CMake - Cross-Platform Makefile Generator " Version: @VERSION@ @@ -8,6 +7,7 @@ " Patrick Boettcher <patrick.boettcher@posteo.de> " Maintainer: Dimitri Merejkowsky <d.merej@gmail.com> " Former Maintainer: Karthik Krishnan <karthik.krishnan@kitware.com> +" Last Change: @DATE@ " " Licence: The CMake license applies to this file. See " https://cmake.org/licensing @@ -100,4 +100,4 @@ let b:current_syntax = "cmake" let &cpo = s:keepcpo unlet s:keepcpo -"EOF" +" vim: set nowrap: |