Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken support for special prefixes #160

Open
faissalMT opened this issue Jul 29, 2019 · 1 comment
Open

Broken support for special prefixes #160

faissalMT opened this issue Jul 29, 2019 · 1 comment

Comments

@faissalMT
Copy link

faissalMT commented Jul 29, 2019

https://ruby-doc.org/stdlib-2.5.1/libdoc/readline/rdoc/Readline.html#method-c-special_prefixes

I think this snippet gets us someway there but @rl_special_prefixes seems to be broken.

module Readline
  def self.special_prefixes()
    @rl_special_prefixes
  end

  def self.special_prefixes=(prefixes)
    @rl_special_prefixes = prefixes
  end
end
@faissalMT faissalMT changed the title Lacks support for special prefixes Broken support for special prefixes Jul 29, 2019
@Spakman
Copy link
Collaborator

Spakman commented Aug 3, 2019

Hello and thanks for reporting this problem!

@rl_special_prefixes seems to be broken.

I'm afraid I'm not sure what you mean by this. What are you expecting and what result do you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants