From b72ae54a6dd1c9ffc69136724d277b5e7b8225c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Malbr=C3=A1n?= Date: Thu, 13 Mar 2014 20:39:39 -0300 Subject: [PATCH] Reverse comment --- src/editor/Editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/editor/Editor.js b/src/editor/Editor.js index 3fb48ade059..bf3049365bb 100644 --- a/src/editor/Editor.js +++ b/src/editor/Editor.js @@ -1847,8 +1847,7 @@ define(function (require, exports, module) { // Do not apply this option to inline editors return; } else if ((useTabChar && prefName === SPACE_UNITS) || (!useTabChar && prefName === TAB_SIZE)) { - // Set the CodeMirror option as long as it's not a change - // that is in conflict with the useTabChar setting. + // This change conflicts with the useTabChar setting, so do not change the CodeMirror option return; } else { this._codeMirror.setOption(cmOptions[prefName], newValue);