Releases: wincent/command-t
Releases · wincent/command-t
7.0.2
7.0.1
6.2.1
8.0
- Removed the Ruby implementation. Switch to the
7-x-releasebranch if you still need it. - Fixed possible missing results when
commandt.setup.heightwas 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
6.2
- feat:
commandt.setup.match_listing.borderandcommandt.setup.prompt.bordernow 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.positionis set to'bottom'(#436). - feat: port
:CommandTHistoryto Lua. - feat: port
:CommandTSearchto Lua. - feat: port
:CommandTJumpto Lua. - feat: port
:CommandTTagto Lua. - feat: port
:CommandTCommandto Lua.
6.1
- fix: teach buffer finder to see all buffers passed into Neovim as command-line arguments (#418).
- feat: add
commandt.setup.scanners.max_filessettings (#420). - fix: fix compilation error reported on Linux (#423).
- feat: add
match_listing/borderandprompt/bordersettings. - feat: add
commandt.setup.traverseandcommandt.setup.root_markerssettings (#416). - feat: add
commandt.setup.match_listing.truncatesetting (#429). - feat: add
commandt.setup.match_listing.iconssetting (#430). - feat: add
:CommandTFd(#433).
6.0.0-b.1
6.0.0-b.0
6.0.0-a.4
- fix: use correct
git ls-filesswitch whenscanners.git.untrackedistrue(#405). - fix: make Watchman scanner work with a path argument (c7020a44cfddfb87).
- feat: show "fallback" in prompt title if a fallback scanner kicks in (c16b2721fdad1d0b).