small whitespace thing

This commit is contained in:
David Majnemer 2010-09-18 18:16:25 -05:00
parent d5bb612daa
commit 8bceaf1509

2
vimrc
View file

@ -3,7 +3,7 @@
" Original author: Saleem Abdulrasool <compnerd@compnerd.org>
" 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 ----