Skip all files below .git and fugitiveblame files
This commit is contained in:
parent
9abd2c7684
commit
2486ab67bc
|
@ -1094,10 +1094,11 @@ let s:tf = exists('g:startify_transformations')
|
||||||
let s:session_dir = s:get_session_path()
|
let s:session_dir = s:get_session_path()
|
||||||
|
|
||||||
let s:skiplist = get(g:, 'startify_skiplist', [
|
let s:skiplist = get(g:, 'startify_skiplist', [
|
||||||
\ 'COMMIT_EDITMSG',
|
|
||||||
\ 'runtime/doc/.*\.txt',
|
\ 'runtime/doc/.*\.txt',
|
||||||
\ 'bundle/.*/doc/.*\.txt',
|
\ 'bundle/.*/doc/.*\.txt',
|
||||||
\ 'plugged/.*/doc/.*\.txt',
|
\ 'plugged/.*/doc/.*\.txt',
|
||||||
|
\ '/.git/',
|
||||||
|
\ 'fugitiveblame$',
|
||||||
\ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc/.*\.txt',
|
\ escape(fnamemodify(resolve($VIMRUNTIME), ':p'), '\') .'doc/.*\.txt',
|
||||||
\ ])
|
\ ])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue