- Fixed #191 register broken

This commit is contained in:
Shougo Matsushita 2013-11-20 17:55:49 +09:00
parent afa9ecc176
commit 4fa3a17b10
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"============================================================================= "=============================================================================
" FILE: neosnippet.vim " FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com> " AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 18 Nov 2013. " Last Modified: 20 Nov 2013.
" License: MIT license {{{ " License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining " Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the " a copy of this software and associated documentation files (the
@ -1148,7 +1148,7 @@ function! s:trigger(function) "{{{
let neosnippet = neosnippet#get_current_neosnippet() let neosnippet = neosnippet#get_current_neosnippet()
let neosnippet.trigger = 1 let neosnippet.trigger = 1
if mode() ==# 's' && neosnippet.selected_text =~ '^#:' if mode() ==# 's' && neosnippet.selected_text =~ '^#:'
let expr .= "a\<BS>" let expr .= "\<C-o>\"_d"
endif endif
let expr .= printf("\<ESC>:call %s(%s,%d)\<CR>", let expr .= printf("\<ESC>:call %s(%s,%d)\<CR>",