mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
fix(startup): nvim with --clean should not load user rplugins
runtime rplugins such like legacy script providers are not affected by this change.
This commit is contained in:
@@ -263,6 +263,8 @@ int main(int argc, char **argv)
|
||||
|
||||
nlua_init();
|
||||
|
||||
TIME_MSG("init lua interpreter");
|
||||
|
||||
if (embedded_mode) {
|
||||
const char *err;
|
||||
if (!channel_from_stdio(true, CALLBACK_READER_INIT, &err)) {
|
||||
|
Reference in New Issue
Block a user