raa0121 10 gadi atpakaļ
vecāks
revīzija
97f4f5a5e4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@@ -270,7 +270,7 @@ call neobundle#config('quickrun-hook-u-nya-', {
 NeoBundle 'osyo-manga/unite-filetype'
 call neobundle#config('unite-filetype', {
   \ 'lazy' : 1,
-  \ 'autoload' : { 'unite_sources' : ['filetype']},
+  \ 'autoload' : { 'unite_sources' : ['filetype', 'filetype/new']},
   \ 'depends' : ['Shougo/unite.vim']
   \ })
 NeoBundle 'osyo-manga/unite-highlight'