From 2df4e982b091f947982db84fdc8b336232252dbd Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 9 Jun 2022 14:07:39 +0100 Subject: [PATCH] vim/cpp: remove duplicate Debug bindings --- vim/ftplugin/cpp.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index c053fcc..9834dcf 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -91,10 +91,6 @@ function! s:Debug(...) nnoremap :Step nnoremap :Over nnoremap :Finish - nnoremap :call TermDebugSendCommand('advance -source '.expand('%').' -line '.line(".")) - nnoremap :Step - nnoremap :Over - nnoremap :Finish endfunction command! -nargs=* -complete=file -bang Debug call Debug() | Termdebug command! -nargs=+ -complete=file -bang DebugCommand call Debug() | TermdebugCommand -- 2.48.1