From 942ed5334b70b292cc9d6916c80d0fbf8010556b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 08:31:03 +1300 Subject: Remove duplicated 'encoding' Vim configuration This setting is already in vim/config/encoding.vim, having been copied there in 505a2c2; it was intended to be moved rather than copied. --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index f5a08c8b..1730edd2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,8 +1,3 @@ -" Use UTF-8 by default wherever possible -if has('multi_byte') - set encoding=utf-8 -endif - " Load configuration files from ~/.vim/config or its analogue, before Pathogen " loads all its directories into 'runtimepath' runtime! config/*.vim -- cgit v1.2.3