fix missing EXINIT env variable prefix

This commit is contained in:
Igor Irianto 2020-11-13 11:36:22 -06:00
parent ab54ef9207
commit fd85666dd0

View file

@ -13,7 +13,7 @@ Behind the scene, Vim looks at multiple places for a vimrc file, not only the ro
- `$VIMINIT`
- `$HOME/.vimrc`
- `$HOME/.vim/vimrc`
- `EXINIT`
- `$EXINIT`
- `$HOME/.exrc`
- `$HOME/.vim/exrc`
- `$VIMRUNTIME/default.vim`