diff options
author | vim-cmake-syntax upstream <kwrobot@kitware.com> | 2017-10-31 06:38:44 (GMT) |
---|---|---|
committer | Patrick Boettcher <patrick.boettcher@posteo.de> | 2017-10-31 06:43:30 (GMT) |
commit | 11225ec6de6d210c24526641dd8b13f03e65adc5 (patch) | |
tree | fa7ed56ff7e3df904047a515da18f0cbb47f2887 /cmake.vim.in | |
parent | 88da716c4281f498cb87591dc6b43b5d496e9ab7 (diff) | |
download | CMake-11225ec6de6d210c24526641dd8b13f03e65adc5.zip CMake-11225ec6de6d210c24526641dd8b13f03e65adc5.tar.gz CMake-11225ec6de6d210c24526641dd8b13f03e65adc5.tar.bz2 |
vim-cmake-syntax 2017-10-31 (a8a846f0)
Code extracted from:
https://github.com/pboettch/vim-cmake-syntax.git
at commit a8a846f067e8d8bf565c27a1943017f9fce5a5b7 (master).
Upstream Shortlog
-----------------
Dimitri Merejkowsky (4):
4e3a59ce Small cleanups asked by Bram
ecff9926 Add Dimitri as maintainer for the indent file too
c6a2f171 indent/cmake.vim: save and restore cpo option
f2a8a21b cmake indent: replace &sw by shiftwidth()
Patrick Boettcher (2):
9e9ad02e do not force expandtabs for all cmake-users
a8a846f0 update keywords to 3.10.20171031-gfd2e6
Diffstat (limited to 'cmake.vim.in')
-rw-r--r-- | cmake.vim.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake.vim.in b/cmake.vim.in index 2461e0b..d7eff3e 100644 --- a/cmake.vim.in +++ b/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: |