vim-patch:3132cddd209e

Update runtime files
3132cddd20

Omit :sort,sort() changes.
This commit is contained in:
Jan Edmund Lazo
2021-05-01 17:50:17 -04:00
parent 330500a5bf
commit 2ebd1f6286
13 changed files with 302 additions and 229 deletions

View File

@@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2020 Oct 25
" Last Change: 2020 Oct 28
"
" WORK IN PROGRESS - Only the basics work
" Note: On MS-Windows you need a recent version of gdb. The one included with
@@ -1270,7 +1270,7 @@ endfunc
endif
endfor
endfunc
func s:PlaceSign(id, subid, entry)
let nr = printf('%d.%d', a:id, a:subid)
exe 'sign place ' . s:Breakpoint2SignNumber(a:id, a:subid) . ' line=' . a:entry['lnum'] . ' name=debugBreakpoint' . nr . ' priority=110 file=' . a:entry['fname']