在状态栏上显示当前文件的format

在vimrc中添加下面的代码

function FunFileEncoding()
return &ff
endfunction

set rulerformat=%40(%{FunFileEncoding()}\ [%m%t]\ \ %l,%c%V\ \ %p%%%)
我自己使用的版本
set statusline=%<[%n][%f]%m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).':'.&ff.']'}%y\ [POS=%04l,%04v][%p%%]

0 Responses to "在状态栏上显示当前文件的format"