Skip to content

Commit

Permalink
Show partial command in the status line.
Browse files Browse the repository at this point in the history
  • Loading branch information
BMorearty committed Apr 17, 2011
1 parent c6077fa commit 209d811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -137,6 +137,9 @@ let macvim_hig_shift_movement = 1
" % to bounce from do to end etc.
runtime! macros/matchit.vim

" Show (partial) command in the status line
set showcmd

" Include user's local vim config
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
Expand Down

0 comments on commit 209d811

Please sign in to comment.