Commit graph

172 commits

Author SHA1 Message Date
Junegunn Choi
d72f1361f1 Update customization examples 2015-09-25 11:45:16 +09:00
Junegunn Choi
b08b8519c6 Append extra options string in completion functions 2015-09-25 11:45:02 +09:00
Junegunn Choi
3bbcce79ce Concatenate options for customization (#15) 2015-09-25 11:18:24 +09:00
Junegunn Choi
034457333f [BTags] Capitalize error message 2015-09-20 23:50:28 +09:00
Junegunn Choi
200708311c Display bindkey in magenta 2015-09-20 15:15:39 +09:00
Junegunn Choi
f05fa9d516 [[B]Commits] Enable diff only in BCommits / CTRL-S to toggle sort 2015-09-20 15:11:06 +09:00
Junegunn Choi
921d92ff4a [BCommits] Add BCommits command 2015-09-20 14:51:06 +09:00
Junegunn Choi
5c25913b25 [History:/] Ignore empty selection 2015-09-20 04:05:59 +09:00
Junegunn Choi
1f1cb3fdba Update doc - missing parens 2015-09-20 02:58:14 +09:00
Junegunn Choi
2d8435f114 [Commands] Match against the description as well 2015-09-20 01:38:03 +09:00
Junegunn Choi
da6e7e84b4 Make clear that the latest version of fzf is required
e.g. Commits requires > 0.10.6
2015-09-20 01:32:22 +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
Junegunn Choi
8cc0b2ea71 Merge pull request #11 from atn34/fix-Tags
Fix :Tags command tagfile relative path
2015-09-17 14:59:51 +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
3d916ea590 Why you should use fzf on Vim
(or should not)
2015-09-07 00:52:19 +09:00
Junegunn Choi
7e37b1226b Note on Helptags name clash 2015-09-06 14:52:19 +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
Junegunn Choi
46c0e47b02 Fix History[:/] - History command itself can shift index by one 2015-09-02 23:07:02 +09:00
Junegunn Choi
fb355a9737 Merge pull request #7 from junegunn/extended-history
Command history and search history (#6)
2015-09-02 22:56:16 +09:00
Junegunn Choi
e252f45762 Command history and search history (#6) 2015-09-02 22:54:21 +09:00
Junegunn Choi
e3cac09d60 Ignore __Tagbar__ buffer 2015-09-02 19:10:49 +09:00
Junegunn Choi
6d8edb3c0e Update vimdoc 2015-09-01 00:59:46 +09:00
Junegunn Choi
332513de58 [Commands] List user-defined commands first 2015-08-31 23:09:55 +09:00
Junegunn Choi
4d99749294 normal! zz on BTags and Tags 2015-08-29 23:03:33 +09:00
Junegunn Choi
eec4a667d8 Extend Commands to include default ex commands 2015-08-29 22:51:34 +09:00
Junegunn Choi
c857037b4b Update README 2015-08-29 22:47:26 +09:00
Junegunn Choi
602d98b7eb Fix #1 - Helptags to update &rtp when required 2015-08-29 00:43:06 +09:00
Junegunn Choi
f73ac9283d Remove dead code 2015-08-28 18:42:43 +09:00
Junegunn Choi
40d5fad5bd Apply new dynamic height option 2015-08-28 18:41:18 +09:00
Junegunn Choi
e43e945ccc Add Windows command
Close #4
2015-08-28 17:49:50 +09:00
Junegunn Choi
bc00b07079 Fix #3 - Use colors instead of --with-nth for readability 2015-08-25 02:28:56 +09:00
Junegunn Choi
366f290bda No bold colors 2015-08-25 02:27:31 +09:00
Junegunn Choi
8fbd617197 Add Helptags command
If you use pathogen, you may notice that the name of the new command
conflicts with the command of the same name from it, but you can still
`call pathogen#helptags()`.
2015-08-24 01:43:32 +09:00
Junegunn Choi
3a70b0b273 Add line completion (global and local) 2015-08-23 04:23:16 +09:00
Junegunn Choi
e192cfef43 Add BLines command (buffer lines) 2015-08-23 04:19:39 +09:00
Junegunn Choi
b9c75fda50 Fix tab handling bug in Tags command 2015-08-23 01:30:04 +09:00
Junegunn Choi
11b29d1555 Apply -x to Buffers and Marks 2015-08-23 00:06:27 +09:00
Junegunn Choi
9a90963791 Clean up help file 2015-08-22 23:24:19 +09:00
Junegunn Choi
53bacac152 Add help file 2015-08-22 23:18:39 +09:00
Junegunn Choi
1ccd3d0c72 Apply --tiebreak=index option 2015-08-22 23:03:56 +09:00
Junegunn Choi
ec0d685faf Add Marks command 2015-08-22 22:57:28 +09:00
Junegunn Choi
2953f4d388 Vim 2015-08-22 01:24:09 +09:00
Junegunn Choi
813b58b3ea Add mappings 2015-08-22 01:00:31 +09:00