unsilent echom called from au FileType call (#349)

This commit is contained in:
the continium
2020-12-02 12:53:33 +00:00
committed by GitHub
parent 10799e046b
commit 83b3a099a6

View File

@@ -374,7 +374,7 @@ function! s:vim_lsp_settings_suggest(ft) abort
redraw!
echohl Directory
echomsg 'Please do :LspInstallServer to enable Language Server ' . l:entry[0]
unsilent echomsg 'Please do :LspInstallServer to enable Language Server ' . l:entry[0]
echohl None
endfunction