File: disabledby-supertab.diff

package info (click to toggle)
vim-scripts 20121007
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,576 kB
  • sloc: perl: 451; xml: 95; makefile: 25
file content (18 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## disabledby-supertab.diff by Stefano Zacchiroli <zack@debian.org>

Index: b/plugin/supertab.vim
===================================================================
--- a/plugin/supertab.vim
+++ b/plugin/supertab.vim
@@ -57,6 +57,11 @@
   finish
 endif
 
+if exists("loaded_supertab")
+  finish
+endif
+let loaded_supertab=1
+
 if exists('complType') " Integration with other completion functions.
   finish
 endif