diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:48:00 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:48:00 +0000 |
| commit | fa59358ad2da9a82d31caf8789d24b1d55bcf3b1 (patch) | |
| tree | 92a930f5e045a4a39017285df96193e6959b69d5 /.config/vim/compiler/futhark.vim | |
| parent | 14e89111e62772d59a8cb0d5fcaf752f955fef93 (diff) | |
Update vim configuration
Diffstat (limited to '.config/vim/compiler/futhark.vim')
| -rw-r--r-- | .config/vim/compiler/futhark.vim | 17 |
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 |
