Skip to content

Commit 28acf1c

Browse files
committed
Do not update buffer when requesting highlighting
Fixes #736
1 parent 6ade3e3 commit 28acf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/OmniSharp/actions/highlight.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function! s:StdioHighlight(bufnr) abort
2626
let opts = {
2727
\ 'ResponseHandler': function('s:HighlightRH', [a:bufnr, buftick]),
2828
\ 'BufNum': a:bufnr,
29+
\ 'SendBuffer': 0,
2930
\ 'ReplayOnLoad': 1
3031
\}
3132
call OmniSharp#stdio#Request('/v2/highlight', opts)

0 commit comments

Comments
 (0)