creichert / ido-vertical-mode.el

makes ido-mode display vertically
211 stars 22 forks source link

Handling regex characters #36

Closed ghost closed 9 years ago

ghost commented 9 years ago
  1. Calling the vertical highlighting function only if its not ido-incomplete-regexp state.
  2. regexp-quote the input string if ido-enable-regexp is disabled otherwise pass it as normal string
creichert commented 9 years ago

Nice fix, thanks! I checked in an accompanying test if you want to give it a look.

On Fri, Jul 24 2015, varmanishant notifications@github.com wrote:

  1. Calling the vertical highlighting function only if its not ido-incomplete-regexp state.
  2. regexp-quote the input string if ido-enable-regexp is disabled otherwise pass it as normal string You can view, comment on, or merge this pull request online at:

    https://github.com/creichert/ido-vertical-mode.el/pull/36

-- Commit Summary --

  • Handling regex characters

-- File Changes --

M ido-vertical-mode.el (37)

-- Patch Links --

https://github.com/creichert/ido-vertical-mode.el/pull/36.patch https://github.com/creichert/ido-vertical-mode.el/pull/36.diff


Reply to this email directly or view it on GitHub: https://github.com/creichert/ido-vertical-mode.el/pull/36