dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

message.vim (173B)


      1 set shortmess+=I
      2 
      3 augroup EnterMessage
      4 	autocmd VimEnter * if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[-gmnq]\=vim\=x\=\%[\.exe]$')
      5 	\ | normal i
      6 augroup END