Added missing quote (lol)
This commit is contained in:
parent
987ff184d1
commit
2ec767f14c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user