8000 Fixed error when setting g:pymode_breakpoint_cmdin the vimrc file · python-mode/python-mode@4f19336 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f19336

Browse files
author
Daniele Esposti
committed
Fixed error when setting g:pymode_breakpoint_cmdin the vimrc file
1 parent 553ea4b commit 4f19336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/pymode/breakpoint.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ fun! pymode#breakpoint#init() "{{{
1111
return
1212
endif
1313

14+
endif
15+
1416
PymodePython << EOF
1517

1618
from imp import find_module
@@ -25,8 +27,6 @@ for module in ('pudb', 'ipdb'):
2527

2628
EOF
2729

28-
endif
29-
3030
endfunction "}}}
3131

3232
fun! pymode#breakpoint#operate(lnum) "{{{

0 commit comments

Comments
 (0)
0