aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-11-15 18:18:12 +0100
committerGitHub <noreply@github.com>2020-11-15 18:18:12 +0100
commit1b8867ab39ecc25d454ca67e3cb8b3ef5fca9ed3 (patch)
tree1c169437d934d30564b42127b11e888fde04a2fd /src/nvim/main.c
parentbcadf324cb6516369cb89da9bb1e8056f6fb91bb (diff)
parent87aaa8e837d873577ee6a908a387f40e3548bcb6 (diff)
downloadrneovim-1b8867ab39ecc25d454ca67e3cb8b3ef5fca9ed3.tar.gz
rneovim-1b8867ab39ecc25d454ca67e3cb8b3ef5fca9ed3.tar.bz2
rneovim-1b8867ab39ecc25d454ca67e3cb8b3ef5fca9ed3.zip
Merge pull request #13293 from janlazo/vim-8.2.1976
vim-patch:8.2.{1979,1981,1982,1985,1987}
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 6ff5216a84..941258fa79 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -188,9 +188,6 @@ void early_init(mparm_T *paramp)
global_alist.id = 0;
// Set the default values for the options.
- // NOTE: Non-latin1 translated messages are working only after this,
- // because this is where "has_mbyte" will be set, which is used by
- // msg_outtrans_len_attr().
// First find out the home directory, needed to expand "~" in options.
init_homedir(); // find real value of $HOME
set_init_1(paramp != NULL ? paramp->clean : false);