From 8c6168565cb5dade92f9da51c1c9e96882029eaa Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 7 Nov 2017 19:34:37 +0100 Subject: vim-patch:37c64c78fd87 Note: Ignored changes to matchit.vim in favor of faca81411628. --- Update runtime files. https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb --- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/pack/dist/opt/termdebug/plugin/termdebug.vim') diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 97fadf695a..b002cad4c6 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -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() if !exists('debugger') -- cgit