summaryrefslogtreecommitdiffstats
path: root/after
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/undotree.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/plugin/undotree.lua b/after/plugin/undotree.lua
new file mode 100644
index 0000000..ece04b4
--- /dev/null
+++ b/after/plugin/undotree.lua
@@ -0,0 +1,3 @@
+if (g.loaded_undotree) then
+ g.undotree_DiffAutoOpen = 0
+end