From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45692 invoked by alias); 9 Oct 2018 08:50:47 -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 45647 invoked by uid 89); 9 Oct 2018 08:50:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:341, UD:jpg X-HELO: mail-oi1-f169.google.com Received: from mail-oi1-f169.google.com (HELO mail-oi1-f169.google.com) (209.85.167.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 09 Oct 2018 08:50:43 +0000 Received: by mail-oi1-f169.google.com with SMTP id y81-v6so607925oia.6 for ; Tue, 09 Oct 2018 01:50:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=35WTn8am72O4sZOnhakfjHYekaRdFo1p//chhYChYd4=; b=PkZ4rgP6C7D0yR5PQS+OThUZQZBWzPeyZ0frpOt0kPsfHc4b2ZSQsqf2HEVPMGcy70 tEaoy3CBoPJjuZHL7DxPpogiry338m2lnGeIjaH5LGATYYfA5AVpUzvEeZMLncKmoPYQ oiVyJyQO8xIhtNdR7JHxiOthraNUpMIAbl6KaXyRnep8h420h3Wo4vd93xjZHrNmOqEU T0nlR1LR5ANynxXtODTbddhWJ/Q9B5R+zOPYBpuaVrRRFkfZ5xmN1RXVr3C+p+Cdple1 yndquhUkh7rFVf1tkj8LPDS+FryprOTMe28qAfgi6dmbmyKzJjZgAL7Z7Hll+YN4cnUm h7tw== MIME-Version: 1.0 From: Tapas Mishra Date: Tue, 09 Oct 2018 08:50:00 -0000 Message-ID: Subject: vim yellow lines problem To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00071.txt.bz2 I had a C program which I copy pasted and there were line numbers in code. So I replaced line numbers in vi by following command :%s/\d*. (<-- last of * is a dot) Now I am opening vim in cygwin then all typed lines are coming yellow. https://i.stack.imgur.com/Dxd8h.jpg How do I fix this problem, -------- Thanks -- 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