浏览代码

vim: bad rm of plug#end(), put it back

Kyle P Davis 10 年之前
父节点
当前提交
08e5345a6e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -103,3 +103,5 @@ Plug 'kchmck/vim-coffee-script'  " CoffeeScript support
 Plug 'leafgarland/typescript-vim'  " TypeScript support
 autocmd QuickFixCmdPost [^l]* nested cwindow
 autocmd QuickFixCmdPost    l* nested lwindow
+
+call plug#end()