Skip to content

Add repl filetype for repl buffers

Example usage:

au FileType repl call s:ReplInit()
au BufEnter * if &filetype == 'repl' | :startinsert | endif

Merge request reports

Loading