aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-09-21 19:17:11 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2016-01-02 23:21:51 +0100
commit04bdeeb8b278ab995f9ea579a694a1c72eb196e6 (patch)
tree5931b004035ac811ac6a3310de63ad03e9384d56 /src/nvim/mbyte.c
parent49b06a8f2a12f6553ad384032e108e351767ac1d (diff)
downloadrneovim-04bdeeb8b278ab995f9ea579a694a1c72eb196e6.tar.gz
rneovim-04bdeeb8b278ab995f9ea579a694a1c72eb196e6.tar.bz2
rneovim-04bdeeb8b278ab995f9ea579a694a1c72eb196e6.zip
encoding: cleanup defaults of iskeyword, isprint and fileencodings
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 44e30c1e7e..fdd83f9dac 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -568,11 +568,6 @@ char_u * mb_init(void)
/* When enc_utf8 is set or reset, (de)allocate ScreenLinesUC[] */
screenalloc(false);
- /* When using Unicode, set default for 'fileencodings'. */
- if (enc_utf8 && !option_was_set((char_u *)"fencs"))
- set_string_option_direct((char_u *)"fencs", -1,
- (char_u *)"ucs-bom,utf-8,default,latin1", OPT_FREE, 0);
-
#ifdef HAVE_WORKING_LIBINTL
/* GNU gettext 0.10.37 supports this feature: set the codeset used for
* translated messages independently from the current locale. */