Avoid unnecessary redraw

This commit is contained in:
Junegunn Choi 2014-06-27 08:28:32 +09:00
parent 56ace10a37
commit b5350b24ff

1
fzf
View File

@ -1026,6 +1026,7 @@ class FZF
actions[ctrl(:i)].call(:sclick) if shift actions[ctrl(:i)].call(:sclick) if shift
actions[ctrl(diff > 0 ? :j : :k)].call actions[ctrl(diff > 0 ? :j : :k)].call
end end
nil
end end
} }
} }