aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c3
1 files changed, 1 insertions, 2 deletions
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");