mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-28 20:15:54 +03:00
0dbe857ba2
Within a bracket expression, the backslash is not special, so it does not need to be escaped. The double backslashes within brackets were found with: grep -o '\[[^][]*\\\\[^][]*\]' syntax{,/extra}/*rc Also, incorporate the square brackets into some bracket expressions by listing the closing bracket first, saving a separate regex for those two brackets.