Added missing quote (lol)

This commit is contained in:
Nick Andryshak 2013-03-13 14:08:28 -04:00
parent 987ff184d1
commit 2ec767f14c

View File

@ -112,7 +112,7 @@ augroup signify
endif
autocmd ColorScheme * call s:colors_set()
autocmd BufWritePost,BufEnter * call s:start(resolve(expand('<afile>:p')))
if !(has("gui_win32 ))
if !(has("gui_win32"))
autocmd FocusGained * call s:start(resolve(expand('<afile>:p')))
endif
augroup END