encoding: cleanup defaults of iskeyword, isprint and fileencodings

This commit is contained in:
Björn Linse
2015-09-21 19:17:11 +02:00
parent 49b06a8f2a
commit 04bdeeb8b2
3 changed files with 3 additions and 37 deletions

View File

@@ -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. */