mirror of
https://github.com/zoriya/vim.git
synced 2026-05-28 09:08:26 +00:00
Update runtime files.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user