mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Use textEdit.range.start.character as a complete col (#1236)
This commit is contained in:
@@ -213,7 +213,7 @@ function! s:register_events() abort
|
||||
autocmd TextChangedP * call s:on_text_document_did_change()
|
||||
endif
|
||||
if g:lsp_untitled_buffer_enabled
|
||||
autocmd FileType * call s:on_filetype_changed(bufnr('<afile>'))
|
||||
autocmd FileType * call s:on_filetype_changed(bufnr(expand('<afile>')))
|
||||
endif
|
||||
augroup END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user