X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=G8f0rQ0PlTfKC31FKKzx/ein2g4/B DCyUSU2dZy8m3Xv4rNVuY4kHG6/v4Tu8CGO/kvxZx5m5K0quu6nORxKG0EMDYp63 ZOSX8AON3PhokorJiWpo9qxvGT3V16W87tKdPWnf4kJp1UkFP2IhbzdLtzcCr8Ck vDX+0A5q4mpU7w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=tb0wB0eNK6iavK1iVm1Q51o+d38=; b=thZ MdwVDccvCa9FVV3Kl+5kJpm10Jf79DYZ2rcu7GgcZiBiWWpcYVOp965DLwK/jJKw 4GRGVhtuznOMUhrikHkskxOKhgI6qUDDwgjnqrlJsRan1EBgNdNTsAS5brUfUTL+ nJ4fE5+B/qudUl0LcBProGD/NtxedRBDJXoYvZ4A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com X-Received: by 10.180.9.69 with SMTP id x5mr1976110wia.41.1380799544264; Thu, 03 Oct 2013 04:25:44 -0700 (PDT) MIME-Version: 1.0 From: Paul King Date: Thu, 3 Oct 2013 07:25:23 -0400 Message-ID: Subject: VIM Vundle not working under Cygwin64 To: cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Hello I have tried to get vim's vundle package to work under Cygwin64, and it appears as though vim doesn't understand most of the package. Vundle works under 32-bit Cygwin, but something in the way the 64-bit version was compiled looks in the wrong place for vimrc. The 64-bit version (sorry I forget the version number (I uninstalled it), but it is the one under the very latest 64-bit distro) thinks that vimrc resides under ~/.vim/vimrc (a directory in my case). It does not look at my ~/.vimrc file at all. I got this info using :version When I force it to do so (vim -u ~/.vimrc filename), I get a ton of errors as it does not seem to understand most of the Vundle commands. That could also be from the fact that it might be an older version of vim, but since I uninstalled it, I can't be sure. I would like the vundle package to work the way it does under any other *NIX system I use, including Cygwin32. Is there a Cygwin-specific source package I can download or is there a way someone could re-compile a more recent binary so that it understands things like a standard location for ~/.vimrc and vundle commands? Thanks Paul -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple