You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
Nice bug report; I'll see if I can reproduce.
-
Steve McKinney
FYI: the behavior is the same in terminal Vim and MacVim.
-
Steve McKinney
Created
,
edited
This issue only appears
let g:CommandTMatchWindowAtTop=1
. Here's a minimal .vimrc to reproduce:set nocompatible set tabstop=2 expandtab softtabstop=2 shiftwidth=2 set rtp+=/Users/smckinney/.vim/plugins/Command-T set rtp+=/Users/smckinney/.vim/plugins/nerdtree syntax on filetype plugin indent on let g:CommandTMatchWindowAtTop=1
Add a comment
Comments are now closed for this issue.