mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-15 04:44:38 +03:00
![Benno Schulenberg](/assets/img/avatar_default.png)
As double-quote-plus-space indicates the end of a regular expression in a nanorc file, the inclusion of this combination *in* a regular expression requires breaking the juxtaposition of the two, which can be achieved by putting either of them between square brackets. (It can also be achieved by preceding the space with a backslash, which is shorter, but... the above method is more symmetrical.) This addresses https://savannah.gnu.org/bugs/?62997.