flx icon indicating copy to clipboard operation
flx copied to clipboard

Bug: ido-ignore-buffers not searched when no matches

Open xwl opened this issue 10 years ago • 0 comments

One neat feature of ido is that, you can config some buffers to be ignored when switching, and in case no match is found, the ignored buffers will be shown and searched automatically.

e..g, (add-to-list 'ido-ignore-buffers "*")

  1. C-x b: buffers like Messages are not shown
  2. type * : various ignored buffers matching with * will be shown

This is broken after enabling flx-ido-mode. The ignored buffers are completely gone.

xwl avatar Jun 05 '15 14:06 xwl