I thought you had reverted the code that inserts the minibuffer at the end of the window list... Maybe this has crept in again. Feel free to remove this and add big warning around explaining why it's done that way.
The backstory: we rely on the minibuffer being inserted right after the buffer that it refers to. The command run in the minibuffer will apply to the buffer right on top of it. This simplifies the design, and allows the UI to show the minibuffer and the related window together. 2009/8/31 codesite-noreply <[email protected]>: > > Status: Accepted > Owner: coreyoconnor > Labels: Type-Defect Priority-Medium Component-UI-Vty Component-Keymap-vim > > New issue 297 by coreyoconnor: minibuffer actions applied to incorrect > window > http://code.google.com/p/yi-editor/issues/detail?id=297 > > 0. open file A. > 1. split window (C-w-s) > 3. open file B in the bottom window. > 4. Insert text into file B. > 5. Save from the window viewing file B. > > The expectation is that file B will be saved. Instead file A will be saved. > > Please use labels and text to provide additional information. > > > -- > You received this message because you are listed in the owner > or CC fields of this issue, or because you starred this issue. > You may adjust your issue notification preferences at: > http://code.google.com/hosting/settings > > > > --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
