Mercurial > vim
view runtime/compiler/erlang.vim @ 20893:c78689fa0633 v8.2.0998
patch 8.2.0998: not all tag code is tested
Commit: https://github.com/vim/vim/commit/3d9207ad2fc98b4f92f77b5a3d52a3a4d25b9561
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 17 22:58:35 2020 +0200
patch 8.2.0998: not all tag code is tested
Problem: Not all tag code is tested.
Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6284)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 17 Jun 2020 23:00:03 +0200 |
parents | 2704c4e3e20a |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: Erlang " Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " Last Change: 2019 Jul 23 if exists("current_compiler") finish endif let current_compiler = "erlang" CompilerSet makeprg=erlc\ -Wall\ %:S CompilerSet errorformat=%f:%l:\ %m