mamapanda / evil-owl

preview registers and marks before actually using them
GNU General Public License v3.0
51 stars 4 forks source link

Preserve menu bar, tool bar, and tab bar #3

Closed Miciah closed 4 years ago

Miciah commented 4 years ago

When setting a new global map, the entries for the menu bar, tool bar, and tab bar must be copied to the new map from the old one to avoid hiding the bars.

Before this change, evil-owl's popup would hide these bars when it was opened, and the tab bar was not restored when the popup was closed. After this change, none of the bars are hidden.

mamapanda commented 4 years ago

Thanks!