mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
small whitespace thing
This commit is contained in:
parent
d5bb612daa
commit
8bceaf1509
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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 ----
|
||||
|
|
Loading…
Add table
Reference in a new issue