mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
333 stars 42 forks source link

postfix展開時に展開前の文字列が残ってしまう #53

Closed ghost closed 2 years ago

ghost commented 2 years ago

画像

root@b6054cc02841: ~ 2021-12-05 10-51-21

再現手順

$vim :set ft=javascript log.hoge <c-y><c-b>

最小構成

.vimrc

set rtp+=~/dev/vim-sonictemplate
let g:sonictemplate_vim_template_dir = '$HOME/.vim/template'

pattern.stpl

log\.\(.*\)$
        console.log({{$1}})