Skip to content

Releases: wincent/command-t

6.0.0-b.1

16 Dec 15:10
6.0.0-b.1
bce50be
Compare
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
Compare
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
Compare
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).

6.0.0-a.3

31 Aug 20:26
6.0.0-a.3
ac4a39c
Compare
Choose a tag to compare
6.0.0-a.3 Pre-release
Pre-release
  • fix: fix build problem on 32-bit systems; this was a regression introduced in 6.0.0-a.2 (6c8e2a3e3b5acd00).
  • docs: drop unnecessary { remap = true } from mapping instructions (#401)
  • feat: implement fallback for when find, git, or rg return no results (9e8c790ca718b40f2).
  • refactor: hide standard error output from find, git and rg (b229d929ae2a55a7b).
  • fix: don't let control characters mess up the display (#402).

6.0.0-a.2

29 Aug 20:23
6.0.0-a.2
41e814c
Compare
Choose a tag to compare
6.0.0-a.2 Pre-release
Pre-release
  • fix: fix rendering glitches due to interaction with vim-dirvish (ca959c9437d13ca0).
  • feat: teach prompt window to delete a word with <C-w> (0a19ffbe7bed4988).
  • fix: avoid aborts on 32-bit systems (#399).

6.0.0-a.1

28 Aug 13:11
6.0.0-a.1
7e9e293
Compare
Choose a tag to compare
6.0.0-a.1 Pre-release
Pre-release
  • fix: gracefully handle commandt.setup() calls without a finders config. (e59f7406a565b574).
  • refactor: get rid of a potentially confusing diagnostic message (05b434a7dd3e2963).
  • docs: add documentation for the :CommandTFind, :CommandTGit, :CommandTRipgrep, and :CommandTWatchman commands (c488f7f41e863398).

Full Changelog: 6.0.0-a.0...6.0.0-a.1

6.0.0-a.0

26 Aug 20:42
6.0.0-a.0
8ac6c96
Compare
Choose a tag to compare
6.0.0-a.0 Pre-release
Pre-release
  • Rewrite in Lua; for more details see |command-t-upgrading|. Note that this is an alpha release, so the new APIs are subject to change.

5.0.5

23 Jul 22:15
5.0.5
806b203
Compare
Choose a tag to compare
  • Teach watchman scanner to favor watch-project over watch when available (#390, patch from Todd Derr).

5.0.4

28 May 12:17
5.0.4
Compare
Choose a tag to compare
  • Support opening files which contain newlines (#365).
  • Guard against possible E315 on accepting a selection.
  • Fix possible E434 when trying to jump to some help targets.
  • Use execute() when available to avoid possible issues with potentially nested calls to :redir.
  • Fix conflict with vim-cool plugin (#354).
  • Close match listing after buffer deletion to avoid likely errors on subsequent interactions (#357, patch from Andrius Grabauskas).
  • Fix E116 error opening filenames containing single quotes.
  • Deal with 'wildignore' (and g:CommandTWildIgnore) patterns of the form "*pattern" (eg. "*~", which would ignore files created with Vim's default 'backupext') (#369, patch from Steve Herrell).
  • Turn off 'signcolumn' in the match listing (#376).
  • Teach file scanner to skip over badly encoded strings.
  • Teach watchman scanner to tolerate broken watchman installation.

5.0.3

19 Sep 21:22
5.0.3
Compare
Choose a tag to compare
  • Fix unlisted buffers showing up in :CommandTBuffer listing on Neovim.
  • Fix edge cases with opening selections in tabs (#315).
  • Fix possible degenerate performance of :CommandTBuffer and :CommandTMRU on Neovim.
  • Handle missing match listing buffer in Neovim (#342).