- Deleted s:get_cursor_keyword_snippet().
This commit is contained in:
@@ -80,6 +80,9 @@ function! neosnippet#util#get_cur_text()"{{{
|
||||
\ matchstr(getline('.'),
|
||||
\ '^.*\%' . col('.') . 'c' . (mode() ==# 'i' ? '' : '.'))
|
||||
endfunction"}}}
|
||||
function! neosnippet#util#print_error(string)"{{{
|
||||
echohl Error | echomsg a:string | echohl None
|
||||
endfunction"}}}
|
||||
|
||||
let &cpo = s:save_cpo
|
||||
unlet s:save_cpo
|
||||
|
||||
Reference in New Issue
Block a user