X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1C0B3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1702757520; bh=llU6gjcIDR8+076pL0fNDvkS88aRGIovq6Fhx38D4Tk=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=a0h5JwemG9mKeayrikWeepTABtf6G1g89bqbGkodIBGjlXglIWhwLAagLLIUz5I1p SyjanekazbcJs/6OHSHNib1uodmbHI/M/QNTzRAgDj2nXAyuh+qlXy16DemVWBtrYL sYbGjF03XdGjYNMUZb0vtjgd0H/AwtlCEfwaMy0M= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB2033858285 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org EB2033858285 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702757485; cv=none; b=S3awX2dAD+V2v7OQqbMPug4WEd2LLlH0MSPhW++DocMAiBWToHcRmyhMhAEGdGdpdHibc9nFxwIyBMCZ462eQiNy2/irfa2OcMUpoOik3zEhtB4HZPVWweFKQFw1vqILQbpfoNFWwjMtqAL9i42fpHvyzQjn8QieDzyVME2MItA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702757485; c=relaxed/simple; bh=T9UhvvCaaKsZI+N0IZhJu78oAq3cGQzqP2R/HBdUxeM=; h=DKIM-Signature:Date:From:To:Message-ID:Subject:MIME-Version; b=A/MTJOfuNgGAX+RV441+8A3ZKAfFcMrptkZB5ArzAbZFdYHfBLFJRARA6/yknPrHMg/dt54K0W94oWK4XOE8Y0Uw0dxbzWhvnAz4/ISFA/5J2/64rWiPJy5DnfmKRjV4ilBW0xSwiBcOEuGwak6gd2OAN6z9fAdyvM73INPhhTs= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Sat, 16 Dec 2023 20:11:23 +0000 To: cygwin AT cygwin DOT com Message-ID: <18692-1702757484-52909@sneakemail.com> Subject: /usr/bin/vi: errors parsing .vim files from vim-common package MIME-Version: 1.0 X-Mailer: Perl5 Mail::Internet v X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: John Hein via Cygwin Reply-To: John Hein <3fbmqnhaz4 AT snkmail DOT com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" I just updated vim packages (including vim-minimal and vim-common) to 9.0.2155-1 Now when I run 'vi', I get this: Error detected while processing /usr/share/vim/vim90/filetype.vim: line 11: E319: Sorry, the command is not available in this version: let did_load_filetypes = 1 line 14: E319: Sorry, the command is not available in this version: let s:cpo_save = &cpo line 48: E319: Sorry, the command is not available in this version: func s:StarSetf(ft) line 52: E319: Sorry, the command is not available in this version: endfunc line 2941: E319: Sorry, the command is not available in this version: func TestFiletypeFuncs(testlist) . . and so on. Running '/usr/bin/vim' does not produce those errors (not surprisingly). This happens even if I use 'env HOME=/ /usr/bin/vi' (just to try to remove home dir dot files from the question). -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple