We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79fb04 commit 357a074Copy full SHA for 357a074
autoload/lsp/omni.vim
@@ -283,7 +283,6 @@ function! s:apply_text_edit() abort
283
call lsp#utils#text_edit#apply_text_edits(expand('%:p'), [l:expanded_text_edit])
284
285
" move to end of newText
286
- " TODO: add user definition cursor position mechanism
287
let l:start = l:text_edit['range']['start']
288
let l:line = l:start['line'] + 1
289
let l:col = l:start['character']
0 commit comments