Explorar o código

fix <cr> on [e]

Marco Hinz %!s(int64=13) %!d(string=hai) anos
pai
achega
6273d48db8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -86,7 +86,7 @@ function! s:start() abort
 
   nnoremap <buffer> q :quit<cr>
   nnoremap <buffer><silent> e :enew<cr>
-  nnoremap <buffer><silent> <cr> :execute 'normal '. <c-r><c-w><cr>
+  nnoremap <buffer><silent> <cr> :normal <c-r><c-w><cr>
 
   autocmd! startify *
   autocmd startify CursorMoved <buffer> call cursor(line('.') < 4 ? 4 : 0, 5)