Commit 8e0544bf authored by Jérome Perrin's avatar Jérome Perrin

fixup! codemirror: just use anyword autocomplete anywhere

parent 4d9d811b
......@@ -536,8 +536,7 @@
\n
\n
CodeMirror.commands.autocomplete = function(cm) {\n
CodeMirror.showHint(cm, CodeMirror.hint.anyword, {\n
} );\n
CodeMirror.showHint(cm, CodeMirror.hint.anyword, {range: Infinity} );\n
}\n
\n
\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment