Johannes Altmanninger 6c88c7d200 __fish_print_help: remove spurious bold/underline control characters
Commit d15a51897 ("Rationalize $LESS uses") switched a "less" flag
from -r (interpret all control characters)
  to -R (interpret only color codes)

Somehow this changed the output of "fish -c 'command -h'" to include
weird characters:

	DESCRIPTION^O
	command^O forces the shell to execute the program COMMANDNAME^O and ignore any functions or builtins with the same name.

Probably this was the reason why I originally used -r over -R.  Anyway,
-R is safer and it looks like we can just remove the "ul" preprocessing
since "less" will interpret bold/underline just fine.
2021-06-20 20:58:15 +02:00
..
2020-05-28 17:41:01 +02:00
2020-11-22 14:39:48 +01:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2020-11-22 14:39:48 +01:00
2020-04-21 21:11:26 +02:00
2021-04-13 15:50:00 +02:00
2020-09-12 20:17:30 +02:00
2021-05-01 18:50:05 +02:00
2021-04-27 16:33:41 +02:00
2021-03-30 17:14:14 +02:00
2021-05-14 22:18:59 +02:00
2021-06-03 09:54:20 +02:00
2021-05-14 21:49:53 +02:00
2020-07-21 16:59:05 +02:00
2020-04-26 14:39:15 +02:00