Fix #292 documentation

This commit is contained in:
Shougo Matsushita 2015-11-07 10:18:54 +09:00
parent 625382fab1
commit cf9958c63b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ xmap <C-k> <Plug>(neosnippet_expand_target)
"imap <expr><TAB>
" \ pumvisible() ? "\<C-n>" :
" \ neosnippet#expandable_or_jumpable() ?
" \ "\<TAB>" : "\<Plug>(neosnippet_expand_or_jump)"
" \ "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
smap <expr><TAB> neosnippet#expandable_or_jumpable() ?
\ "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"