updated for version 7.3.324
Problem:    Completion for ":compiler" shows color scheme names.
Solution:   Fix the directory name. (James Vega)
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 8239c0c..da03a04 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4546,7 +4546,7 @@
     }
     if (xp->xp_context == EXPAND_COMPILER)
     {
-	char *directories[] = {"colors", NULL};
+	char *directories[] = {"compiler", NULL};
 	return ExpandRTDir(pat, num_file, file, directories);
     }
     if (xp->xp_context == EXPAND_OWNSYNTAX)
diff --git a/src/version.c b/src/version.c
index db34e7a..854cb9c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    324,
+/**/
     323,
 /**/
     322,