mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-26 20:40:18 +00:00
fix missing EXINIT env variable prefix
This commit is contained in:
parent
ab54ef9207
commit
fd85666dd0
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue