浏览代码

fix incorrect usage of showcmd

Daniel Sheffield 6 天之前
父节点
当前提交
84984ec3e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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