Commit f608c54
Changed files (1)
vimrc
@@ -145,7 +145,7 @@ function! InlineTemp()
normal "ayiw
normal $"byiW
normal dd
- exec ":.,/end/ s/" . @a . '/' . @b . '/'
+ exec ":.,/end/ s:\\<" . @a . "\\>:" . @b . ":gI"
call setpos(".", cursor_position)
endfunction