Releases: wincent/command-t
Releases · wincent/command-t
0.5.1
0.5
:CommandTFlush
now re-evaluates settings, allowing changes made vialet
to be picked up without having to restart Vim.- Fix premature abort when scanning very deep directory hierarchies.
- Remove broken
<Esc>
key mapping on vt100 and xterm terminals. - Provide settings for overriding default mappings.
- Minor performance optimization.
0.4
0.3
- Add
g:CommandTMaxHeight
setting for controlling the maximum height of the match window (patch from Lucas de Vries). - Fix bug where
'list'
setting might be inappropriately set after dismissing Command-T. - Compatibility fix for different behaviour of "autoload" under Ruby 1.9.1.
- Avoid "highlight group not found" warning when run under a version of Vim that does not have syntax highlighting support.
- Open in split when opening normally would fail due to
'hidden'
and'modified'
values.
0.2
- Compatibility fixes for compilation under Ruby 1.9 series.
- Compatibility fixes for compilation under Ruby 1.8.5.
- Compatibility fixes for Windows and other non-UNIX platforms.
- Suppress "mapping already exists" message if t mapping is already defined when plug-in is loaded.
- Exclude paths based on
'wildignore'
setting rather than a hardcoded regular expression.