[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-145-g945d7d1

James Vega jamessan at debian.org
Sat Jun 14 17:29:47 UTC 2008


The following commit has been merged in the debian branch:
commit 945d7d104024a50c8ce4d932e673acca17993697
Author: James Vega <jamessan at debian.org>
Date:   Sat Jun 14 13:28:44 2008 -0400

    Specify the full path when calling apt-listbugs.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/ftplugin/debchangelog.vim b/runtime/ftplugin/debchangelog.vim
index aafc91e..bee09d0 100644
--- a/runtime/ftplugin/debchangelog.vim
+++ b/runtime/ftplugin/debchangelog.vim
@@ -311,7 +311,7 @@ fun! DebCompleteBugs(findstart, base)
       return
     endif
     let pkgsrc = DebGetPkgSrcName(line('.'))
-    let listbugs_output = system('apt-listbugs -s ' . g:debchangelog_listbugs_severities . ' list ' . pkgsrc . ' | grep "^ #" 2> /dev/null')
+    let listbugs_output = system('/usr/sbin/apt-listbugs -s ' . g:debchangelog_listbugs_severities . ' list ' . pkgsrc . ' | grep "^ #" 2> /dev/null')
     let bug_lines = split(listbugs_output, '\n')
     let completions = []
     for line in bug_lines

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list