-->

你怎么卸载删除由混帐克隆命令安装的文件?(How do you uninstall deleted

2019-10-20 16:35发布

我听说迷死vim ,所以很自然我说:“VIM我”。 之后,无数的YouTube视频和谷歌上搜索了几个小时,我正准备安装我pluggins(所以我想)。 我能够安装NERDTreePathogen ,我感觉自己还不错,因为我是新来Mac(OSX 10.9)和一般编码。 所以,我再继续安装下一个撑着Snipmate使用说明从https://github.com/garbas/vim-snipmate

% cd ~/.vim/bundle
% git clone https://github.com/tomtom/tlib_vim.git
% git clone https://github.com/MarcWeber/vim-addon-mw-utils.git
% git clone https://github.com/garbas/vim-snipmate.git
% git clone https://github.com/honza/vim-snippets.git

Snipmate没有工作。 所以,我通过RM -rf {}目录删除这些目录然后试图再次使用说明从安装http://spf13.com/post/vim-plugins-snipmate这个时候

cd ~/.vim
mv snippets snippets.orig
git clone git://github.com/scrooloose/snipmate-snippets.git snippets

也许我不应该这样做,因为我现在有这些错误每次我打开VIM。

Warning in snipMate.vim: Snippet c) is already defined. See :h multi_snip for help on snippets with multiple matches.
Warning in snipMate.vim: Snippet date is already defined. See :h multi_snip for help on snippets with multiple matches.
Warning in snipMate.vim: Snippet ddate is already defined. See :h multi_snip for help on snippets with multiple matches.

你想,如果我可以卸载这些文件,我已经删除,将它去掉这些错误的,也许snipmate会的工作? 你如何卸载混帐克隆命令? 我是正确的思维这些?

Answer 1:

那是因为你仍然有“snippets.orig”中定义的片段。 如果您删除的文件夹(或者,如果你想保持它移动到一个目录。vim的以外),你应该罚款。



文章来源: How do you uninstall deleted files installed by git clone command?