Skip to content

Commit

Permalink
Update tileview_integration.js
Browse files Browse the repository at this point in the history
Actually override :q[uit] implementation
  • Loading branch information
HallaSurvivor committed Aug 17, 2016
1 parent cf3717a commit 9e50db7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tileview_integration.js
Expand Up @@ -9,7 +9,7 @@ This plugin was written by Christopher Grossack, 2016
website: https://github.com/HallaSurvivor
email: HallaSurvivor@gmail.com
version 0.5
version 0.7
== CHANGELOG ==
version 0.2:
Expand All @@ -33,6 +33,9 @@ version 0.6:
a split.
* Fixed a bug where a list was populating wrong on startup
version 0.7:
* made q[uit] actually override the default implementation
*/

function TileviewIntegration()
Expand Down Expand Up @@ -103,7 +106,9 @@ function TileviewIntegration()
{
if (TV.panelCount) TV.menuActions("remove");
else tabs.remove(config.browser.mCurrentTab, 1, false, 1);
}
},
{},
true // replace = true, overrides the default :q[uit] implementation
);

commands.addUserCommand(
Expand Down

0 comments on commit 9e50db7

Please sign in to comment.