From c11d2ae375399ea935e3c2e36e812e8a727ffd99 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 10 Sep 2017 00:20:05 +0100 Subject: Fix an SML variable init bug, and get the SML cm file tests to pass on Windows --- ale_linters/sml/smlnj_cm.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ale_linters') diff --git a/ale_linters/sml/smlnj_cm.vim b/ale_linters/sml/smlnj_cm.vim index 93cee63c..96cd7bd9 100644 --- a/ale_linters/sml/smlnj_cm.vim +++ b/ale_linters/sml/smlnj_cm.vim @@ -1,12 +1,6 @@ " Author: Jake Zimmerman " Description: SML checking with SML/NJ Compilation Manager -" Let user manually set the CM file (in case our search for a CM file is -" ambiguous and picks the wrong one) -" -" See :help ale-sml-smlnj for more information. -call ale#Set('sml_smlnj_cm_file', '*.cm') - function! ale_linters#sml#smlnj_cm#GetCommand(buffer) abort let l:cmfile = ale#handlers#sml#GetCmFile(a:buffer) return 'sml -m ' . l:cmfile . ' < /dev/null' -- cgit v1.2.3