Explorar el Código

fix incorrect usage of showcmd

Daniel Sheffield hace 6 días
padre
commit
84984ec3e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vim/vimfiles/vimrc

+ 1 - 1
vim/vimfiles/vimrc

@@ -48,7 +48,7 @@ set hlsearch incsearch
 set ruler
 
 " Show commands on last line of screen
-set showcmd=last
+set showcmd
 
 " Show the current mode (Visual, Insert, etc.)
 set showmode