Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df24b84

Browse files
author
pydave
committed
Comment out unimplemented debugging maps
Hide these from users since they are currently unimplemented.
1 parent ae7f140 commit df24b84

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ftplugin/python/ipy.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ noremap <Plug>(IPython-RunLines) :python run_these_lines()<CR>
572572
noremap <Plug>(IPython-OpenPyDoc) :python get_doc_buffer()<CR>
573573
noremap <Plug>(IPython-UpdateShell) :python if update_subchannel_msgs(force=True): echo("vim-ipython shell updated",'Operator')<CR>
574574
noremap <Plug>(IPython-ToggleReselect) :python toggle_reselect()<CR>
575-
noremap <Plug>(IPython-StartDebugging) :python send('%pdb')<CR>
576-
noremap <Plug>(IPython-BreakpointSet) :python set_breakpoint()<CR>
577-
noremap <Plug>(IPython-BreakpointClear) :python clear_breakpoint()<CR>
578-
noremap <Plug>(IPython-DebugThisFile) :python run_this_file_pdb()<CR>
579-
noremap <Plug>(IPython-BreakpointClearAll) :python clear_all_breaks()<CR>
575+
"noremap <Plug>(IPython-StartDebugging) :python send('%pdb')<CR>
576+
"noremap <Plug>(IPython-BreakpointSet) :python set_breakpoint()<CR>
577+
"noremap <Plug>(IPython-BreakpointClear) :python clear_breakpoint()<CR>
578+
"noremap <Plug>(IPython-DebugThisFile) :python run_this_file_pdb()<CR>
579+
"noremap <Plug>(IPython-BreakpointClearAll) :python clear_all_breaks()<CR>
580580
noremap <Plug>(IPython-ToggleSendOnSave) :call <SID>toggle_send_on_save()<CR>
581581
noremap <Plug>(IPython-PlotClearCurrent) :python run_command("plt.clf()")<CR>
582582
noremap <Plug>(IPython-PlotCloseAll) :python run_command("plt.close('all')")<CR>

0 commit comments

Comments
 (0)