diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-07 19:22:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 19:22:33 -0700 |
| commit | dd7355358edc40734afcce695432756859377eb8 (patch) | |
| tree | ca104883444d0e6f183799860baf47fdc94369c0 /runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | |
| parent | 6692c0958f476456b59cd9f36b35b1c5b3202145 (diff) | |
| parent | 8f2557ad197afbb46f44bb84b6214c6760084bd1 (diff) | |
| download | rneovim-dd7355358edc40734afcce695432756859377eb8.tar.gz rneovim-dd7355358edc40734afcce695432756859377eb8.tar.bz2 rneovim-dd7355358edc40734afcce695432756859377eb8.zip | |
Merge #10962 from justinmk/vim-088e8e344352
vim-patch: runtime updates
Diffstat (limited to 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim')
| -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' |