[PATCH 5/5] vim: fix citation/signature fold lengths
authorJason Woofenden <jason@jasonwoof.com>
Mon, 11 Jul 2011 05:40:10 +0000 (01:40 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:03 +0000 (09:39 -0800)
5f/72991a383660726b960c3a09a3485ee093485a [new file with mode: 0644]

diff --git a/5f/72991a383660726b960c3a09a3485ee093485a b/5f/72991a383660726b960c3a09a3485ee093485a
new file mode 100644 (file)
index 0000000..fa0ae9b
--- /dev/null
@@ -0,0 +1,96 @@
+Return-Path: <jasonwoof@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8943D431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:43 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.699\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id N9oUtsqCFQpM for <notmuch@notmuchmail.org>;\r
+       Sun, 10 Jul 2011 22:40:42 -0700 (PDT)\r
+Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com\r
+       [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 6EFBE429E29\r
+       for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:39 -0700 (PDT)\r
+Received: by mail-vw0-f53.google.com with SMTP id 13so2781812vws.26\r
+       for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:39 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to\r
+       :references; bh=4ORxUKr95fZhq27SLRENn5ER8jrb8X5Ms/dBRCQHjHM=;\r
+       b=Brqe4sC3FWk+wlXwKfQsN4zpX1OXuvolS4Zy6mtlAPcywY8Sx2M0Wso2I1/H4rDxXP\r
+       BsaAWkpPxqfpdMfcSt9Hbigc7DW2WKy1SvFdbsBBCwR4M5uHKACzohQHC8iY3VctI5+u\r
+       iRK7ySE3g0g/ZU1XW2XsW3iSbEIQiNdB97lXg=\r
+Received: by 10.52.155.173 with SMTP id vx13mr1925829vdb.411.1310362839202;\r
+       Sun, 10 Jul 2011 22:40:39 -0700 (PDT)\r
+Received: from localhost.localdomain (c-98-216-100-90.hsd1.ma.comcast.net\r
+       [98.216.100.90])\r
+       by mx.google.com with ESMTPS id bl2sm5324172vbb.9.2011.07.10.22.40.38\r
+       (version=SSLv3 cipher=OTHER); Sun, 10 Jul 2011 22:40:38 -0700 (PDT)\r
+Sender: Jason Woofenden <jasonwoof@gmail.com>\r
+From: Jason Woofenden <jason@jasonwoof.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 5/5] vim: fix citation/signature fold lengths\r
+Date: Mon, 11 Jul 2011 01:40:10 -0400\r
+Message-Id: <1310362810-10926-6-git-send-email-jason@jasonwoof.com>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1310362810-10926-1-git-send-email-jason@jasonwoof.com>\r
+References: <1310362810-10926-1-git-send-email-jason@jasonwoof.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 11 Jul 2011 05:40:43 -0000\r
+\r
+Before they'd often miss the last line\r
+---\r
+ vim/plugin/notmuch.vim |   11 +++++++----\r
+ 1 files changed, 7 insertions(+), 4 deletions(-)\r
+\r
+diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim\r
+index 2095547..12a0f88 100644\r
+--- a/vim/plugin/notmuch.vim\r
++++ b/vim/plugin/notmuch.vim\r
+@@ -747,8 +747,11 @@ function! s:NM_cmd_show_parse(inlines)\r
+                                 elseif mode_type == 'cit'\r
+                                         if part_end || match(line, g:notmuch_show_citation_regexp) == -1\r
+                                                 let outlnum = len(info['disp'])\r
+-                                                let foldinfo = [ mode_type, mode_start, outlnum-1, len(info['msgs']),\r
+-                                                               \ printf('[ %d-line citation.  Press "c" to show. ]', outlnum - mode_start) ]\r
++                                                if !part_end\r
++                                                        let outlnum = outlnum - 1\r
++                                                endif\r
++                                                let foldinfo = [ mode_type, mode_start, outlnum, len(info['msgs']),\r
++                                                               \ printf('[ %d-line citation.  Press "c" to show. ]', 1 + outlnum - mode_start) ]\r
+                                                 let mode_type = ''\r
+                                         endif\r
+                                 elseif mode_type == 'sig'\r
+@@ -756,8 +759,8 @@ function! s:NM_cmd_show_parse(inlines)\r
+                                         if (outlnum - mode_start) > g:notmuch_show_signature_lines_max\r
+                                                 let mode_type = ''\r
+                                         elseif part_end\r
+-                                                let foldinfo = [ mode_type, mode_start, outlnum-1, len(info['msgs']),\r
+-                                                               \ printf('[ %d-line signature.  Press "i" to show. ]', outlnum - mode_start) ]\r
++                                                let foldinfo = [ mode_type, mode_start, outlnum, len(info['msgs']),\r
++                                                               \ printf('[ %d-line signature.  Press "i" to show. ]', 1 + outlnum - mode_start) ]\r
+                                                 let mode_type = ''\r
+                                         endif\r
+                                 endif\r
+-- \r
+1.7.5.4\r
+\r