Expand bookmark paths

Closes #275.
This commit is contained in:
Marco Hinz 2017-03-13 15:53:25 +01:00
parent a16e94e687
commit 2e89a6ec2b
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -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