junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.07k stars 1.93k forks source link

Cannot :PlugInstall #1211

Closed testroyer closed 2 years ago

testroyer commented 2 years ago

Explain the problem here ... I checked the vimrc location and its fine. When I do :PlugInstall It just returns an git clone error I checked my token and it seems to be just fine.

call plug#begin()
Plug 'scripts/AutoComplPop.vim'
call plug#end()
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 28 2022 12:30:17)
MS-Windows 32-bit console version
Compiled by mool@tororo
Huge version without GUI.  Features included (+) or not (-):
+acl                +clientserver       +diff               +folding            +libcall            +multi_lang         -python             +startuptime        +textprop           +visualextra
+arabic             +clipboard          +digraphs           -footer             +linebreak          -mzscheme           -python3            +statusline         -tgetent            +vreplace
+autocmd            +cmdline_compl      -dnd                +gettext/dyn        +lispindent         -netbeans_intg      +quickfix           -sun_workshop       +timers             +vtp
+autochdir          +cmdline_hist       -ebcdic             -hangul_input       +listcmds           +num64              +reltime            +syntax             +title              +wildignore
+autoservername     +cmdline_info       +emacs_tags         +iconv/dyn          +localmap           +packages           +rightleft          +tag_binary         -toolbar            +wildmenu
-balloon_eval       +comments           +eval               +insert_expand      -lua                +path_extra         -ruby               -tag_old_static     +user_commands      +windows
+balloon_eval_term  +conceal            +ex_extra           +ipv6               +menu               -perl               +scrollbind         -tag_any_white      +vartabs            +writebackup
-browse             +cryptv             +extra_search       +job                +mksession          +persistent_undo    +signs              -tcl                +vertsplit          -xfontset
++builtin_terms     +cscope             -farsi              +jumplist           +modify_fname       +popupwin           +smartindent        +termguicolors      +vim9script         -xim
+byte_offset        +cursorbind         +file_in_path       +keymap             +mouse              -postscript         -sodium             +terminal           +viminfo            -xpm_w32
+channel            +cursorshape        +find_in_path       +lambda             -mouseshape         +printer            +sound              -termresponse       +virtualedit        -xterm_save
+cindent            +dialog_con         +float              +langmap            +multi_byte_ime/dyn +profile            +spell              +textobjects        +visual
   system vimrc file: "$VIM\vimrc"
     user vimrc file: "$HOME\_vimrc"
 2nd user vimrc file: "$HOME\vimfiles\vimrc"
 3rd user vimrc file: "$VIM\_vimrc"
      user exrc file: "$HOME\_exrc"
  2nd user exrc file: "$VIM\_exrc"
       defaults file: "$VIMRUNTIME\defaults.vim"
Compilation: cl -c /W3 /GF /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32  -DFEAT_CSCOPE -DFEAT_TERMINAL -DFEAT_SOUND  -DFEAT_JOB_CHANNEL -DFEAT_IPV6        -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 /source-charset:utf-8 /MP -DHAVE_STDINT_H /Ox /GL -DNDEBUG /arch:IA32 /Zl /MT /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_HUGE /Fd.\ObjCi386/ /Zi
Linking: link /nologo /opt:ref /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib  comdlg32.lib ole32.lib netapi32.lib uuid.lib user32.lib  /machine:i386   libcmt.lib           winmm.lib WSock32.lib Ws2_32.lib   /PDB:vim.pdb -debug
junegunn commented 2 years ago
< Plug 'scripts/AutoComplPop.vim'
---
> Plug 'vim-scripts/AutoComplPop'

https://github.com/vim-scripts/AutoComplPop

testroyer commented 2 years ago

I tried that too. It doesn't work. I think the problem occurs at the stage where it clones the repo

On Tue, Sep 27, 2022, 03:48 Junegunn Choi @.***> wrote:

< Plug 'scripts/AutoComplPop.vim'---> Plug 'vim-scripts/AutoComplPop.vim'

— Reply to this email directly, view it on GitHub https://github.com/junegunn/vim-plug/issues/1211#issuecomment-1258830381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYDTW32NBEPBYZP7HOBH5V3WAI767ANCNFSM6AAAAAAQWCLZAA . You are receiving this because you authored the thread.Message ID: @.***>