≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1753

Bug #1753: "sorted_matchers_for" function should be "sorted_matches_for"

Kind bug
Product Command-T
When 2010-12-03T10:44:39Z
Status closed
Reporter anonymous
Tags no tags

Description

Not a big deal as this is a purely cosmetic typo:

$ ack sorted_matchers_for
ruby/command-t/ext.c
63:    rb_define_method(cCommandTMatcher, "sorted_matches_for", CommandTMatcher_sorted_matchers_for, 2);

ruby/command-t/matcher.c
99:VALUE CommandTMatcher_sorted_matchers_for(VALUE self, VALUE abbrev, VALUE options)

ruby/command-t/matcher.h
27:extern VALUE CommandTMatcher_sorted_matchers_for(VALUE self, VALUE abbrev, VALUE options);

As you can see, the Ruby-side method name is correct, only the internal C function name has the spelling error.

Comments

  1. Greg Hurrell 2010-12-03T16:06:20Z

    Fixed. Will mark as closed.

  2. Greg Hurrell 2010-12-03T16:06:29Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets