Skip to content

Commit

Permalink
fix issue Yggdroot#480
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdroot committed Jan 31, 2020
1 parent 75fc74c commit f60f97d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoload/leaderf/python/leaderf/lineExpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ def _getExplClass(self):
def _defineMaps(self):
lfCmd("call leaderf#Line#Maps()")

def _accept(self, file, mode, *args, **kwargs):
lfCmd("norm! m'")
super(LineExplManager, self)._accept(file, mode, *args, **kwargs)

def _acceptSelection(self, *args, **kwargs):
if len(args) == 0:
return
Expand Down

0 comments on commit f60f97d

Please sign in to comment.