Releases: wincent/command-t
Releases · wincent/command-t
1.6.1
1.6
1.5.1
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
- 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 .