updated for version 7.0044
diff --git a/runtime/doc/if_mzsch.txt b/runtime/doc/if_mzsch.txt
index d31815a..bb82c17 100644
--- a/runtime/doc/if_mzsch.txt
+++ b/runtime/doc/if_mzsch.txt
@@ -1,4 +1,4 @@
-*if_mzsch.txt* For Vim version 7.0aa. Last change: 2004 Jul 05
+*if_mzsch.txt* For Vim version 7.0aa. Last change: 2005 Jan 23
VIM REFERENCE MANUAL by Sergey Khorev
@@ -17,6 +17,7 @@
|+mzscheme| feature.
Based on the work of Brent Fulgham.
+Dynamic loading added by Sergey Khorev
For downloading MzScheme and other info:
http://www.plt-scheme.org/software/mzscheme/
diff --git a/runtime/syntax/ipfilter.vim b/runtime/syntax/ipfilter.vim
index e1e6fc4..8cdb113 100644
--- a/runtime/syntax/ipfilter.vim
+++ b/runtime/syntax/ipfilter.vim
@@ -1,7 +1,7 @@
" ipfilter syntax file
" Language: ipfilter configuration file
" Maintainer: Hendrik Scholz <hendrik@scholz.net>
-" Last Change: 2003 May 11
+" Last Change: 2005 Jan 23
"
" http://raisdorf.net/files/misc/ipfilter.vim
"
@@ -18,8 +18,8 @@
endif
" comments
-syn match ipfComment /#/
-"syn match ipfComment /#.*/
+"syn match ipfComment /#/
+syn match ipfComment /#.*/
syn keyword ipfQuick quick log dup-to
syn keyword ipfAny all any
@@ -38,6 +38,6 @@
hi def link ipfActionMisc Label
"hi def link ipfQuick Error
hi def link ipfQuick Special
-hi def link ipfAny Todo
+hi def link ipfAny Statement