Skip to content

Releases: wincent/command-t

7.0.2

05 Nov 16:02
7.0.2
cba9e94

Choose a tag to compare

  • Remove duplicate tags from documentation (#448, patch from Will Wills).

7.0.1

01 Aug 11:45
7.0.1
f671d73

Choose a tag to compare

  • Restore <Plug>(CommandTTag) mapping (#443).

6.2.1

01 Aug 11:44
6.2.1
86d42db

Choose a tag to compare

  • Restore <Plug>(CommandTTag) mapping (#443).

8.0

26 Jun 06:55
8.0
cbd07ea

Choose a tag to compare

  • 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
7.0
eda27a4

Choose a tag to compare

7.0
  • 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
6.2
6f81320

Choose a tag to compare

6.2
  • 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
6.1
b1803cb

Choose a tag to compare

6.1
  • 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

Choose a tag to compare

6.0.0-b.1 Pre-release
Pre-release
  • 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
6.0.0-b.0
320ba52

Choose a tag to compare

6.0.0-b.0 Pre-release
Pre-release
  • feat: add back :CommandTLine finder (#408).

6.0.0-a.4

05 Sep 20:39
6.0.0-a.4
f896248

Choose a tag to compare

6.0.0-a.4 Pre-release
Pre-release
  • fix: use correct git ls-files switch when scanners.git.untracked is true (#405).
  • fix: make Watchman scanner work with a path argument (c7020a44cfddfb87).
  • feat: show "fallback" in prompt title if a fallback scanner kicks in (c16b2721fdad1d0b).