From 2e89a6ec2b34d55bf3b85a3df863da5156bce2d5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 13 Mar 2017 15:53:25 +0100 Subject: [PATCH] Expand bookmark paths Closes #275. --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 36cc1a7..ce3d756 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -644,7 +644,7 @@ function! s:show_bookmarks() abort if has('win32') let path = substitute(path, '\[', '\[[]', 'g') endif - call s:register(line('$'), index, 'file', 'edit', fnameescape(path)) + call s:register(line('$'), index, 'file', 'edit', fnameescape(expand(path))) unlet bookmark " avoid type mismatch for heterogeneous lists endfor