[vimshell] Errors with vimshell for 7.0 and 7.2
Eugeni Dodonov
eugeni at dodonov.net
Thu Nov 6 12:05:35 CET 2008
Hi,
Try running the patch inside the VIM directory (like vim72):
tar xvfj vim-7.2.tar.bz2
cd vim72
bzcat ../vimshell_1.0_vim7.2.patch.bz2 | patch -p1
Or edit the patch, changing the entries from '+++ vim/' to '+++ vim72/'.
Like
vi vimshell.patch.bz2
:%s:+++ vim/:+++ vim72/:g
See if it works.
On Thu, Nov 6, 2008 at 00:52, Mark Ebbert <me.mark at gmail.com> wrote:
> I'm having trouble getting vimshell to work on either 7.0 or 7.2.
>
> I noticed in the archives that John Greco posted a patch for 7.2 in
> September, but didn't give any special instructions. So I tried using
> the regular instructions on the vimshell main page. Here is the error
> I got:
>
> ### BEGIN ###
> $ bzcat ../vimshell_1.0_vim7.2.patch.bz2 | patch -p0
> missing header for unified diff at line 3 of patch
> patching file vim/README_vimshell.txt
> patching file vim/runtime/doc/vimshell.txt
> can't find file to patch at input line 114
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |--- vim/src/auto/configure
> |+++ vim/src/auto/configure
> --------------------------
> File to patch:
> ### END ###
>
> I confirmed that "vim/src/auto/configure" does not exist. There isn't
> even a "vim/src"
>
> With version 7.0, I was getting "Hunk #XX FAILED at XXXX." on some of
> the patches. On both versions I am using revision 1221. Any help would
> be greatly appreciated.
> _______________________________________________
> The VIM-Shell Mailing List
> vimshell at vimshell.wana.at
> VIM-Shell Homepage: http://vimshell.wana.at
>
--
Eugeni Dodonov
http://eugeni.dodonov.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.wogri.at/pipermail/vimshell/attachments/20081106/d2154ee7/attachment.htm
More information about the vimshell
mailing list