vim-patch:06fe74aef726

Runtime files update.
06fe74aef7
This commit is contained in:
Justin M. Keyes
2019-09-06 18:35:17 -07:00
parent 0430a1ba88
commit 8f2557ad19
6 changed files with 71 additions and 55 deletions

View File

@@ -239,6 +239,10 @@ func s:StartDebug_term(dict)
" Success!
break
endif
if response =~ 'Reading symbols from' && response !~ 'new-ui'
" Reading symbols might take a while
let try_count -= 1
endif
endif
endfor
if response =~ 'New UI allocated'