Skip to content

Commit

Permalink
lesskey.nro.VER: Fix render on mandoc/freebsd
Browse files Browse the repository at this point in the history
Prepend a zero width space to ' on line 220.

Zero width space tells the roff processor that the apostrophe is not the call of an unsupported macro called goto-mark.

This fixes execution on mandoc/freebsd which formerly crashes with exit status 4.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268568
  • Loading branch information
concussious authored and gwsw committed Sep 15, 2023
1 parent 81d9fc7 commit 974468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesskey.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ N reverse-search
m set-mark
M set-mark-bottom
\eem clear-mark
' goto-mark
\&' goto-mark
^X^X goto-mark
E examine
:e examine
Expand Down

0 comments on commit 974468f

Please sign in to comment.