- Deleted s:get_cursor_keyword_snippet().

This commit is contained in:
Shougo Matsushita
2012-09-30 17:30:21 +09:00
parent 1747ce4581
commit 67b59e9a1b
3 changed files with 28 additions and 21 deletions

View File

@@ -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