Remove MAN_KEEP_FORMATTING for doc.kak

Fixes #1098
This commit is contained in:
Maxime Coste 2017-01-15 11:26:57 +00:00
parent 10ac883b60
commit c0afbe8626

View File

@ -5,7 +5,6 @@ def -hidden -params 1..2 doc-open %{
manout=$(mktemp /tmp/kak-man-XXXXXX)
# Those options are handled by the `man-db` implementation
export MAN_KEEP_FORMATTING=y
export MANWIDTH=${kak_window_width}
if man "$1" > "${manout}"; then