From 43fe335eda6c9f0ef231777aa03836a402d50668 Mon Sep 17 00:00:00 2001 From: David Barnett Date: Mon, 18 Apr 2016 21:12:05 -0700 Subject: vim-patch:60cce2f Update runtime files. https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d --- runtime/syntax/cmake.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/syntax/cmake.vim') diff --git a/runtime/syntax/cmake.vim b/runtime/syntax/cmake.vim index 58a7079b83..68b2198de7 100644 --- a/runtime/syntax/cmake.vim +++ b/runtime/syntax/cmake.vim @@ -2,10 +2,10 @@ " Program: CMake - Cross-Platform Makefile Generator " Module: $RCSfile: cmake-syntax.vim,v $ " Language: CMake -" Author: Andy Cedilnik " Maintainer: Karthik Krishnan -" Last Change: 2015 Sep 25 -" (Dominique Pelle added @Spell) +" Former Maintainer: Dimitri Merejkowsky +" Author: Andy Cedilnik +" Last Change: 2015 Sep 29 " Version: $Revision: 1.10 $ " " Licence: The CMake license applies to this file. See -- cgit