diff options
author | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:36:23 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:21 -0400 |
commit | 059e9785dc2fea0a15344162de4a5a7c8da6f491 (patch) | |
tree | 4be6079a8571316cbd89e3f310981b080f2815a4 /src/nvim/main.c | |
parent | 86b4f6856b52b311137467af9a631f7e567dcfbf (diff) | |
download | rneovim-059e9785dc2fea0a15344162de4a5a7c8da6f491.tar.gz rneovim-059e9785dc2fea0a15344162de4a5a7c8da6f491.tar.bz2 rneovim-059e9785dc2fea0a15344162de4a5a7c8da6f491.zip |
lint
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index c7eafb4741..64b5de8663 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -1241,7 +1241,7 @@ static void set_window_layout(mparm_T *paramp) static void load_plugins(void) { if (p_lpl) { - source_runtime((char_u *)"plugin/**/*.vim", DIP_ALL); + source_runtime((char_u *)"plugin/**/*.vim", DIP_ALL); // NOLINT TIME_MSG("loading plugins"); ex_packloadall(NULL); |