Closed itchyny closed 3 years ago
I noticed that current scripts writes ~/.viminfo. I think it's not intended so I added -i NONE. On the other hand -E -s disables reading the default vimrc, but adding -u NONE not to rely on this implicit behavior.
-i NONE
-E -s
-u NONE
Thanks
I noticed that current scripts writes ~/.viminfo. I think it's not intended so I added
-i NONE
. On the other hand-E -s
disables reading the default vimrc, but adding-u NONE
not to rely on this implicit behavior.