diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index dba3bd8a26..c47616620c 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -2312,10 +2312,6 @@ did_set_string_option ( * (with another encoding). */ if (varp == &p_enc && *curbuf->b_p_keymap != NUL) (void)keymap_init(); - - if (varp == &p_enc) { - ui_update_encoding(); - } } } else if (varp == &p_penc) { /* Canonize printencoding if VIM standard one */ |