updated for version 7.3.127
Problem:    Compiler complains about comma.
Solution:   Remove comma after last enum element.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index e78b159..54e4f07 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1115,7 +1115,7 @@
 static enum
 {
     PEXP_SUBCMD,	/* expand :profile sub-commands */
-    PEXP_FUNC,		/* expand :profile func {funcname} */
+    PEXP_FUNC		/* expand :profile func {funcname} */
 } pexpand_what;
 
 static char *pexpand_cmds[] = {