Click on the package to download.
| command-t-1.4.vba |
1.4 |
2012-06-20 |
7.0 |
Wincent Colaiuta |
- 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 <C-f>
|
| command-t-1.3.1.vba |
1.3.1 |
2011-12-18 |
7.0 |
Wincent Colaiuta |
- fix jumplist navigation under Ruby 1.9.x (patch from Woody Peterson)
|
| command-t-1.3.vba |
1.3 |
2011-11-28 |
7.0 |
Wincent Colaiuta |
- 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)
|
| command-t-1.2.1.vba |
1.2.1 |
2011-05-01 |
7.0 |
Wincent Colaiuta |
- 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)
|
| command-t-1.2.vba |
1.2 |
2011-04-30 |
7.0 |
Wincent Colaiuta |
- added |g:CommandTMatchWindowReverse| option, to reverse the order of items in the match listing (patch from Steven Moazami)
|
| command-t-1.1b2.vba |
1.1b2 |
2011-03-27 |
7.0 |
Wincent Colaiuta |
- fix a glitch in the release process; the plugin itself is unchanged since 1.1b
|
| command-t-1.1b.vba |
1.1b |
2011-03-27 |
7.0 |
Wincent Colaiuta |
- add |:CommandTBuffer| command for quickly selecting among open buffers
|
| command-t-1.0.1.vba |
1.0.1 |
2011-01-05 |
7.2 |
Wincent Colaiuta |
- work around bug when mapping |:CommandTFlush|, wherein the default mapping
for |:CommandT| would not be set up
- clean up when leaving the Command-T buffer via unexpected means (such as
with <C-W k> or similar) |
| command-t-1.0.vba |
1.0 |
2010-11-26 |
7.2 |
Wincent Colaiuta |
- make relative path simplification work on Windows |
| command-t-1.0b.vba |
1.0b |
2010-11-05 |
7.2 |
Wincent Colaiuta |
- work around platform-specific Vim 7.3 bug seen by some users (wherein
Vim always falsely reports to Ruby that the buffer numbers is 0)
- re-use the buffer that is used to show the match listing, rather than
throwing it away and recreating it each time Command-T is shown; this
stops the buffer numbers from creeping up needlessly |
| command-t-0.8.1.vba |
0.8.1 |
2010-09-14 |
7.2 |
Wincent Colaiuta |
- fix mapping issues for users who have set |'notimeout'| (patch from Sung Pae) |
| command-t-0.8.vba |
0.8 |
2010-08-19 |
7.2 |
Wincent Colaiuta |
- overrides for the default mappings can now be lists of strings, allowing multiple mappings to be defined for any given action
- <Leader>t mapping only set up if no other map for |:CommandT| exists (patch from Scott Bronson)
- prevent folds from appearing in the match listing
- tweaks to avoid the likelihood of "Not enough room" errors when trying to open files
- watch out for "nil" windows when restoring window dimensions
- optimizations (avoid some repeated downcasing)
- move all Ruby files under the "command-t" subdirectory and avoid polluting the "Vim" module namespace |
| command-t-0.8b.vba |
0.8b |
2010-07-11 |
7.0 |
Wincent Colaiuta |
- large overhaul if the scoring algorithm to make the ordering of returned results more intuitive; given the scope of the changes and room for optimization of the new algorithm, this release is labelled as "beta" |
| command-t-0.7.vba |
0.7 |
2010-06-10 |
7.0 |
Wincent Colaiuta |
- handle more |'wildignore'| patterns by delegating to VIM's own |expand()| function; with this change it is now viable to exclude patterns such as 'vendor/rails/**' in addition to filename-only patterns like '*.o' and '.git' (patch from Mike Lundy)
- always sort results alphabetically for empty search strings; this eliminates filesystem-specific variations (patch from Mike Lundy) |
| command-t-0.6.vba |
0.6 |
2010-04-29 |
7.0 |
Wincent Colaiuta |
- |:CommandT| now accepts an optional parameter to specify the starting directory, temporarily overriding the usual default of VIM's |:pwd|
- fix truncated paths when operating from root directory |
| command-t-0.5.1.vba |
0.5.1 |
2010-04-11 |
7.0 |
Wincent Colaiuta |
- fix for Ruby 1.9 compatibility regression introduced in 0.5
- documentation enhancements, specifically targetted at Windows users |
| command-t.vba |
0.5 |
2010-04-03 |
7.0 |
Wincent Colaiuta |
- |: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 |
| command-t.vba |
0.4 |
2010-03-27 |
7.0 |
Wincent Colaiuta |
- add |g:CommandTMatchWindowAtTop| setting (patch from Zak Johnson)
- documentation fixes and enhancements
- internal refactoring and simplification |
| command-t.vba |
0.3 |
2010-03-24 |
7.0 |
Wincent Colaiuta |
- 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
|
| command-t.vba |
0.2 |
2010-03-23 |
7.0 |
Wincent Colaiuta |
- 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 <Leader>t mapping is already defined when plug-in is loaded
- exclude paths based on |'wildignore'| setting rather than a hardcoded regular expression |
| command-t.vba |
0.1 |
2010-03-22 |
7.2 |
Wincent Colaiuta |
Initial upload |