add doc
This commit is contained in:
parent
a8d388f956
commit
34ec263a17
2 changed files with 117 additions and 1 deletions
|
@ -29,12 +29,12 @@ function! s:start() abort
|
|||
|
||||
setlocal nonumber norelativenumber nobuflisted buftype=nofile
|
||||
|
||||
let numfiles = get(g:, 'startify_show_files_number', 10)
|
||||
let cnt = 0
|
||||
|
||||
call append('$', [' startify>', '', ' [e] <empty buffer>'])
|
||||
|
||||
if get(g:, 'startify_show_files', 1) && !empty(v:oldfiles)
|
||||
let numfiles = get(g:, 'startify_show_files_number', 10)
|
||||
call append('$', '')
|
||||
for fname in v:oldfiles
|
||||
if !filereadable(expand(fname)) || (fname =~# $VIMRUNTIME .'/doc') || (fname =~# 'bundle/.*/doc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue