From 02c52a18f5ca63ebb8b9a7ccd9c430c22c234462 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 13 Aug 2019 22:19:06 +0200 Subject: style --- src/nvim/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/nvim/main.c') diff --git a/src/nvim/main.c b/src/nvim/main.c index 5aa7ed42d3..27b6a6bfc5 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -396,8 +396,7 @@ int main(int argc, char **argv) mch_exit(0); } - // Set a few option defaults after reading vimrc files: 'title', 'icon', - // 'shellpipe', 'shellredir'. + // Set some option defaults after reading vimrc files. set_init_3(); TIME_MSG("inits 3"); -- cgit