vim-patch:519cc559b08b (#16340)

Update runtime files
519cc559b0
This commit is contained in:
Christian Clason
2021-11-17 10:02:59 +01:00
committed by GitHub
parent eba317d7a9
commit c0efe49e78
23 changed files with 336 additions and 110 deletions

View File

@@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2021 Oct 26
" Last Change: 2021 Nov 14
"
" WORK IN PROGRESS - Only the basics work
" Note: On MS-Windows you need a recent version of gdb. The one included with
@@ -1191,6 +1191,7 @@ func s:GotoAsmwinOrCreateIt()
setlocal nowrap
setlocal number
setlocal noswapfile
setlocal buftype=nofile
setlocal modifiable
let asmbuf = bufnr('Termdebug-asm-listing')
@@ -1273,6 +1274,7 @@ func s:HandleCursor(msg)
exe 'edit ' . fnameescape(fname)
endif
endif
exe lnum
normal! zv
exe 'sign unplace ' . s:pc_id
exe 'sign place ' . s:pc_id . ' line=' . lnum . ' name=debugPC file=' . fname