Commit Graph

11 Commits

Author SHA1 Message Date
Junegunn Choi 2d8435f114 [Commands] Match against the description as well 2015-09-20 01:38:03 +09:00
Junegunn Choi d8b54082c1 [Commits] Add Commits command for browsing git commits
- Enter, CTRL-T/X/V to show commit
- CTRL-D to diff against HEAD
- Multiple selection with TAB / Shift-TAB

Close #13
2015-09-20 01:26:28 +09:00
Andrew Noyes 514683efad Fix :Tags command tagfile relative path
Since fzf will execute the source command in the tagfile's directory, we
can't give the path of the tagfile relative to the current working
directory. Instead give just the filename.
2015-09-16 22:43:33 -07:00
Junegunn Choi 22c8a706c2 [fzf-complete-line] Exclude empty lines 2015-09-17 00:04:34 +09:00
Junegunn Choi 561cb901d1 [Helptags] Remove duplicate tags 2015-09-16 23:38:42 +09:00
Junegunn Choi c9c49f6722 [Tags] Disable colored output when tags file is larger than 20M 2015-09-12 23:12:01 +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 2b9b9f367f Do not unlet g:__fzf_command
Yet another feedkeys shenanigans
2015-09-06 11:58:21 +09:00
Junegunn Choi d2b235262e Code restructuring 2015-09-06 01:00:04 +09:00