]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim/fugitive: winfixheight FugitiveIndex window
[dotfiles.git] / vim / vimrc
index 2d6d066291a1669519999d6c829794b77a02d174..8da02bf6b7a5e516d2192fd57f8524e99fd12512 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -640,6 +640,7 @@ nnoremap <silent> <leader>gb :G blame<cr>
 
 augroup fugitive_gstatus
     au!
+    autocmd User FugitiveIndex setlocal winfixheight
     autocmd User FugitiveIndex nmap <buffer> <leader><space> =
 augroup end