patch 9.0.1332: crash when using buffer-local user command in cmdline window

Problem:    Crash when using buffer-local user command in cmdline window.
            (Karl Yngve LervÄg)
Solution:   Use the right buffer to find the user command. (closes #12030,
            closes #12029)
diff --git a/src/version.c b/src/version.c
index 4c12823..0095489 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1332,
+/**/
     1331,
 /**/
     1330,