diff --git a/vimrc b/vimrc index 690feaa..2349e98 100644 --- a/vimrc +++ b/vimrc @@ -3,7 +3,7 @@ " Original author: Saleem Abdulrasool " vim: set ts=3 sw=3 et nowrap: -if has ('multi_byte') " Make sure we have unicode support +if has('multi_byte') " Make sure we have unicode support scriptencoding utf-8 " This file is in UTF-8 " ---- Terminal Setup ----