Releases: wincent/command-t
Releases · wincent/command-t
8.1
19 Mar 12:55
This tag was signed with the committer’s verified signature .
0154711
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
feat: expose commandt.setup.ignore_spaces setting.
fix: don't let commandt.setup.ignore_spaces undo the effects of commandt.setup.ignore_case or commandt.setup.smart_case.
fix: allow opening files with literal $ in their names.
7.0.2
05 Nov 16:02
This tag was signed with the committer’s verified signature .
cba9e94
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
Remove duplicate tags from documentation (#448 , patch from Will Wills).
7.0.1
01 Aug 11:45
This tag was signed with the committer’s verified signature .
f671d73
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
Restore <Plug>(CommandTTag) mapping (#443 ).
6.2.1
01 Aug 11:44
This tag was signed with the committer’s verified signature .
86d42db
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
Restore <Plug>(CommandTTag) mapping (#443 ).
8.0
26 Jun 06:55
This tag was signed with the committer’s verified signature .
cbd07ea
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
Removed the Ruby implementation. Switch to the 7-x-release branch if you still need it.
Fixed possible missing results when commandt.setup.height was set to a large value.
Improve performance when passing very large values for commandt.setup.height.
Fixed a race that could cause some results to be omitted.
Improve performance of scoring code by about 4% (wall-time).
7.0
23 Jun 16:07
This tag was signed with the committer’s verified signature .
eda27a4
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
Unless the user has specified a preference for the Ruby version of Command-T by setting g:CommandTPreferredImplementation to 'ruby', the Lua version will be used by default.
6.2
23 Jun 15:46
This tag was signed with the committer’s verified signature .
6f81320
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
feat: commandt.setup.match_listing.border and commandt.setup.prompt.border now accept "winborder" as a possible value, instructing Command-T to use the value of the 'winborder' setting to control the border appearance (#436 ).
fix: make the default borders and prompt title render correctly when commandt.setup.position is set to 'bottom' (#436 ).
feat: port :CommandTHistory to Lua.
feat: port :CommandTSearch to Lua.
feat: port :CommandTJump to Lua.
feat: port :CommandTTag to Lua.
feat: port :CommandTCommand to Lua.
6.1
14 Jun 07:57
This tag was signed with the committer’s verified signature .
b1803cb
This commit was signed with the committer’s verified signature .
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
fix: teach buffer finder to see all buffers passed into Neovim as command-line arguments (#418 ).
feat: add commandt.setup.scanners.max_files settings (#420 ).
fix: fix compilation error reported on Linux (#423 ).
feat: add match_listing / border and prompt / border settings.
feat: add commandt.setup.traverse and commandt.setup.root_markers settings (#416 ).
feat: add commandt.setup.match_listing.truncate setting (#429 ).
feat: add commandt.setup.match_listing.icons setting (#430 ).
feat: add :CommandTFd (#433 ).
6.0.0-b.1
16 Dec 15:10
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
fix: actually respect scanners.git.submodules and scanners.git.untracked options in commandt.setup() (#414 ).
fix: avoid "invalid option" error to format at specific window dimensions (#415 ).
6.0.0-b.0
21 Oct 17:17
This tag was signed with the committer’s verified signature .
The key has expired.
320ba52
This commit was signed with the committer’s verified signature .
The key has expired.
Compare
Sorry, something went wrong.
Filter
Sorry, something went wrong.
No results found
feat: add back :CommandTLine finder (#408 ).