summaryrefslogtreecommitdiffstats
path: root/autoload/rust/debugging.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2018-12-26 10:41:57 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2018-12-26 10:41:57 +0100
commitd43b70d93987c94d15a352cf0026fb93d3317cc8 (patch)
tree74470b6cc30ddb4ef8ceb2ec557bc32ccccb5ebb /autoload/rust/debugging.vim
parentec1c94306953b678bb36572897bd218fe6c76506 (diff)
downloadvim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.tar.gz
vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.zip
Update
Diffstat (limited to 'autoload/rust/debugging.vim')
-rw-r--r--autoload/rust/debugging.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/autoload/rust/debugging.vim b/autoload/rust/debugging.vim
index ff88e00c..ba91c3bd 100644
--- a/autoload/rust/debugging.vim
+++ b/autoload/rust/debugging.vim
@@ -73,6 +73,12 @@ function! rust#debugging#Info() abort
echo l:output
version
+
+ if exists(":SyntasticInfo")
+ echo "----"
+ echo "Info from Syntastic:"
+ execute "SyntasticInfo"
+ endif
endfunction
function! rust#debugging#InfoToClipboard() abort