From 074ba8c19100d2153ab5d82b8c23892f6254a06f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 19:26:53 +1300 Subject: Remote `scriptencoding` definition There aren't actually any characters outside ASCII in any of the configuration, and for this to work they would need to have the `scriptencoding` at the head of that file, not at the top of the `.vimrc` as here, so I've just removed it. --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index e0020b5e..f5a08c8b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,7 +1,6 @@ -" Use UTF-8 by default wherever possible, including in this file +" Use UTF-8 by default wherever possible if has('multi_byte') set encoding=utf-8 - scriptencoding utf-8 endif " Load configuration files from ~/.vim/config or its analogue, before Pathogen -- cgit v1.2.3