Skip to content

Commit ff8485f

Browse files
committed
minor stuff
1 parent 5dc9bfb commit ff8485f

File tree

3 files changed

+30
-12
lines changed

3 files changed

+30
-12
lines changed

agyrtidae.png

11.2 KB
Loading

bug.svg

Lines changed: 25 additions & 7 deletions
Loading

debugger.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ endif
9696
python << EOF
9797
import vim
9898
try:
99-
from vim_phpdebug.commands import debugger_cmd
100-
vim.command('let has_phpdebug = 1')
99+
from vim_debug.commands import debugger_cmd
100+
vim.command('let has_debug = 1')
101101
except ImportError, e:
102-
vim.command('let has_phpdebug = 0')
103-
print 'python module vim_phpdebug not found...'
102+
vim.command('let has_debug = 0')
103+
print 'python module vim_debug not found...'
104104
EOF
105105

106-
if !has_phpdebug
106+
if !has_debug
107107
finish
108108
endif
109109

0 commit comments

Comments
 (0)