From bfa355ccda8e63923092d67458450fd5ffa4366f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 15:23:34 +1200 Subject: Remove encoding .vimrc settings * 'encoding' defaults to locale, which makes sense * `scriptencoding` is only necessary if there's UTF-8 encoded stuff in the file, and there isn't (yet) --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 623d91e1..07c26448 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,12 +4,6 @@ " own without the accompanying plugins to which it refers near the end of this " file, but you'll get errors for some of the leader maps, for example. -" Use UTF-8 by default wherever possible -if has('multi_byte') - set encoding=utf-8 - scriptencoding utf-8 -endif - " Load filetype-specific plugins, indent settings, and syntax highlighting if has('autocmd') filetype plugin indent on -- cgit v1.2.3