Skip to content

Commit 226cfbc

Browse files
committed
Do not update buffer when requesting diagnostics
1 parent a24293b commit 226cfbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/OmniSharp/actions/diagnostics.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function! OmniSharp#actions#diagnostics#StdioCheck(bufnr, Callback) abort
5454
let opts = {
5555
\ 'ResponseHandler': function('s:StdioCheckRH', [a:Callback]),
5656
\ 'BufNum': a:bufnr,
57+
\ 'SendBuffer': 0,
5758
\ 'ReplayOnLoad': 1
5859
\}
5960
call OmniSharp#stdio#Request('/codecheck', opts)

0 commit comments

Comments
 (0)