[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.2.025-117-g233b1c9

James Vega jamessan at debian.org
Sun Nov 2 04:24:35 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 233b1c9afd8876bf831ee286ee895d787f4b15f4
Author: James Vega <jamessan at debian.org>
Date:   Sun Nov 2 00:02:56 2008 -0400

    Add recognition of PRUNENAMES variable
    
    Closes: #504084
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/updatedb.vim b/runtime/syntax/updatedb.vim
index 4f912d4..85a57b8 100644
--- a/runtime/syntax/updatedb.vim
+++ b/runtime/syntax/updatedb.vim
@@ -18,7 +18,7 @@ syn region  updatedbComment display oneline start='^\s*#' end='$'
 syn match   updatedbBegin   display '^'
                             \ nextgroup=updatedbName,updatedbComment skipwhite
 
-syn keyword updatedbName    contained PRUNEFS PRUNEPATHS PRUNE_BIND_MOUNTS
+syn keyword updatedbName    contained PRUNEFS PRUNENAMES PRUNEPATHS PRUNE_BIND_MOUNTS
                             \ nextgroup=updatedbNameEq
 
 syn match   updatedbNameEq  contained display '=' nextgroup=updatedbValue

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list