From f51ff80896e47f937748875e7ca15577a665560f Mon Sep 17 00:00:00 2001 From: IdanArye Date: Sat, 30 Aug 2014 00:40:21 +0300 Subject: [PATCH] Fix for line stops in GDB. Apperantly GDB changed the format, so Vebugger was changed to reflect that. --- autoload/vebugger/gdb.vim | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/autoload/vebugger/gdb.vim b/autoload/vebugger/gdb.vim index 2cea119..716b5b9 100644 --- a/autoload/vebugger/gdb.vim +++ b/autoload/vebugger/gdb.vim @@ -72,21 +72,14 @@ endfunction function! s:readWhere(pipeName,line,readResult,debugger) if 'out'==a:pipeName - let l:matches=matchlist(a:line,'\v^\~"#(\d+)\s+(.+)\s+\(.*\)\s+at\s+([^:]+):(\d+)') - if 4