Simplify marker implementation

This commit also fixes loading sessions via the new #open_buffers() method.

References #163.
This commit is contained in:
Marco Hinz 2015-06-01 17:07:40 +02:00
parent 07be6b5fa9
commit 2ea22e2e7e
2 changed files with 74 additions and 51 deletions

View file

@ -49,5 +49,6 @@ command! -nargs=? -bar -complete=customlist,startify#session_list SLoad call s
command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete(<f-args>)
command! -nargs=0 -bar SClose call startify#session_close()
command! -nargs=0 -bar Startify enew | call startify#insane_in_the_membrane()
command! -nargs=0 -bar StartifyDebug call startify#debug()
nnoremap <silent><plug>(startify-open-buffers) :<c-u>call startify#open_buffers()<cr>