Open GoogleCodeExporter opened 9 years ago
Hi there,
I experienced the same problem and tracked it down to a problem with the
Command-T plugin. As I am using pathogen, disabling works either by deleting
the directory in ~/.vim/bundle or by adding
let g:pathogen_disabled = []
call add(g:pathogen_disabled, 'Command-T')
to your .vimrc before you call pathogen#infect()
Original comment by guent...@mpi-cbg.de
on 8 May 2014 at 9:35
Original issue reported on code.google.com by
Zettt1...@gmail.com
on 27 Apr 2014 at 7:35Attachments: