Skip to content

Commit 2486ab6

Browse files
tsuyoshichomhinz
authored andcommitted
Skip all files below .git and fugitiveblame files
1 parent 9abd2c7 commit 2486ab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/startify.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,11 @@ let s:tf = exists('g:startify_transformations')
10941094
let s:session_dir = s:get_session_path()
10951095

10961096
let s:skiplist = get(g:, 'startify_skiplist', [
1097-
\ 'COMMIT_EDITMSG',
10981097
\ 'runtime/doc/.*\.txt',
10991098
\ 'bundle/.*/doc/.*\.txt',
11001099
\ 'plugged/.*/doc/.*\.txt',
1100+
\ '/.git/',
1101+
\ 'fugitiveblame$',
11011102
\ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc/.*\.txt',
11021103
\ ])
11031104

0 commit comments

Comments
 (0)