summaryrefslogtreecommitdiff
path: root/runtime/syntax/updatedb.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/updatedb.vim')
-rw-r--r--runtime/syntax/updatedb.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/syntax/updatedb.vim b/runtime/syntax/updatedb.vim
index 91c335d66..e2b790311 100644
--- a/runtime/syntax/updatedb.vim
+++ b/runtime/syntax/updatedb.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: updatedb.conf(5) configuration file
" Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se>
-" Latest Revision: 2005-06-29
+" Latest Revision: 2005-07-04
if exists("b:current_syntax")
finish
@@ -23,9 +23,7 @@ syn keyword updatedbName contained PRUNEFS PRUNEPATHS
syn match updatedbNameEq contained display '=' nextgroup=updatedbValue
-syn region updatedbValue contained display oneline
- \ matchgroup=updatedbValue start='"'
- \ matchgroup=updatedbValue end='"'
+syn region updatedbValue contained display oneline start='"' end='"'
hi def link updatedbTodo Todo
hi def link updatedbComment Comment