mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-10-31 19:22:30 +00:00
Do not include highlighted item when items chosen
This commit is contained in:
parent
8ae604af67
commit
76c7f4f9c0
8
fzf
8
fzf
@ -10,7 +10,7 @@
|
||||
# URL: https://github.com/junegunn/fzf
|
||||
# Author: Junegunn Choi
|
||||
# License: MIT
|
||||
# Last update: November 15, 2013
|
||||
# Last update: November 16, 2013
|
||||
#
|
||||
# Copyright (c) 2013 Junegunn Choi
|
||||
#
|
||||
@ -677,11 +677,13 @@ class FZF
|
||||
ensure
|
||||
C.close_screen
|
||||
if got
|
||||
@selects.delete got
|
||||
if @selects.empty?
|
||||
@stdout.puts got
|
||||
else
|
||||
@selects.each do |sel, _|
|
||||
@stdout.puts sel
|
||||
end
|
||||
@stdout.puts got
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user