PR #1439 - fix regex in sample config file
Pull request from Feyorsh: in the sample run-time configuration ile, doc/config.nh, the regular expression for "cursed" has bare arentheses that should be quoted. Fixes #1439
This commit is contained in:
@@ -498,7 +498,7 @@
|
||||
# Show all unholy water in red
|
||||
#MENUCOLOR=" unholy " = red
|
||||
# Show all cursed worn items in orange and underlined
|
||||
#MENUCOLOR=" cursed .* (being worn)" = orange&underline
|
||||
#MENUCOLOR=" cursed .* \(being worn\)" = orange&underline
|
||||
|
||||
|
||||
# Use the IBM character set rather than just plain ascii characters
|
||||
|
||||
Reference in New Issue
Block a user