diff options
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r-- | src/nvim/ex_cmds2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index affdda0386..25528e667f 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -3111,8 +3111,6 @@ int do_source(char_u *fname, int check_other, int is_vimrc) } if (is_vimrc == DOSO_VIMRC) { vimrc_found(fname_exp, (char_u *)"MYVIMRC"); - } else if (is_vimrc == DOSO_GVIMRC) { - vimrc_found(fname_exp, (char_u *)"MYGVIMRC"); } #ifdef USE_CRNL |