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=QwW+8M0YuqsHARebRrv+W0oL82Muo AwwWYGuiE1j4YR3UENBsVUsDBpmQWIe00Ocx9mZCNW2A0n5v0AKZNGPgV48DKh1u 6Tzgw/rL6nNqeB4gFkjsyqaGpLYu8lRVbvnZHE96JxRVF0OnYlNaApkgpE17F5Ba AlXN9+KMhjW30Q= 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=SOqtNFbWc6bb2DFhdxan31VP3zA=; b=g7K igjOCeUW53R3sPYCllFvOFcbzDKiLny8qrZQ4Al1ZNpXnvQL6K6s6jR0qkf3bYMQ pHLGubdTL+0qjXzQNme7M0bgaSy8urlHhK0y7TtyHq6ZwcwdVoVO3ZQFF0Td+j85 qM1nDhl2WjMyB3qVfsUTFe8LER6tUKsovVqdY3Zk= 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=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f47.google.com X-Received: by 10.180.74.209 with SMTP id w17mr8150848wiv.7.1381607831883; Sat, 12 Oct 2013 12:57:11 -0700 (PDT) MIME-Version: 1.0 From: Paul King Date: Sat, 12 Oct 2013 15:56:51 -0400 Message-ID: Subject: Found out why vim/vundle didn't work To: cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes I sent an earlier message to the list (or possibly to the vim list) about my problems in getting the vundle distro to work under the vim text editor. I am glad to report that the problem is solved, and this is what I found: This is a "cygwin" problem, although not necessarily a bug; more like a PEBCAK problem in the package selection stage, as there are 3 vim packages to choose from. The "vim" command is a different "vim" than the "vi" command. Both are "vim", but come from different vim packages. In Linux and other *nix systems, vi is symbolically linked to vim, but not in this case. These are different copies of vim, and both look in different places for the .*rc file. I found that "vi" looks first in ~/.virc and second in ~/.vim/vimrc. When you install vundle. the second place is a directory, causing "vi" to choke. Even when that is corrected, it doesn't know how to handle the Bundle command, and you get a wild flurry of error messages. vim, however, looks first in ~/.vimrc which exists, and in turn sources files under ~/.vim/vimrc. It waits a few moments, then opens your file. This is consistent with my experience with vim/vundle under other OS'es. So, for me it was just a matter of logging in with my Administrator account, then moving "vi" to "_vi"; then agreeing with custom, linking vim symbolically to vi. Paul King -- 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