vim-patch:3ec3217f0491

Update runtime files
3ec3217f04

Omit fuzzy-match in pattern.txt.
This commit is contained in:
Jan Edmund Lazo
2021-05-25 20:51:42 -04:00
parent a282a177d3
commit 31ea80649d
10 changed files with 137 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
"
" Author: Bram Moolenaar
" Copyright: Vim license applies, see ":help license"
" Last Change: 2021 Jan 03
" Last Change: 2021 May 16
"
" WORK IN PROGRESS - Only the basics work
" Note: On MS-Windows you need a recent version of gdb. The one included with
@@ -246,7 +246,9 @@ func s:StartDebug_term(dict)
let s:gdbbuf = gdb_job_info['buffer']
let s:gdbwin = win_getid(winnr())
" Set arguments to be run
" Set arguments to be run. First wait a bit to make detecting gdb a bit
" more reliable.
sleep 200m
if len(proc_args)
call chansend(s:gdb_job_id, 'set args ' . join(proc_args) . "\r")
endif