You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens?
Two minibuffers open. After selecting a file (say, foo.txt) in the first, that file will open in the other minibuffer, rather than in the main buffer.
What should happen?
I would not expect multiple minibuffers to open (is there a reason to want this behaviour?). The file should open in the main buffer.
Notes
You can reproduce this behaviour with most commands which open the minibuffer, e.g. 'C-x b' instead of 'C-x C-f'.
From [email protected] on May 11, 2011 07:18:36
Here's a sane way to look at it: there are no "minibuffers", only miniwindows.
Yi does not prevent opening a file in a miniwindow.
Original author: [email protected] (May 11, 2011 00:36:09)
What steps will reproduce the problem?
What happens?
Two minibuffers open. After selecting a file (say, foo.txt) in the first, that file will open in the other minibuffer, rather than in the main buffer.
What should happen?
I would not expect multiple minibuffers to open (is there a reason to want this behaviour?). The file should open in the main buffer.
Notes
You can reproduce this behaviour with most commands which open the minibuffer, e.g. 'C-x b' instead of 'C-x C-f'.
Original issue: http://code.google.com/p/yi-editor/issues/detail?id=349
The text was updated successfully, but these errors were encountered: