Mercurial > vim
view runtime/compiler/eslint.vim @ 34378:4d02bc6ddd97
runtime(doc): Add a place holder section for version 9.2 (#14060)
Commit: https://github.com/vim/vim/commit/15935e7f54f0e00782a55ebc39a68e4cd94c2571
Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>
Date: Tue Feb 20 10:48:22 2024 -0800
runtime(doc): Add a place holder section for version 9.2 (https://github.com/vim/vim/issues/14060)
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 20 Feb 2024 20:00:08 +0100 |
parents | bbca88cd13d5 |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: ESLint for JavaScript " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2020 August 20 if exists("current_compiler") finish endif let current_compiler = "eslint" if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=npx\ eslint\ --format\ compact CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#