我在 Fedora 22 (on Digital Ocean)上试着设置 Vundle (
https://github.com/VundleVim/Vundle.vim ) for vi (not vim)
# 在新的 Fedora 22 上 vi 能执行, vim 不能
> vim
bash: vim: command not found
# 执行 vi, 显示启动的是 vim
> vi
VIM - Vi IMproved
version 7.4.640
by Bram Moolenaar et al.
Modified by <bugzilla@redhat.com>
Vim is open source and freely distributable
...
# 查看 vi 执行文件
> whereis vi
vi: /usr/bin/vi /usr/share/man/man1/vi.1.gz
> ls -l /usr/bin/vi
-rwxr-xr-x. 1 root root 936256 Mar 2 08:37 /usr/bin/vi
> ls -l /usr/share/man/man1/vi.1.gz
lrwxrwxrwx. 1 root root 8 Mar 2 08:37 /usr/share/man/man1/vi.1.gz -> vim.1.gz
但是安装完 Vundle 后, 直接执行 vi 始终报错
> vi
Error detected while processing /home/xxxx/.vimrc:
line 11:
E492: Not an editor command: Plugin 'gmarik/Vundle.vim'
只有安装完 vim 后, 才能正常使用 Vundle
> sudo yum install vim
执行完后, vi 或 vim 都能正常执行了, 并正常使用 Vundle 提供的插件
问题: 不能不安装 vim 也让 vi 使用 Vundle 及其插件吗?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/204712
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.