We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae0609c + f53db3c commit a35e98cCopy full SHA for a35e98c
1 file changed
plugin/vdebug.vim
@@ -18,6 +18,17 @@
18
"=============================================================================
19
" }}}
20
21
+" Sanity Checks
22
+
23
+if exists('g:is_vdebug_loaded')
24
+ finish
25
+endif
26
27
+" Set a special flag used only by this plugin for preventing doubly
28
+" loading the script.
29
+let g:is_vdebug_loaded = 1
30
31
32
" Do not source this script when python is not compiled in.
33
if !has("python")
34
finish
0 commit comments