1
0
forked from aniani/vim

Update runtime files.

This commit is contained in:
Bram Moolenaar
2018-07-29 15:07:52 +02:00
parent fdd7155fab
commit 91f84f6e11
103 changed files with 531 additions and 326 deletions

View File

@@ -877,7 +877,7 @@ func s:HandleNewBreakpoint(msg)
return
endif
let nr = substitute(a:msg, '.*number="\([0-9]\)*\".*', '\1', '') + 0
let nr = substitute(a:msg, '.*number="\([0-9]*\)".*', '\1', '') + 0
if nr == 0
return
endif