diff --git a/bundle/FlyGrep/test/vimrc b/bundle/FlyGrep/test/vimrc index c70ea63a3..0e428d500 100644 --- a/bundle/FlyGrep/test/vimrc +++ b/bundle/FlyGrep/test/vimrc @@ -1,4 +1,8 @@ +set nocompatible let s:path = expand(':p:h:h') call execute('set rtp+=' . s:path) +filetype off set rtp+=. +filetype plugin indent on +syntax enable