[VIME MODE] Vim indentation with "=="

Hello,

I would know if it is possible to know why when we use the VIM editor,
the command “==” doesn’t ident the line like in the ‘real’ vim.

ex:
if(i==0){
| i++;
}
##################
’ | ’ is the cursor, normally when we tape in cmd mode : “==” the ligne should become :
if(i==0){
| i++;
}

best regard
Bashintoch

We use ACE as code editor (https://ace.c9.io) and it looks like this feature is not implemented.