Skip to content

Commit

Permalink
fix issue #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdroot committed Oct 26, 2017
1 parent 2998b5c commit e4044b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/leaderf/python/leaderf/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def _acceptSelection(self, *args, **kwargs):
return
file = args[0]
try:
if file.startswith('+'):
file = os.path.abspath(file)
lfCmd("hide edit %s" % escSpecial(file))
except vim.error as e: # E37
lfPrintError(e)
Expand Down

0 comments on commit e4044b9

Please sign in to comment.