diff --git a/plugin/templates.vim b/plugin/templates.vim index 7659ed8..8d40c9b 100644 --- a/plugin/templates.vim +++ b/plugin/templates.vim @@ -177,6 +177,8 @@ function ExpandLanguageTemplates() call ExpandTemplate('CLASS', l:filename) call ExpandTemplate('CAMEL_CLASS', l:camelclass) call ExpandTemplate('SNAKE_CLASS', l:snakeclass) + + execute line('$') . "d _" endfunction function MoveCursor()