summaryrefslogtreecommitdiff
path: root/.config/vim/compiler
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/compiler')
-rw-r--r--.config/vim/compiler/futhark.vim17
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/vim/compiler/futhark.vim b/.config/vim/compiler/futhark.vim
deleted file mode 100644
index 132ccfe..0000000
--- a/.config/vim/compiler/futhark.vim
+++ /dev/null
@@ -1,17 +0,0 @@
-" 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