parent
39d5614596
commit
a4e06fb303
@ -14,7 +14,7 @@ augroup signify
|
|||||||
autocmd!
|
autocmd!
|
||||||
|
|
||||||
autocmd VimEnter * call sy#highlight#setup()
|
autocmd VimEnter * call sy#highlight#setup()
|
||||||
autocmd BufRead,BufEnter * let b:sy_path = resolve(expand('<afile>:p'))
|
autocmd BufRead,BufEnter,SessionLoadPost * let b:sy_path = resolve(expand('<afile>:p'))
|
||||||
autocmd BufRead,BufWritePost * call sy#start(b:sy_path)
|
autocmd BufRead,BufWritePost * call sy#start(b:sy_path)
|
||||||
autocmd BufDelete * call sy#stop(expand('<abuf>'))
|
autocmd BufDelete * call sy#stop(expand('<abuf>'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user