diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-05 15:23:56 -0400 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-05 15:23:56 -0400 |
commit | 78759d09774d19904ede13eeab8340757e3ca9b0 (patch) | |
tree | d6892ec075b052adf30683cbc8029b11ebf282f4 /misc | |
parent | 03df526e07b62c0c5dfe61720cf9263ae4fb808b (diff) | |
download | ninja-78759d09774d19904ede13eeab8340757e3ca9b0.tar.gz |
update ninja.vim version after bff884d55
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ninja.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ninja.vim b/misc/ninja.vim index 6912d0d..c1ffd50 100644 --- a/misc/ninja.vim +++ b/misc/ninja.vim @@ -1,8 +1,8 @@ " ninja build file syntax. " Language: ninja build file as described at " http://ninja-build.org/manual.html -" Version: 1.4 -" Last Change: 2014/05/13 +" Version: 1.5 +" Last Change: 2018/04/05 " Maintainer: Nicolas Weber <nicolasweber@gmx.de> " Version 1.4 of this script is in the upstream vim repository and will be " included in the next vim release. If you change this, please send your change |