Junegunn Choi
b97a6393ff
[Ag] Use absolute path when 'autochdir' is set
...
Close #55
2015-12-18 13:07:31 +09:00
Junegunn Choi
47f2b5042f
[Ag] Ignore error while opening the first file
2015-12-18 13:05:02 +09:00
Junegunn Choi
e487084857
Open selected file in the current window if it's empty
...
https://github.com/junegunn/fzf/issues/451
2015-12-18 12:19:52 +09:00
Junegunn Choi
664a88afd4
[Ag] Update doc
2015-12-14 12:26:52 +09:00
Junegunn Choi
8ea2e872d7
Change Ag key bindings: CTRL-{A,D} -> ALT-{A,D} ( #54 )
2015-12-14 12:14:40 +09:00
Junegunn Choi
0ad88dd4e8
fzf#vim#ag(query, [[ag options], options])
...
Close #51
2015-12-08 01:30:39 +09:00
Junegunn Choi
e4d6a891f1
[[B]Lines] Fix #49 - Apply the new --tabstop option
...
&tabstop is local to each buffer, so using the global &tabstop value can
be considered to be a best-effort approach. Also added --reverse option
as it fits better for Lines and BLines.
2015-12-01 00:55:39 +09:00
Junegunn Choi
f2a97a388b
Update autoload functions to return 1 or 0
2015-11-28 10:47:36 +09:00
Junegunn Choi
3db992a883
Fix #46 - Fix incorrect error message type when ctags command failed
2015-11-28 01:14:12 +09:00
Junegunn Choi
9a45d70f00
Fix #39 - GitFiles not updated to use fzf#vim#wrap
2015-11-12 02:27:29 +09:00
Junegunn Choi
7ebf708505
[[B]Tags] Allow multi-selection and populate quickfix list
2015-11-11 01:59:24 +09:00
Junegunn Choi
d3fa3aeb74
Add fzf#vim#wrap(opts)
...
Related: #37
2015-11-11 01:59:24 +09:00
Junegunn Choi
da58759f88
[Locate] -complete=dir
2015-11-11 01:59:24 +09:00
Junegunn Choi
30b5e4b922
Merge branch 'icholy-master'
2015-11-02 10:18:35 +09:00
Junegunn Choi
7d5154ae68
[GitFiles] List files from project root
2015-11-02 10:17:56 +09:00
Ilia Choly
1a2d597045
Add GitFiles command
2015-11-01 15:33:49 -05:00
Junegunn Choi
0e995e1913
Customizable statusline
...
Close #32
2015-10-31 00:36:33 +09:00
Junegunn Choi
df65943036
./install --all
2015-10-23 17:56:20 +09:00
Junegunn Choi
ee794573e5
[Ag] --nth 4..,.. ( #27 )
2015-10-17 01:37:44 +09:00
Junegunn Choi
e3bf9f2487
[Ag] Escape -
2015-10-17 01:37:19 +09:00
Junegunn Choi
7a5148eed7
Vim 7.3 compatibility (except completion)
2015-10-16 13:15:01 +09:00
Junegunn Choi
207876f620
Update README.md
2015-10-16 13:13:48 +09:00
Junegunn Choi
2977f08e8f
Trigger netrw autocommand when opening directory
...
by @wilywampa
https://github.com/junegunn/fzf/pull/371
2015-10-09 12:37:42 +09:00
Junegunn Choi
cb8c3dc617
Use different prompt color for each mapmode
2015-10-08 23:17:26 +09:00
Junegunn Choi
db182e7caa
Fix trimming of rhs of maps
2015-10-08 03:18:14 +09:00
Junegunn Choi
90629c054d
Include mapmode in prompt
2015-10-08 03:13:50 +09:00
Junegunn Choi
3ac2d53bc1
Update display format of Maps and <plug>(fzf-maps-*)
2015-10-08 03:12:18 +09:00
Junegunn Choi
8fdbcb59ef
Fix #22 - Escape ! in the command
2015-10-06 22:32:39 +09:00
Junegunn Choi
813796a204
Merge pull request #20 from junegunn/mappings
...
Add mapping selecting mappings
2015-10-05 00:35:18 +09:00
Junegunn Choi
fcd3bbf9b2
Add <plug>(fzf-maps-[nixo]) - Mapping selecting mappings
2015-10-05 00:34:16 +09:00
Junegunn Choi
8a47a2bf5f
Merge s:defs calls
...
Avoid duplicate error messages on invalid g:fzf_command_prefix
2015-10-01 03:47:16 +09:00
Junegunn Choi
95123eaf9b
Fix g:fzf_command_prefix not applied to History
...
/cc @atweiden
2015-10-01 03:30:46 +09:00
Junegunn Choi
75a51d7656
Merge pull request #19 from tweekmonster/nvim_statusline
...
Replace the terminal window's statusline in NeoVim
2015-10-01 03:28:05 +09:00
Tommy Allen
e5c38eb1a5
Replace the terminal window's statusline in NeoVim
2015-09-30 14:21:51 -04:00
Junegunn Choi
9c98fda058
Fix #18 - Add g:fzf_command_prefix
2015-09-30 18:51:01 +09:00
Junegunn Choi
c70fa2b6fb
Handle SwapExists
...
Thanks to @justinmk
2015-09-30 16:19:52 +09:00
Junegunn Choi
4dd84d7165
[BTags] Try --language-force option the first time
2015-09-29 22:35:58 +09:00
Junegunn Choi
8e4536384b
[BTags] Remove --language-force option
...
Close #17
2015-09-29 11:48:45 +09:00
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