Thursday, December 10, 2015

Re: test wrapping for coders

On Tuesday, December 8, 2015 at 7:16:02 PM UTC-6, gaston.it.85@gmail.com wrote:
> > What have you tried, what did you expect and what happened?
>
> I downloaded the files from the github site who's address I don't have right off hand and I unpacked it into ~/.vim/bundle/
>
> Here is a listing of my~/.vim/ directory
>
> garrett@mint-desktop ~/.vim $ ls -Rl
> .:
> total 24
> drwxr-xr-x 3 garrett garrett 4096 Nov 9 21:52 bundle
> -rwxr-xr-x 1 garrett garrett 16510 Nov 10 17:23 surround.vim
>
> ./bundle:
> total 4
> drwxr-xr-x 5 garrett garrett 4096 Nov 9 21:52 vim-surround
>
> ./bundle/vim-surround:
> total 12
> drwxr-xr-x 2 garrett garrett 4096 Nov 9 22:00 doc
> drwxr-xr-x 2 garrett garrett 4096 Nov 9 22:06 plugin
> -rw-r--r-- 1 garrett garrett 2438 Nov 9 21:52 README.markdown
>
> ./bundle/vim-surround/doc:
> total 12
> -rw-r--r-- 1 garrett garrett 9695 Nov 9 21:52 surround.txt
>
> ./bundle/vim-surround/plugin:
> total 20
> -rwxr-xr-x 1 garrett garrett 16510 Nov 9 22:06 surround.vim

It looks like you're trying to install a plugin in a "bundle" directory, but you don't have a plugin manager installed that would actually use that directory.

Either install Pathogen (which used "bundle" by default), install another plugin manager and follow the installation instructions for that plugin manager, or move your surround.vim file into your "plugin" directory and surround.txt into "doc" manually.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: