diff --git a/vimrc b/vimrc index 4f45e14..16af345 100644 --- a/vimrc +++ b/vimrc @@ -401,11 +401,7 @@ nnoremap :call Enter(0) nnoremap :call Enter(1) function! s:Enter(shift) if !a:shift - if col(".")-1 - exe "normal o\0\"_d$" - else - exe "normal O\0\"_d$j" - end + exe "normal o\0\"_d$" else exe "normal O\0\"_d$" endif