From 9b45f08bfa12fbc38d2222de5970e2367bdd94bd Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 5 Jan 2024 17:50:53 +0100 Subject: I fucking don't know --- plugin/encoding.vim | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'plugin') diff --git a/plugin/encoding.vim b/plugin/encoding.vim index af52f02..52c4a2e 100755 --- a/plugin/encoding.vim +++ b/plugin/encoding.vim @@ -2,12 +2,12 @@ " Sets Vim and files encoding. " Get the encoding from the environment -set encoding=utf-8 - -" Transliterate files in UTF-8 -set fileencoding=utf-8 - -set encoding=utf-8 -set termencoding=utf-8 - -set ffs=unix,dos,mac +"set encoding=utf-8 +" +"" Transliterate files in UTF-8 +"set fileencoding=utf-8 +" +"set encoding=utf-8 +"set termencoding=utf-8 +" +"set ffs=unix,dos,mac -- cgit v1.2.3-54-g00ecf