diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-06 18:35:17 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-06 18:44:52 -0700 |
commit | 8f2557ad197afbb46f44bb84b6214c6760084bd1 (patch) | |
tree | d3b2aacab1138142ea302a99e8b55d235a97fe50 /runtime/pack | |
parent | 0430a1ba88b2efa72617eee6b1e55f2121fb1c13 (diff) | |
download | rneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.tar.gz rneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.tar.bz2 rneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.zip |
vim-patch:06fe74aef726
Runtime files update.
https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a
Diffstat (limited to 'runtime/pack')
-rw-r--r-- | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 4 |
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 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' |