Commit a625c60
committed
Add 'User FernInit' autocmd to tell 3rd parties
3rd party plugins can use that autocmd to initialize like
function! s:init() abort
" Any autocmd function of fern is available here
call fern#hook#add(...)
endfunction
augroup fern-xxxxx-internal
autocmd! *
autocmd User FernInit ++once s:init()
augroup END1 parent ad432d2 commit a625c60
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments