Browse Source

fix incorrect usage of showcmd

Daniel Sheffield 2 tháng trước cách đây
mục cha
commit
84984ec3e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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