From 07643e33796578d55456c0c360b4f07b5db3fe21 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 16 Feb 2017 01:28:15 +0100 Subject: Fix tab error and add utf-8 (it's buggy) --- vim/.vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 9aa29de..5ac6c68 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -18,6 +18,10 @@ " must be first, because it changes other options as a side effect set nocompatible + +scriptencoding utf-8 +set encoding=utf-8 + " security set modelines=0 @@ -148,7 +152,7 @@ set cursorline " so invisibles set list set listchars= -set listchars+=tab:𐄙\ +set listchars+=tab:\ \ set listchars+=trail:· set listchars+=extends:» set listchars+=precedes:« -- cgit v1.2.1