From 67a3c6d4264802cb0c506234b24d4c80fa52a76c Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 9 Aug 2020 18:55:14 +0200 Subject: Initial --- .config/vim/compiler/futhark.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/vim/compiler/futhark.vim (limited to '.config/vim/compiler/futhark.vim') diff --git a/.config/vim/compiler/futhark.vim b/.config/vim/compiler/futhark.vim new file mode 100644 index 0000000..132ccfe --- /dev/null +++ b/.config/vim/compiler/futhark.vim @@ -0,0 +1,17 @@ +" Vim compiler file +" Compiler: Futhark Compiler +" Latest Revision: 2020/05/24 + +if exists("current_compiler") || &cp + finish +endif +let current_compiler = "futhark" + +let s:cpo_save = "futhark" +set cpo&vim + +"CompilerSet errorformat=Error at %f:%l:%c-%v:\r%m + + +let &cpo = s:cpo_save +unlet s:cpo_save -- cgit v1.3