From 8f2557ad197afbb46f44bb84b6214c6760084bd1 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 6 Sep 2019 18:35:17 -0700 Subject: vim-patch:06fe74aef726 Runtime files update. https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a --- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim') diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 6288782019..a97461ad69 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -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' -- cgit