updated for version 7.2-208
diff --git a/src/option.c b/src/option.c
index 1413291..6eb7903 100644
--- a/src/option.c
+++ b/src/option.c
@@ -4006,7 +4006,7 @@
else
{
prefix = 1;
- if (STRNCMP(arg, "no", 2) == 0)
+ if (STRNCMP(arg, "no", 2) == 0 && STRNCMP(arg, "novice", 6) != 0)
{
prefix = 0;
arg += 2;
@@ -9757,7 +9757,7 @@
}
--p;
}
- if (STRNCMP(p, "no", 2) == 0)
+ if (STRNCMP(p, "no", 2) == 0 && STRNCMP(p, "novice", 6) != 0)
{
xp->xp_context = EXPAND_BOOL_SETTINGS;
p += 2;
diff --git a/src/version.c b/src/version.c
index 2ec6a6a..044b2fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 208,
+/**/
207,
/**/
206,