Handle encrypted files
This commit is contained in:
parent
515bcd48b4
commit
ca6915e420
|
@ -499,7 +499,11 @@ function! s:open_buffers(cword) abort
|
|||
endif
|
||||
" no markers found; open a single buffer
|
||||
else
|
||||
execute 'normal' a:cword
|
||||
try
|
||||
execute 'normal' a:cword
|
||||
catch /E832/
|
||||
edit
|
||||
endtry
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in a new issue