diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-21 12:05:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-21 12:05:36 +0200 |
commit | 7a329911b9ae2b97453fd995bc3a6523cf3aab53 (patch) | |
tree | b75f6a117f48fe0c441b67cca09490f623233a74 /runtime/syntax/gitconfig.vim | |
parent | c6af8125c7593b3ca104bf1feac0d814fe76d92d (diff) | |
download | vim-7a329911b9ae2b97453fd995bc3a6523cf3aab53.zip |
Updated runtime files.
Diffstat (limited to 'runtime/syntax/gitconfig.vim')
-rw-r--r-- | runtime/syntax/gitconfig.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/gitconfig.vim b/runtime/syntax/gitconfig.vim index dc14adc10..c6c56f77b 100644 --- a/runtime/syntax/gitconfig.vim +++ b/runtime/syntax/gitconfig.vim @@ -2,10 +2,10 @@ " Language: git config file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Filenames: gitconfig, .gitconfig, *.git/config -" Last Change: 2009 Dec 24 +" Last Change: 2010 May 21 if exists("b:current_syntax") - finish + finish endif setlocal iskeyword+=- |