From 06fe74aef72606ac34c9f494186e52614b8fb59a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 31 Aug 2019 16:20:32 +0200 Subject: Runtime files update. --- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/pack/dist/opt') diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index db44e69099..6a149843f9 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -238,6 +238,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' -- cgit v1.2.3