Вызов Neomake, только если установлен

This commit is contained in:
2019-05-29 11:22:03 +03:00
parent dd3b791813
commit cd8da78e84
2 changed files with 4 additions and 2 deletions

4
vimrc
View File

@ -433,7 +433,9 @@ augroup END
"{{{ Neomake
" Запускать после записи или чтения файла
call neomake#configure#automake('rw', 1000)
if exists(":Neomake")
call neomake#configure#automake('rw', 1000)
endif
function! LocationNext()
try