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