From 7673a61990d4062adebbe49f71067b0aad90382a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:52:13 +0200 Subject: Change elm provider, closes #224 --- autoload/elm/io.vim | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 autoload/elm/io.vim (limited to 'autoload/elm/io.vim') diff --git a/autoload/elm/io.vim b/autoload/elm/io.vim deleted file mode 100644 index 509a8f6a..00000000 --- a/autoload/elm/io.vim +++ /dev/null @@ -1,12 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elm') == -1 - -" System IO - -" Craft a system command and run it, returning the output. -function! elm#io#system(program, args) - let cmd ="which " . a:program . " && " . a:program . " " . a:args - return system(cmd) -endfunction - - -endif -- cgit v1.2.3