Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
E64 in :help completion.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mattn  
View profile  
 More options Sep 4 2012, 8:22 am
From: mattn <mattn...@gmail.com>
Date: Tue, 4 Sep 2012 05:22:40 -0700 (PDT)
Local: Tues, Sep 4 2012 8:22 am
Subject: E64 in :help completion.

Hi.

Try to type following into command line.

:help \{-

And type <tab>. You'll see error message, and you'll see broken command line.

:help E64

The words should be kept on the command line after displaying E64.
Below is a patch.

https://gist.github.com/3620707

diff -r c0ac5ba66243 src/tag.c
--- a/src/tag.c Wed Aug 29 18:50:54 2012 +0200
+++ b/src/tag.c Tue Sep 04 21:21:09 2012 +0900
@@ -1443,6 +1443,10 @@
        orgpat.len = p_tl;

     prepare_pats(&orgpat, has_re);
+    if (did_emsg) {
+       did_emsg = FALSE;
+       goto findtag_end;
+    }

 #ifdef FEAT_TAG_BINS
     /* This is only to avoid a compiler warning for using search_info


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bram Moolenaar  
View profile  
 More options Sep 5 2012, 9:02 am
From: Bram Moolenaar <B...@Moolenaar.net>
Date: Wed, 05 Sep 2012 15:02:43 +0200
Local: Wed, Sep 5 2012 9:02 am
Subject: Re: E64 in :help completion.

Yasuhiro Matsumoto wrote:
> Try to type following into command line.

> :help \{-

> And type <tab>. You'll see error message, and you'll see broken command line.

> :help E64

> The words should be kept on the command line after displaying E64.
> Below is a patch.

> https://gist.github.com/3620707

Thanks.  However, I think it's better to check if regprog is NULL.

And we also need to avoid the error.

--
A real patriot is the fellow who gets a parking ticket and rejoices
that the system works.

 /// Bram Moolenaar -- B...@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »