fork download
  1. " good vimrc
  2.  
  3. if exists("g:fff")
  4. " 設定の初期化
  5. set all&
  6. " 再描画
  7. :normal <C-l>
  8. endif
  9.  
  10. augroup Reload
  11. autocmd!
  12. nnoremap <silent> <Space>s. :<C-u>source $MYVIMRC<CR>
  13. autocmd! SourcePre $MYVIMRC let g:fff = &filetype
  14. augroup END
  15.  
  16. let &filetype = get(g:, 'fff', '')
  17.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty