annotate runtime/compiler/racotest.vim @ 31026:7c47ea0dc080 v9.0.0848

patch 9.0.0848: help item for --log argument is not aligned nicely Commit: https://github.com/vim/vim/commit/0fd7be7f951b639312c9cb3917c7e61ba3b55a60 Author: K.Takata <kentkt@csc.jp> Date: Wed Nov 9 16:29:24 2022 +0000 patch 9.0.0848: help item for --log argument is not aligned nicely Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes https://github.com/vim/vim/issues/11521)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 17:30:03 +0100
parents e37754a13778
children e1df51f68736
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29996
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Vim compiler file
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 " Compiler: raco test (Racket command-line tools)
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com>
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 " URL: https://github.com/benknoble/vim-racket
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 " Last Change: 2022 Aug 12
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 let current_compiler = 'racotest'
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 if exists(":CompilerSet") != 2
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 command -nargs=* CompilerSet setlocal <args>
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 endif
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 CompilerSet makeprg=raco\ test\ %
e37754a13778 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 CompilerSet errorformat=location:%f:%l:%c