fixes: grouping separator preference

This commit is contained in:
serso
2011-10-23 16:51:58 +04:00
parent 4577e1e90c
commit 296e2b46a0
4 changed files with 6 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public enum MathType {
}
},
postfix_function(400, true, false, Functions.allPostfix) {
postfix_function(400, true, true, Functions.allPostfix) {
@Override
protected String getSubstituteToJscl(@NotNull String match) {
final String result;