mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Do not include highlighted item when items chosen
This commit is contained in:
12
fzf
12
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
|
||||
@selects.each do |sel, _|
|
||||
@stdout.puts sel
|
||||
if @selects.empty?
|
||||
@stdout.puts got
|
||||
else
|
||||
@selects.each do |sel, _|
|
||||
@stdout.puts sel
|
||||
end
|
||||
end
|
||||
@stdout.puts got
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user