Mercurial > vim
view runtime/compiler/standard.vim @ 24735:e5beb841778d v8.2.2906
patch 8.2.2906: ASAN reports errors for test_startup
Commit: https://github.com/vim/vim/commit/a5787c3742b43a8e662045a4e38c7a6ba957acbf
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 29 22:25:17 2021 +0200
patch 8.2.2906: ASAN reports errors for test_startup
Problem: ASAN reports errors for test_startup for unknown reasons.
Solution: Temporarily disable the new test.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 29 May 2021 22:30:04 +0200 |
parents | bbca88cd13d5 |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: Standard for JavaScript " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2020 August 20 if exists("current_compiler") finish endif let current_compiler = "standard" if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=npx\ standard CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#