Add repl filetype for repl buffers
Example usage:
au FileType repl call s:ReplInit()
au BufEnter * if &filetype == 'repl' | :startinsert | endif
Example usage:
au FileType repl call s:ReplInit()
au BufEnter * if &filetype == 'repl' | :startinsert | endif