- Added neobundle#expandable_or_jumpable().
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"=============================================================================
|
||||
" FILE: neosnippet.vim
|
||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||
" Last Modified: 07 Jan 2013.
|
||||
" Last Modified: 13 Jan 2013.
|
||||
" License: MIT license {{{
|
||||
" Permission is hereby granted, free of charge, to any person obtaining
|
||||
" a copy of this software and associated documentation files (the
|
||||
@@ -79,6 +79,9 @@ function! s:doc_dict.search(cur_text) "{{{
|
||||
endfunction"}}}
|
||||
"}}}
|
||||
|
||||
function! neosnippet#expandable_or_jumpable() "{{{
|
||||
return neosnippet#expandable() || neosnippet#jumpable()
|
||||
endfunction"}}}
|
||||
function! neosnippet#expandable() "{{{
|
||||
" Check snippet trigger.
|
||||
return s:get_cursor_snippet(
|
||||
|
||||
Reference in New Issue
Block a user