this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7f13d21e5156830a346c075866b7fcc0c74b735b 9 lines 218 B view raw
1if exists('g:loaded_did_you_mean') 2 finish 3endif 4let g:loaded_did_you_mean = 1 5 6augroup did_you_mean 7 autocmd! 8 autocmd BufNewFile * nested if !filereadable('%') | call did_you_mean#call() | endif 9augroup END