วันนี้ฉันพบว่าฉัน.vimrc
ไม่มีผล มันก็โอเคแค่ไม่กี่ชั่วโมงที่ผ่านมา
เมื่อฉันเปิดตัวเป็นกลุ่มที่มี$vim --plugin
, :scriptnames
ไม่มีอะไรสะท้อน: .vimrc
ไฟล์ที่ไม่ได้มา (หมายเหตุ: /etc/vimrc
ถูกลบเพื่อแก้ไขปัญหานี้)
จากนั้นฉันก็ลอง google และพบ$VIMINIT
ตัวแปรที่น่าสงสัย
นี่คือค่าของ$VIMINIT
:
$ echo $VIMINIT
set number
เอกสารที่เป็นกลุ่มเกี่ยวกับVIMINIT
:
c. Four places are searched for initializations. The first that exists
is used, the others are ignored. The $MYVIMRC environment variable is
set to the file that was first found, unless $MYVIMRC was already set.
- The environment variable VIMINIT (see also |compatible-default|) (*)
The value of $VIMINIT is used as an Ex command line.
- The user vimrc file(s):
"$HOME/.vimrc" (for Unix and OS/2) (*)
"s:.vimrc" (for Amiga) (*)
"home:.vimrc" (for Amiga) (*)
"$VIM/.vimrc" (for OS/2 and Amiga) (*)
"$HOME/_vimrc" (for MS-DOS and Win32) (*)
"$VIM/_vimrc" (for MS-DOS and Win32) (*)
Note: For Unix, OS/2 and Amiga, when ".vimrc" does not exist,
"_vimrc" is also tried, in case an MS-DOS compatible file
system is used. For MS-DOS and Win32 ".vimrc" is checked
after "_vimrc", in case long file names are used.
Note: For MS-DOS and Win32, "$HOME" is checked first. If no
"_vimrc" or ".vimrc" is found there, "$VIM" is tried.
See |$VIM| for when $VIM is not set.
- The environment variable EXINIT.
The value of $EXINIT is used as an Ex command line.
- The user exrc file(s). Same as for the user vimrc file, but with
"vimrc" replaced by "exrc". But only one of ".exrc" and "_exrc" is
used, depending on the system. And without the (*)!
ฉันไม่สามารถเข้าใจเอกสารที่เป็นกลุ่มได้อย่างสมบูรณ์ ดูเหมือนว่า$VIMINIT
อาจเลอะการเริ่มต้นเป็นกลุ่ม
ล้าง$VIMINIT
:
$ VIMINIT=
$ echo $VIMINIT
ปัญหายังคงมีอยู่
$VIMINIT
มีแบบอย่างมากกว่า.vimrc
ไฟล์ใด ๆ และมันเป็นไปตามกฎมาก่อนได้ก่อน ดังนั้นใช่.vimrc
ถูกละเว้น