From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102714 invoked by alias); 4 Aug 2015 08:01:27 -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 102703 invoked by uid 89); 4 Aug 2015 08:01:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 04 Aug 2015 08:01:26 +0000 Received: by wibud3 with SMTP id ud3so12077178wib.0 for ; Tue, 04 Aug 2015 01:01:23 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.94.168 with SMTP id dd8mr42944240wib.76.1438675282957; Tue, 04 Aug 2015 01:01:22 -0700 (PDT) Received: by 10.194.112.228 with HTTP; Tue, 4 Aug 2015 01:01:22 -0700 (PDT) Date: Tue, 04 Aug 2015 08:01:00 -0000 Message-ID: Subject: 2.2.0: possible bug with Vim 7.4.764 and syntax highlight From: Xealot To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg00060.txt.bz2 Hello! There seems to be a possible bug with cygwin 2.2.0 in xterm terminal mode (default) and using vim 7.4.764 with syntax highlighting enabled. To verify and reproduce: echo "syntax on" >> ~/.vimrc vim -E The prompt at the bottom should now show an escape sequence: Entering Ex mode. Type "visual" to go to Normal mode. :]11;rgb:0000/0000/0000\ This causes issues when using vim as normal in this configuration because the inserted escape sequence seems to replace the first character in a given document with a 'g' when opened. The problem goes away when changing terminal type to vt100 or vt220 or if you downgrade vim to revision 752 available on some mirrors through the setup. -- 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