Fix change_to_dir option

Thanks for reporting, @Osse.
This commit is contained in:
Marco Hinz 2014-08-21 10:31:04 +02:00
parent ec869a589e
commit b37d42509b

View file

@ -494,6 +494,7 @@ function! s:set_mark(type) abort
endif
let [id, path] = matchlist(getline('.'), '\v\[(.*)\]\s+(.*)')[1:2]
let path = fnamemodify(path, ':p')
if path =~# '\V<empty buffer>\|<quit>' || path =~# '^\w\+$'
return