Skip to content

Commit

Permalink
update Rxnna/Rxnnz
Browse files Browse the repository at this point in the history
  • Loading branch information
cdburke committed Oct 9, 2022
1 parent f3a6561 commit 1ace6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/base/state.cpp
Expand Up @@ -186,8 +186,8 @@ void Config::init()
LineWrap = false;
ScriptFilter="*.ijs";

Rxnna = "\\b";
Rxnnz = "\\b";
Rxnna = "\\b\\Q";
Rxnnz = "\\E\\b";

NoProfile="1"!=dors("\":(<'/profile.ijs')e.((}.~i:&'/')@('/'&(('\\' I.@:= ])})))&.>4!:3''");
if (NoProfile) {
Expand Down

0 comments on commit 1ace6d8

Please sign in to comment.