From d476578a402763f2c6e4e0ada2eb345d0ac938d7 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 4 Sep 2018 16:51:18 +0100 Subject: Improve ALE project style checking * The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. --- ale_linters/sml/smlnj_cm.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ale_linters/sml/smlnj_cm.vim') diff --git a/ale_linters/sml/smlnj_cm.vim b/ale_linters/sml/smlnj_cm.vim index 7a482307..bfa4bc05 100644 --- a/ale_linters/sml/smlnj_cm.vim +++ b/ale_linters/sml/smlnj_cm.vim @@ -3,6 +3,7 @@ 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' endfunction -- cgit v1.2.3