mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:3780c11: runtime(compiler): fix typo in cppcheck compiler plugin
closes: vim/vim#16002
3780c11267
Co-authored-by: Enno <Konfekt@users.noreply.github.com>
This commit is contained in:
parent
5a27d02584
commit
32566dc1c3
@ -1,15 +1,13 @@
|
|||||||
" vim compiler file
|
" vim compiler file
|
||||||
" Compiler: cppcheck (C++ static checker)
|
" Compiler: cppcheck (C++ static checker)
|
||||||
" Maintainer: Vincent B. (twinside@free.fr)
|
" Maintainer: Vincent B. (twinside@free.fr)
|
||||||
" Last Change: 2024 oct 17 by @Konfekt
|
" Last Change: 2024 Oct 17 by @Konfekt
|
||||||
|
|
||||||
if exists("cppcheck")
|
if exists("current_compiler") | finish | endif
|
||||||
finish
|
|
||||||
endif
|
|
||||||
let current_compiler = "cppcheck"
|
let current_compiler = "cppcheck"
|
||||||
|
|
||||||
let s:cpo_save = &cpo
|
let s:cpo_save = &cpo
|
||||||
set cpo-=C
|
set cpo&vim
|
||||||
|
|
||||||
let s:slash = has('win32')? '\' : '/'
|
let s:slash = has('win32')? '\' : '/'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user