Skip to content

Releases: wincent/command-t

0.5.1

19 Jan 22:06
Compare
Choose a tag to compare
  • Fix for Ruby 1.9 compatibility regression introduced in 0.5.
  • Documentation enhancements, specifically targetted at Windows users.

0.5

19 Jan 22:07
Compare
Choose a tag to compare
0.5
  • :CommandTFlush now re-evaluates settings, allowing changes made via let 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

19 Jan 22:07
Compare
Choose a tag to compare
0.4
  • Add g:CommandTMatchWindowAtTop setting (patch from Zak Johnson).
  • Documentation fixes and enhancements.
  • Internal refactoring and simplification.

0.3

19 Jan 22:07
Compare
Choose a tag to compare
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

19 Jan 22:07
Compare
Choose a tag to compare
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.

0.1

19 Jan 22:08
Compare
Choose a tag to compare
0.1
  • Initial public release.