Explorar o código

forced status line in vim

cinaeco %!s(int64=14) %!d(string=hai) anos
pai
achega
8a75604a40
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -58,6 +58,7 @@ endif
 
 set number "show line numbers
 set ruler "show row,col count in status line
+set laststatus=2 "always show a status line
 
 if version >= 730
     set relativenumber "current line always 0 (requires 7.3 and up)