aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/ctags_browser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/pm/ctags_browser.lua')
-rw-r--r--core/ext/pm/ctags_browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua
index 01f8cc12..503804c2 100644
--- a/core/ext/pm/ctags_browser.lua
+++ b/core/ext/pm/ctags_browser.lua
@@ -10,7 +10,7 @@ local locale = _G.locale
-- is specified, the current file is parsed via ctags and its structure shown.
module('textadept.pm.browsers.ctags', package.seeall)
-textadept.pm.add_browser('ctags')
+if not RESETTING then textadept.pm.add_browser('ctags') end
local FILE_OUT = '/tmp/textadept_output'