summaryrefslogtreecommitdiff
path: root/runtime/pack/dist/opt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-31 16:20:32 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-31 16:20:32 +0200
commit06fe74aef72606ac34c9f494186e52614b8fb59a (patch)
treecc18e67c68b4d19fdcd70349fcd180a2dcd36986 /runtime/pack/dist/opt
parent4bbfb0f3cc67c00c8cee4e47283e8d760025219d (diff)
downloadvim-git-06fe74aef72606ac34c9f494186e52614b8fb59a.tar.gz
Runtime files update.
Diffstat (limited to 'runtime/pack/dist/opt')
-rw-r--r--runtime/pack/dist/opt/termdebug/plugin/termdebug.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
index db44e6909..6a149843f 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'