m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Implement C-Y (yank)

This commit is contained in:
Junegunn Choi
2014-03-15 16:54:25 +09:00
parent 1ba50eba98
commit 5c71ecb267
3 changed files with 49 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'fzf'
spec.version = '0.8.1'
spec.version = '0.8.2'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}