vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

Disable default vimrc and viminfo in compile scripts #180

Closed itchyny closed 3 years ago

itchyny commented 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.

mattn commented 3 years ago

Thanks