m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Add --with-nth option (#102)

This commit is contained in:
Junegunn Choi
2014-11-01 13:46:24 +09:00
parent 6fd6fff3a6
commit 76a3ef8c37
5 changed files with 151 additions and 79 deletions

View File

@@ -6,3 +6,4 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end
task :default => :test