标签: vim neovim
是否有可能在vim中创建类似的函数?的xD
function !Reindent () return =G "that going to 'showcmd' and gonna prompted out endfunction
我想在每次读取缓冲区时调用它。
答案 0 :(得分:0)
您不需要只需autocmd的函数,只要您将文件读入缓冲区就会触发该函数:
autocmd
autocmd BufRead * normal! =G