Commit graph

11 commits

Author SHA1 Message Date
Junegunn Choi
348a57a4a4
Allow fzf#complete to take hash argument with sink
This allows us to use the return value of fzf#wrap function with
fzf#complete.

This commit also removes obsolete g:fzf#vim#default_layout and
fzf#vim#layout.
2017-06-28 21:19:11 +09:00
Junegunn Choi
f3c3646c81
Fix <plug>(fzf-complete-buffer-line)
Reported by Roland Emmerich
2017-04-24 10:34:40 +09:00
Junegunn Choi
fcc798e99e Addendum fix for #136
- Apply --tabstop=1 to line completion
- Fix incorrect --nth

Related: #139, #136
2016-04-29 10:40:57 +09:00
Daniel Hahler
2af89da3d5 Fix fzf#vim#complete#line with new bufname display
This has been broken in 397a2e6.
2016-04-28 21:35:28 +02:00
Junegunn Choi
7a5148eed7 Vim 7.3 compatibility (except completion) 2015-10-16 13:15:01 +09:00
Junegunn Choi
b08b8519c6 Append extra options string in completion functions 2015-09-25 11:45:02 +09:00
Junegunn Choi
22c8a706c2 [fzf-complete-line] Exclude empty lines 2015-09-17 00:04:34 +09:00
Junegunn Choi
47fb2c3eb6 Make fzf#vim#complete#path take command as the first argument
inoremap <expr> <c-x><c-g> fzf#vim#complete#path('git ls-files $(git rev-parse --show-toplevel)')
2015-09-12 02:52:43 +09:00
Junegunn Choi
2a9ac9602b 'prefix' option to fzf#complete() as Funcref
Close #9
2015-09-11 12:01:25 +09:00
Junegunn Choi
ad24e3a925 File completion using &isfname
Close #9
2015-09-11 11:03:43 +09:00
Junegunn Choi
d2b235262e Code restructuring 2015-09-06 01:00:04 +09:00