История изменений
Исправление bryak, (текущая версия) :
augroup FileType *
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o formatoptions+=j
augroup END
Или в ftplugin
setlocal formatoptions-=cro
setlocal formatoptions+=j
Исходная версия bryak, :
augroup FileType *
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o formatoptions+=j
augroup END