From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14173 invoked by alias); 31 Dec 2017 17:22:06 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14164 invoked by uid 89); 31 Dec 2017 17:22:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:619, H*u:6.1, H*UA:6.1, Auto X-HELO: mail-wm0-f54.google.com Received: from mail-wm0-f54.google.com (HELO mail-wm0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 31 Dec 2017 17:22:04 +0000 Received: by mail-wm0-f54.google.com with SMTP id n138so55269601wmg.2 for ; Sun, 31 Dec 2017 09:22:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=wb40fOQiNuXU0Ip7NYQvUAxGXAsn2wC701gVT0JJ6e0=; b=fQjhbXabW9YnYMM/e69M33A1yIC7SBRw6qMf02JuxZXSa8GYjeXCspBgLNWfuu0Bbt N44LYqsE5azlTHn7qerMcub0CZpGe5MtyhAStpw8oNzJE0CluP/Ho/orjnfZFq/phvQb y6f9sFZpGpBY7N243qAv+WDaolaBkYb/adxrPkeVlA1YuaMFRcVrVn7aolu7JvZbLV8s RfiKQgFIRaS+pS3bekNIAodt8JPX+fj2Iot1HS9PCdLepwVChCL+V92SMjFu6F7vp54n Xae383hFn5deZTjcU4MRwcNynUDHWnCgYXxggj1Ek178SJKJd4/HtHwAtkzlqFVD9xio M7wg== X-Gm-Message-State: AKGB3mL1cgO1OMICFVeLsGQ9KJGIMNciVUutikKOzLspNuxkY5YnShrT ByijqQkKfmLbo+KKh/CL9oBDVA== X-Google-Smtp-Source: ACJfBotH2UlrHkYkuuBZen4LRNxfWHwuKQjJ9otFzB8GKw9Kd1+WhhkC25yMyjDbMZbfio5f51ytkg== X-Received: by 10.80.168.98 with SMTP id j89mr55354858edc.287.1514740921912; Sun, 31 Dec 2017 09:22:01 -0800 (PST) Received: from [192.168.2.108] (pD9ED53DE.dip0.t-ipconnect.de. [217.237.83.222]) by smtp.googlemail.com with ESMTPSA id o42sm38451867edc.33.2017.12.31.09.22.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Dec 2017 09:22:01 -0800 (PST) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: vim error with cygport file Message-ID: <0f2e3743-46af-5b14-c2ac-5cc3a537ee6a@gmail.com> Date: Sun, 31 Dec 2017 18:21:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00289.txt.bz2 Hi Yaakov, any time I use vim for cygport files I have the following error message: "R.cygport" 80L, 1600C Error detected while processing BufRead Auto commands for "*.cygport": E117: Unknown function: SetFileTypeSH That seems caused by $ cat /usr/share/vim/vimfiles/ftdetect/cygport.vim [cut] au BufNewFile,BufRead *.cygpart,*.cygport call SetFileTypeSH("bash") $ vim --version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Dec 7 2017 04:42:02) Included patches: 1-1376 $ cygcheck -cd |grep vim gvim 8.0.1376-1 vim 8.0.1376-1 vim-common 8.0.1376-1 vim-minimal 8.0.1376-1 Regards Marco -- 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