vim updates
authorPierre Habouzit <phabouzit@apple.com>
Wed, 21 Nov 2012 13:13:00 +0000 (14:13 +0100)
committerPierre Habouzit <phabouzit@apple.com>
Wed, 25 Oct 2017 00:29:09 +0000 (17:29 -0700)
vim/filetype.vim
vimrc

index 2042a4f..b37fe6c 100644 (file)
@@ -15,6 +15,7 @@ augroup filetypedetect
   au BufRead,BufNewFile *.adoc             setf asciidoc
 
   au BufRead,BufNewFile massif.*.txt       setf massif
+  au BufRead,BufNewFile peer*.log          setf ubiquity-log
 
   " HTML (.shtml and .stm for server side)
   au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm  call s:FThtml()
diff --git a/vimrc b/vimrc
index c2992b3..636b68a 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -34,7 +34,7 @@ set report=0                    " show a report when N lines were changed.
 
 set laststatus=2                " show status line?  Yes, always!
 set noruler                       " show cursor position?  Yep!
-set statusline=[\ %f%m\ %r%y\ %=\ hex:%B\ \ %l,%c%V\ \ %P\ ]
+set statusline=[\ %f%m\ %r%y\ %{fugitive#statusline()}\ %=\ hex:%B\ \ %l,%c%V\ \ %P\ ]
 
 set shiftwidth=4                " Number of spaces to use for each insertion of
                                 " (auto)indent.