Added missing quote (lol)
This commit is contained in:
parent
987ff184d1
commit
2ec767f14c
@ -112,7 +112,7 @@ augroup signify
|
|||||||
endif
|
endif
|
||||||
autocmd ColorScheme * call s:colors_set()
|
autocmd ColorScheme * call s:colors_set()
|
||||||
autocmd BufWritePost,BufEnter * call s:start(resolve(expand('<afile>:p')))
|
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')))
|
autocmd FocusGained * call s:start(resolve(expand('<afile>:p')))
|
||||||
endif
|
endif
|
||||||
augroup END
|
augroup END
|
||||||
|
Loading…
Reference in New Issue
Block a user