]> Sergey Matveev's repositories - vim-lsp.git/commit
Fix "showDiagOnStatusLine", as it didn't work
authorAndreas Louv <andreas@louv.dk>
Sun, 12 Mar 2023 17:47:32 +0000 (18:47 +0100)
committerAndreas Louv <andreas@louv.dk>
Sun, 12 Mar 2023 17:53:52 +0000 (18:53 +0100)
commit418057586c9de09b6047c706f957384866bb72c7
treee6270459642dd1c7d3a160184f768157141276a5
parentcd81e27edb57de476f5e11d7d966bf61b91a5c36
Fix "showDiagOnStatusLine", as it didn't work

By moving the option check inside the BufferInit function, the user have
had a change to set the option before it's being checked.
autoload/lsp/lsp.vim
plugin/lsp.vim