motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 1c844375fa2762e3b7c16294fa36afee6fef28b1 (tree)
parent e065e4f841f4a033ac9a6156573a446007617b1d
Author: Tim Pope <code@tpope.net>
Date:   Sun, 14 Jun 2015 20:06:38 -0400

Add support for flagship.vim

Diffstat:
Mplugin/fugitive.vim | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -2906,6 +2906,11 @@ function! fugitive#head(...) abort return s:repo().head(a:0 ? a:1 : 0) endfunction +augroup fugitive_statusline + autocmd! + autocmd User Flags call Hoist('buffer', function('fugitive#statusline')) +augroup END + " Section: Folding function! fugitive#foldtext() abort