diff options
| -rw-r--r-- | bundle/prr-ui/autoload/prr_ui.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/bundle/prr-ui/autoload/prr_ui.vim b/bundle/prr-ui/autoload/prr_ui.vim index 341df3c..f3a6ea7 100644 --- a/bundle/prr-ui/autoload/prr_ui.vim +++ b/bundle/prr-ui/autoload/prr_ui.vim @@ -874,4 +874,6 @@ function! prr_ui#Comment()  	" Put the cursor in place to add a comment on the line.  	call append('.', ['', '', ''])  	call cursor(line('.') + 2, 0) + +	startinsert  endfunction | 
