#3442 Fix code fix clangd issue

This commit is contained in:
Dalius Dobravolskas
2020-11-21 01:26:16 +00:00
committed by w0rp
parent 7c04ee5c20
commit d0b5909fd8
2 changed files with 3 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ function! s:OnReady(
\ },
\ 'end': {
\ 'line': l:nearest_error.end_lnum - 1,
\ 'character': l:nearest_error.end_col - 1,
\ 'character': l:nearest_error.end_col,
\ },
\ },
\ },