From da9a005c60963893db49f697410d39de50c06b68 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 10 Apr 2018 09:31:22 +0100 Subject: [PATCH] Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old name --- ale_linters/cpp/gcc.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ale_linters/cpp/gcc.vim b/ale_linters/cpp/gcc.vim index 577c9f7..a663eaa 100644 --- a/ale_linters/cpp/gcc.vim +++ b/ale_linters/cpp/gcc.vim @@ -21,7 +21,8 @@ function! ale_linters#cpp#gcc#GetCommand(buffer, output) abort endfunction call ale#linter#Define('cpp', { -\ 'name': 'g++', +\ 'name': 'gcc', +\ 'aliases': ['g++'], \ 'output_stream': 'stderr', \ 'executable_callback': 'ale_linters#cpp#gcc#GetExecutable', \ 'command_chain': [