Skip to content

Releases: wincent/command-t

1.6.1

19 Jan 22:02
Compare
Choose a tag to compare
  • Defer processor count detection until runtime (makes it possible to sensibly build Command-T on one machine and use it on another).

1.6

19 Jan 22:02
Compare
Choose a tag to compare
1.6
  • On systems with POSIX threads (such as OS X and Linux), Command-T will use threads to compute match results in parallel, resulting in a large speed boost that is especially noticeable when navigating large projects.

1.5.1

19 Jan 22:02
Compare
Choose a tag to compare
  • Exclude large benchmark fixture file from source exports (patch from Vít Ondruch).

1.5

19 Jan 22:02
Compare
Choose a tag to compare
1.5
  • Don't scan "pathological" filesystem structures (ie. circular or self-referential symlinks; patch from Marcus Brito).
  • Gracefully handle files starting with "+" (patch from Ivan Ukhov).
  • Switch default selection highlight color for better readability (suggestion from André Arko), but make it possible to configure via the g:CommandTHighlightColor setting.
  • Added a mapping to take the current matches and put then in the quickfix window.
  • Performance improvements, particularly noticeable with large file hierarchies.
  • Added g:CommandTWildIgnore setting (patch from Paul Jolly).

1.4

19 Jan 22:02
Compare
Choose a tag to compare
1.4
  • Added :CommandTTag command (patches from Noon Silk).
  • Turn off 'colorcolumn' and 'relativenumber' in the match window (patch from Jeff Kreeftmeijer).
  • Documentation update (patch from Nicholas Alpi).
  • Added :CommandTMinHeight option (patch from Nate Kane).
  • Highlight (by underlining) matched characters in the match listing (requires Vim to have been compiled with the +conceal feature, which is available in Vim 7.3 or later; patch from Steven Moazami).
  • Added the ability to flush the cache while the match window is open using .

1.3.1

19 Jan 22:03
Compare
Choose a tag to compare
  • Fix jumplist navigation under Ruby 1.9.x (patch from Woody Peterson).

1.3

19 Jan 22:03
Compare
Choose a tag to compare
1.3
  • Added the option to maintain multiple caches when changing among directories; see the accompanying g:CommandTMaxCachedDirectories setting.
  • Added the ability to navigate using the Vim jumplist (patch from Marian Schubert).

1.2.1

19 Jan 22:03
Compare
Choose a tag to compare
  • Remove duplicate copy of the documentation that was causing "Duplicate tag" errors.
  • Mitigate issue with distracting blinking cursor in non-GUI versions of Vim (patch from Steven Moazami).

1.2

19 Jan 22:04
Compare
Choose a tag to compare
1.2
  • Added g:CommandTMatchWindowReverse option, to reverse the order of items in the match listing (patch from Steven Moazami).

1.1b2

19 Jan 22:04
Compare
Choose a tag to compare
1.1b2 Pre-release
Pre-release
  • Fix a glitch in the release process; the plugin itself is unchanged since 1.1b.