From 9197cc983cd7fafa39bc32c80c701ad6228a371a Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 17 Jun 2013 16:38:27 +0400 Subject: [PATCH] enable undo coalescence by default --- lib/ace/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index ff3bb3cd..b786d5b7 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -2363,7 +2363,7 @@ config.defineOptions(Editor.prototype, "editor", { }, mergeUndoDeltas: { values: [false, true, "always"], - initialValue: false + initialValue: true }, behavioursEnabled: {initialValue: true}, wrapBehavioursEnabled: {initialValue: true},