aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-13 22:19:06 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-13 22:22:47 +0200
commit02c52a18f5ca63ebb8b9a7ccd9c430c22c234462 (patch)
tree1982b8401985cb2e491bad72bc68ce4ba8253b51 /src/nvim/main.c
parentcbfd18c85acdce397f948edd764ac738ab9281ad (diff)
downloadrneovim-02c52a18f5ca63ebb8b9a7ccd9c430c22c234462.tar.gz
rneovim-02c52a18f5ca63ebb8b9a7ccd9c430c22c234462.tar.bz2
rneovim-02c52a18f5ca63ebb8b9a7ccd9c430c22c234462.zip
style
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");