From cfaef26e8718916adcc68fbfb63b15f2389b2cd2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 6 Oct 2023 23:10:55 +0200 Subject: move all the files --- neovim/compiler/go-test.vim | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 neovim/compiler/go-test.vim (limited to 'neovim/compiler/go-test.vim') diff --git a/neovim/compiler/go-test.vim b/neovim/compiler/go-test.vim deleted file mode 100644 index 61442e5..0000000 --- a/neovim/compiler/go-test.vim +++ /dev/null @@ -1,14 +0,0 @@ -if exists('current_compiler') - finish -endif -let current_compiler = 'go-test' - -if exists(':CompilerSet') != 2 - command -nargs=* CompilerSet setlocal -endif - -" %f>%l:%c:%t:%n:%m -CompilerSet makeprg=go\ test -CompilerSet errorformat=%.%#:\ %m\ %f:%l,%.%#:\ %m\ at\ %f:%l%.%#, - -" vim: sw=2 sts=2 et -- cgit v1.2.3