From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17083 invoked by alias); 6 Nov 2012 16:22:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17380 Received: (qmail 14044 invoked from network); 6 Nov 2012 16:22:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.217.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=s3QmwqTETo0oK5fLzwswdvRuzZlYeBb4rWrIIRvR64k=; b=DLdR59VBkRenTDzBTH0aX6ae6oMu5psMywj2F0LTmxXZwAcbHEZtcJxdMpEceMp80A NKgl7VPXqUbz7hT+nykwbhq64SKXyiHPubIrDw2fNIKEf8GVmxWDnXVZsM01y4nlWgxe f3F/W6fby/EKx90twaDUfLLw3PYzO3/H6HkstMgA+jnkPPhEm9+VyNqe4U5/3ePgREUl 7kK4wnBETqy52WsipkMm7ghQhWQBem5fCxOKsLlUdeL/EqvKmqeLms52nUAx9gsn/p4l rLSM1mcFFjjsL4X5uprUzPrOzkvviCy8WqduXBAdPfPlfQspmCnrqFjMYFgryf5h4cWo IZXQ== MIME-Version: 1.0 From: shawn wilson Date: Tue, 6 Nov 2012 16:21:54 +0000 Message-ID: Subject: vim scp autocomplete To: Zsh Users Content-Type: text/plain; charset=UTF-8 i'm curious if anyone has gotten this working? i found this: http://stackoverflow.com/questions/7197021/custom-autocompletion-for-zsh and i'm sure i can/will (eventually) figure this out. but i just figured i'd ask if anyone has done this first.