From 8bceaf15095e51a9bef559e7e2c48b71fa49ac2f Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 18 Sep 2010 18:16:25 -0500 Subject: [PATCH] small whitespace thing --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----