Andrew Rodionoff
2345892c1f
removed unneeded slice
2016-04-21 21:20:55 +03:00
Junegunn Choi
9e2aa1a710
GitFiles?
2016-04-21 01:01:59 +09:00
Junegunn Choi
90169196e1
[Tags] Ask before generating tags file
...
Close #127
2016-04-19 01:11:16 +09:00
Junegunn Choi
a148f78863
[History[:/]] Redraw screen
2016-04-15 22:42:17 +09:00
Junegunn Choi
ef3e5e0a37
[History[:/]] Fix regression
...
Close #124
2016-04-15 22:41:05 +09:00
Bastian Winkler
513ed1ff50
Make sure to use the cterm color attribute
...
This should fix color selection with true-color enabled terminal neovim.
2016-04-12 09:46:01 +02:00
Junegunn Choi
8efc2d29ab
[Windows] Fix regression
...
Close #116
2016-04-12 01:33:18 +09:00
Junegunn Choi
7cfff6b16f
Fix #114 - Escape $
2016-04-09 21:41:59 +09:00
Junegunn Choi
e9187959ba
Use colors that match the current color scheme and add g:fzf_colors
...
Close #59 and #112
2016-04-09 21:34:38 +09:00
Mike Bagwell
89a6d9613c
add neovim terminal files to history filter
2016-04-03 14:13:53 -04:00
Mathias Jean Johansen
fb358ad4e6
Add Filetypes
command.
...
Close #109 .
2016-04-03 15:24:19 +02:00
Junegunn Choi
852cfa0c11
[Buffers] Sort buffers by MRU order
...
Close #100
2016-03-16 00:18:23 +09:00
Junegunn Choi
29db9ea140
[Buffers] Add g:fzf_buffers_jump to jump to existing window
...
Close #98
2016-03-11 01:14:42 +09:00
Junegunn Choi
fe7bebb62a
Fix bug in #87
2016-03-06 13:23:24 +09:00
Junegunn Choi
0352153789
[History] Fix invalid regular expression for filtering .git directory
...
Close #91
2016-02-24 12:08:31 +09:00
Junegunn Choi
b9285c87db
[Tags/BTags] Take optional argument as the default query
...
Related #90 . Function signature of s:btags_source has changed.
/cc @AdnoC
2016-02-24 00:41:05 +09:00
Junegunn Choi
345dae5a08
[Tags] Return if failed to create tags
2016-02-24 00:09:08 +09:00
AdnoC
2133f25675
fzf#vim#buffer_tags([tag commands], options)
...
Added ability to specify the commands used to generate tags
2016-02-18 23:58:59 -05:00
Junegunn Choi
be01b64586
[Lines] Use readfile() if buffer is not yet loaded
...
Close #86
2016-02-19 00:29:46 +09:00
Junegunn Choi
d940ab1c5a
Revert "[Lines] Use readfile() if buffer is not yet loaded"
...
This reverts commit 16ffd82a58
.
2016-02-19 00:28:35 +09:00
Junegunn Choi
16ffd82a58
[Lines] Use readfile() if buffer is not yet loaded
...
Close #86
2016-02-19 00:28:01 +09:00
Junegunn Choi
990dfe41ff
Fix #81 - Wrong insert position of fzf#vim#complete
2016-02-07 22:45:37 +09:00
Junegunn Choi
00fdb54c9d
[BTags] Add --reverse option to display tags in order
...
Close #72
2016-01-18 01:15:59 +09:00
Junegunn Choi
2a225396d4
Update jumplist before move
...
Addendum fix for #69
2016-01-09 12:31:59 +09:00
Junegunn Choi
9a5c06ad72
Update jumplist on Tags/BTags/Lines/BLines
...
Close #69
2016-01-09 12:22:57 +09:00
Junegunn Choi
ee13be36fb
Update copyright
2016-01-09 12:22:57 +09:00
Chris Pride
dd97e412a5
Pull out the git log options as an option.
...
In my environment '--graph' is a kiss of death. It results in seeing
nothing but graph lines due to the number of branches in flight.
Secondly the colors baked into this break with my color scheme
which has a background of black rending the date unreadable.
So to solve this I need to be able to specify my own options,
so add a new options g:fzf_commits_log_options to allow this.
2016-01-07 12:24:46 -08:00
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
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
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
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
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
fcd3bbf9b2
Add <plug>(fzf-maps-[nixo]) - Mapping selecting mappings
2015-10-05 00:34:16 +09:00