We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c7274 commit cb3aa0bCopy full SHA for cb3aa0b
autoload/OmniSharp/actions/diagnostics.vim
@@ -51,6 +51,9 @@ endfunction
51
" directly from autoload/ale/sources/OmniSharp.vim so requires a full autoload
52
" function name.
53
function! OmniSharp#actions#diagnostics#StdioCheck(bufnr, Callback) abort
54
+ " OmniSharp#actions#buffer#Update only updates the server state when the
55
+ " buffer has been modified since the last server update
56
+ call OmniSharp#actions#buffer#Update()
57
let opts = {
58
\ 'ResponseHandler': function('s:StdioCheckRH', [a:Callback]),
59
\ 'BufNum': a:bufnr,
0 commit comments