File: disabledby-cvsmenu.dpatch

package info (click to toggle)
vim-scripts 20080722-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,352 kB
  • ctags: 2,300
  • sloc: perl: 451; sh: 370; xml: 95; makefile: 25
file content (21 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh /usr/share/dpatch/dpatch-run
## disabledby-cvsmenu.dpatch by Stefano Zacchiroli <zack@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad vim-scripts~/plugin/cvsmenu.vim vim-scripts/plugin/cvsmenu.vim
--- vim-scripts~/plugin/cvsmenu.vim	2007-01-17 16:29:30.000000000 +0100
+++ vim-scripts/plugin/cvsmenu.vim	2007-01-27 09:42:40.000000000 +0100
@@ -14,6 +14,10 @@
 " TODO: Better support for additional params
 " TODO: gettag()/getmodule()
 
+if exists("loaded_cvsmenu")
+  finish
+endif
+
 "#############################################################################
 " Settings
 "#############################################################################