summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index 335c0181..1a1ff433 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1997,6 +1997,7 @@ class Core(object):
elif option == 'plugins_dir':
path = os.path.expanduser(value)
self.plugin_manager.on_plugins_dir_change(path)
+ self.call_for_resize()
self.information(msg, 'Info')
def completion_set(self, the_input):