tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Remove ansi colours escape codes in output #140

Closed cursork closed 10 years ago

cursork commented 10 years ago

This removes ANSI escape sequences from standard output and error.

Reasons I've hit for stdout/stderr being coloured:

So far I've avoided disabling colours in each of these cases, as they are useful when using the REPL in the terminal.