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

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

View File

@ -1,6 +1,6 @@
# Установка
```sh
git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vimrc
git clone https://git.246060.ru/f1x1t/vimrc $HOME/.vim
```

2
vimrc
View File

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