-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I have vim-plug managing itself as a plugin. When I run :PlugUpdate
, I get this output:
x vim-plug:
master
PlugClean required.
All the other plugins are fine. Running :PlugClean
does not solve the issue. What is happening?
Here is the relevant section of my vimrc:
let confdir = expand('<sfile>:h')
source ~/.config/nvim/vim-plug/plug.vim
call plug#begin(confdir . '/bundle')
Plug 'junegunn/vim-plug', { 'dir': confdir. '/vim-plug' }
"" ( lots more plugins, snipped for space... )
call plug#end()
NVIM 0.1.4-dev
Build type: RelWithDebInfo
Compilation: /usr/bin/x86_64-linux-gnu-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prot
otypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -D_GNU_SOURCE -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/build/config -I/build
/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/src -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/.deps/usr/include -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397
+17~ubuntu15.10.1/.deps/usr/include -I/usr/include/luajit-2.0 -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/.deps/usr/include -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10
.1/.deps/usr/include -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/.deps/usr/include -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/.deps/usr/include -I/usr/include -I/bu
ild/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/build/src/nvim/auto -I/build/neovim-FDBOmC/neovim-0.1.2ubuntu1+git201604111702+2397+17~ubuntu15.10.1/build/include
Compiled by buildd@lcy01-07
Optional features included (+) or not (-): +acl +iconv +jemalloc
For differences from Vim, see :help vim-differences
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
- Type:
- Bug
- Enhancement
- Feature Request
- Question
- OS:
- All/Other
- Linux
- OS X
- Windows
- Vim:
- Terminal Vim
- GVim
- Neovim
Metadata
Metadata
Assignees
Labels
No labels