summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/racotest.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/racotest.vim')
-rw-r--r--runtime/compiler/racotest.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/compiler/racotest.vim b/runtime/compiler/racotest.vim
index d2a1a3c..3ac1173 100644
--- a/runtime/compiler/racotest.vim
+++ b/runtime/compiler/racotest.vim
@@ -3,12 +3,9 @@
" Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com>
" URL: https://github.com/benknoble/vim-racket
" Last Change: 2022 Aug 12
+" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
let current_compiler = 'racotest'
-if exists(":CompilerSet") != 2
- command -nargs=* CompilerSet setlocal <args>
-endif
-
CompilerSet makeprg=raco\ test\ %
CompilerSet errorformat=location:%f:%l:%c