nmap●把 Tab 轉換為 4 個空格:call CompileRun() func! CompileRun() exec "w" if &filetype == 'python' exec "!time python3 %" elseif &filetype == 'java' exec "!javac %" exec "!time java %<" elseif &filetype == 'sh' :!time bash % endif endfunc
syntax enable set smartindent set tabstop=4 set shiftwidth=4 set expandtab
0 意見:
張貼留言