Skip to content

Commit 357a074

Browse files
mikoto2000prabirshrestha
authored andcommitted
Delete TODO about 'user definition cursor position mechanism' in 'omni.vim'. (#364)
'user definition cursor position mechanism' is possible by 'snippet' mechanism. (after merging 'ultisnips-integration')
1 parent a79fb04 commit 357a074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/lsp/omni.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ function! s:apply_text_edit() abort
283283
call lsp#utils#text_edit#apply_text_edits(expand('%:p'), [l:expanded_text_edit])
284284

285285
" move to end of newText
286-
" TODO: add user definition cursor position mechanism
287286
let l:start = l:text_edit['range']['start']
288287
let l:line = l:start['line'] + 1
289288
let l:col = l:start['character']

0 commit comments

Comments
 (0)