From 57232353b15a16a17e5fa0dc0935b2d47dc372c5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 2 May 2017 22:32:04 +0900 Subject: [PATCH] No vim-scripts/ --- faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faq.md b/faq.md index ac08e0a..3d05730 100644 --- a/faq.md +++ b/faq.md @@ -78,6 +78,8 @@ call plug#begin('~/.vim/bundle') call plug#begin('~/vimfiles/bundle') ``` +Unlike Vundle, vim-plug does not implicitly prepend `vim-scripts/` to single-segment argument. So `Plugin 'taglist.vim'` in Vundle should be explicitly written as `Plug 'vim-scripts/taglist.vim'`. However, note that vim-scripts.org is no longer maintained. + ### Conditional activation Use plain "if" statement to conditionally activate plugins: