mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#3442 Fix code fix clangd issue
This commit is contained in:
committed by
w0rp
parent
7c04ee5c20
commit
d0b5909fd8
@@ -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,
|
||||
\ },
|
||||
\ },
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user