Commit Diff


commit - afd608c6025585bca72b9771831566cae3d17a26
commit + 89fd2bea5a51ccb48581f8c7acf5788e35ead60a
blob - 2c5589320aa9c639784d20cd9005bd978555c546
blob + e7d78fee04abc5a69182dc77d4e97c49bca4c619
--- gencmd.awk
+++ gencmd.awk
@@ -1,7 +1,7 @@
 BEGIN {
         FS = "[(,)]";
 
-        print "static struct cmds { const char *cmd; void(*fn)(struct window*); } cmds[] = {";
+        print "static struct cmds { const char *cmd; void(*fn)(struct buffer*); } cmds[] = {";
 }
 
 /^CMD/ {