Przeglądaj źródła

fix incorrect usage of showcmd

Daniel Sheffield 6 dni temu
rodzic
commit
84984ec3e7
1 zmienionych plików z 1 dodań i 1 usunięć
  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