We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386578a commit 4277a1fCopy full SHA for 4277a1f
autoload/OmniSharp/stdio.vim
@@ -172,7 +172,7 @@ function! s:LocationsFromResponse(quickfixes) abort
172
\}
173
if has_key(quickfix, 'EndLine') && has_key(quickfix, 'EndColumn')
174
let location.end_lnum = quickfix.EndLine
175
- let location.end_col = quickfix.EndColumn
+ let location.end_col = quickfix.EndColumn - 1
176
endif
177
let loglevel = get(quickfix, 'LogLevel', '')
178
if loglevel !=# ''
0 commit comments