gpt4 book ai didi

vim - 未知函数 : pathogen#infect

转载 作者:行者123 更新时间:2023-12-04 09:03:54 53 4
gpt4 key购买 nike

我刚刚安装了 MacVim(并覆盖了 Vim)。我正在努力让 Pathogen 发挥作用。当我启动 Vim 时,出现以下错误:

Error detected while processing /Users/nir/.vim/autoload/pathogen.vim:
line 1:
E477: No ! allowed: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
line 2:
E488: Trailing characters: <html><head>
line 3:
Press ENTER or type command to continue

E488: Trailing characters: <title>302 Found</title>
line 4:
E488: Trailing characters: </head><body>
line 5:
E488: Trailing characters: <h1>Found</h1>
line 6:
E488: Trailing characters: <p>The document has moved <a href=
line 7:
E488: Trailing characters: <hr>
line 8:
E488: Trailing characters: <address>Apache/2.2.22 (Debian) Server at tpo.pe Port 443</address>
line 9:
E488: Trailing characters: </body></html>
line 1:
E477: No ! allowed: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
line 2:
E488: Trailing characters: <html><head>
line 3:
E488: Trailing characters: <title>302 Found</title>
line 4:
E488: Trailing characters: </head><body>
line 5:
E488: Trailing characters: <h1>Found</h1>
line 6:
E488: Trailing characters: <p>The document has moved <a href=
line 7:
E488: Trailing characters: <hr>
line 8:
E488: Trailing characters: <address>Apache/2.2.22 (Debian) Server at tpo.pe Port 443</address>
line 9:
E488: Trailing characters: </body></html>
Error detected while processing /Users/nirchernia/.vimrc:
line 1:
E117: Unknown function: pathogen#infect
E15: Invalid expression: pathogen#infect()

我的 .vimrc 看起来像这样
execute pathogen#infect()
syntax on
filetype plugin indent on

我的目录看起来像这样
~/
.vimrc
.vim
autoload
pathogen.vim
bundle
nerdtree
.viminfo

最佳答案

看起来你复制了 pathogen.vim直接来自浏览器,其中包含所有 HTML 标签。

尝试运行以下命令并重试 -

curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

更多关于 pathogen installation .

关于vim - 未知函数 : pathogen#infect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30714757/

53 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com