0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

Runtime files update.

This commit is contained in:
Bram Moolenaar
2019-08-31 16:20:32 +02:00
parent 4bbfb0f3cc
commit 06fe74aef7
21 changed files with 1432 additions and 1085 deletions

View File

@@ -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'