Minor fix to docs

This commit is contained in:
Karl Yngve Lervåg 2016-01-12 23:15:44 +01:00
parent 25cdfa6bb1
commit ff22868333

View File

@ -1212,8 +1212,8 @@ and |neosnippet#anonymous|, respectively. Here are a couple of examples that
show how to create such mappings: >
" Using neosnippet#anonymous
inoremap <silent><expr> neosnippet#anonymous('_${1}${0}')
inoremap <silent><expr> neosnippet#anonymous('^${1}${0}')
inoremap <silent><expr> __ neosnippet#anonymous('_${1}${0}')
inoremap <silent><expr> ^^ neosnippet#anonymous('^${1}${0}')
" Using UltiSnips#Anon
inoremap <silent> __ __<c-r>=UltiSnips#Anon('_{$1}$0', '__', '', 'i')<cr>