parent
44f876f4e9
commit
2eaa25ba57
|
@ -42,8 +42,9 @@ function! s:genesis()
|
||||||
call startify#insane_in_the_membrane()
|
call startify#insane_in_the_membrane()
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
call map(v:oldfiles, 'fnamemodify(v:val, ":p")')
|
||||||
autocmd startify BufNewFile,BufRead,BufFilePre *
|
autocmd startify BufNewFile,BufRead,BufFilePre *
|
||||||
\ call s:update_oldfiles(expand('<afile>'))
|
\ call s:update_oldfiles(expand('<afile>:p'))
|
||||||
autocmd! startify VimEnter
|
autocmd! startify VimEnter
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue