From 5302d9ebc1be723a25ff3dc62388305f6862749d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 14 Sep 2011 17:55:08 +0200 Subject: Updated runtime files. --- runtime/ftplugin/c.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/ftplugin/c.vim') diff --git a/runtime/ftplugin/c.vim b/runtime/ftplugin/c.vim index 162205bce..7d6c29859 100644 --- a/runtime/ftplugin/c.vim +++ b/runtime/ftplugin/c.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: C " Maintainer: Bram Moolenaar -" Last Change: 2007 Sep 25 +" Last Change: 2011 Aug 04 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") @@ -36,7 +36,7 @@ endif " When the matchit plugin is loaded, this makes the % command skip parens and " braces in comments. -let b:match_words = &matchpairs +let b:match_words = &matchpairs . ',^\s*#\s*if\(\|def\|ndef\)\>:^\s*#\s*elif\>:^\s*#\s*else\>:^\s*#\s*endif\>' let b:match_skip = 's:comment\|string\|character' " Win32 can filter files in the browse dialog -- cgit v1.2.1