Add missing space to gcc linter (#4791). (#5088)
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled

Co-authored-by: Mathis Bernadet <matbernadet@emi.u-bordeaux.fr>
This commit is contained in:
Mathis Bernadet
2026-01-25 07:42:46 +00:00
committed by GitHub
parent f730dedca7
commit 6d99629461
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Before:
call ale#test#SetFilename('test.cpp')
let b:command_tail = ' -x assembler'
\ . ' -o ' . (has('win32') ? 'nul': '/dev/null')
\ . '-iquote %s:h'
\ . ' -iquote %s:h'
\ . ' -Wall -'
After: