diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-03-09 08:40:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 08:40:16 +0100 |
commit | a681b5eaca215448522973c95e8f751f1b586ea2 (patch) | |
tree | b3712aa416a3abec155ff05ad8412d4fa9150b7b /runtime/compiler/jest.vim | |
parent | 205b3765f2c04e3839b15a8d1ce79bd7ea8e4d3d (diff) | |
download | rneovim-a681b5eaca215448522973c95e8f751f1b586ea2.tar.gz rneovim-a681b5eaca215448522973c95e8f751f1b586ea2.tar.bz2 rneovim-a681b5eaca215448522973c95e8f751f1b586ea2.zip |
vim-patch:partial 1588bc8ebee2 (#17656)
Update runtime files
https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c
omit: doc updates
Diffstat (limited to 'runtime/compiler/jest.vim')
-rw-r--r-- | runtime/compiler/jest.vim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/compiler/jest.vim b/runtime/compiler/jest.vim index fee70b7c55..a4bb549de1 100644 --- a/runtime/compiler/jest.vim +++ b/runtime/compiler/jest.vim @@ -1,7 +1,7 @@ " Vim compiler file " Compiler: Jest " Maintainer: Doug Kearns <dougkearns@gmail.com> -" Last Change: 2018 May 15 +" Last Change: 2021 Nov 20 if exists("current_compiler") finish @@ -15,12 +15,14 @@ endif let s:cpo_save = &cpo set cpo&vim -" CompilerSet makeprg=npx\ jest\ --no-colors +" CompilerSet makeprg=npx\ --no-install\ jest\ --no-colors CompilerSet makeprg=jest\ --no-colors -CompilerSet errorformat=%E\ \ ●\ %m, +CompilerSet errorformat=%-A\ \ ●\ Console, + \%E\ \ ●\ %m, \%Z\ %\\{4}%.%#Error:\ %f:\ %m\ (%l:%c):%\\=, \%Z\ %\\{6}at\ %\\S%#\ (%f:%l:%c), + \%Z\ %\\{6}at\ %\\S%#\ %f:%l:%c, \%+C\ %\\{4}%\\w%.%#, \%+C\ %\\{4}%[-+]%.%#, \%-C%.%#, |