vim-patch:37c64c78fd87

Note: Ignored changes to matchit.vim in favor of faca814116.

---

Update runtime files.

37c64c78fd
This commit is contained in:
Justin M. Keyes
2017-11-07 19:34:37 +01:00
parent ae569ea57b
commit 8c6168565c
30 changed files with 3240 additions and 2210 deletions

View File

@@ -10,6 +10,11 @@
" Author: Bram Moolenaar
" Copyright: Vim license applies
" In case this gets loaded twice.
if exists(':Termdebug')
finish
endif
command -nargs=* -complete=file Termdebug call s:StartDebug(<q-args>)
if !exists('debugger')