Parece que você tem smartindent
ou autoindent
ativado no arquivo .vimrc
. Você pode desativá-lo para a sessão atual digitando:
:set nosmartindent
:set noautoindent
no modo de comando, ou torná-lo persistente no seu arquivo .vimrc
:
set nosmartindent
set noautoindent
Você também pode remover apenas set smartindent
ou set autoindent
linha em .vimrc
para transformar smartindent
ou autoindent
off porque o vim, por padrão, desativou:
'smartindent' 'si' boolean (default off)
local to buffer
{not in Vi}
{not available when compiled without the
+smartindent feature}
....
'autoindent' 'ai' boolean (default off)
local to buffer