-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xxd -n option #214
Comments
I've been using |
@zvr Should I look for alternative POSIX defined ways to achieve the same result? Or even code it, it's relatively simple. |
I don't think it's worth it. This is only used when the schema changes, which should be rare. |
@zvr Do I fix the above PR then and make sure the generated |
Yes, please -- something like #213. |
The schema is included in the tarball. |
Well looking around out of curiosity. vim/vim@83e1180 It's a fairly recent addition, so my current OS based off of ubuntu jammy 22.04 does not include it. Debian 12 should have it though, it's only LTS versions that are impacted by this. |
xxd fails because it does not recognize
-n schema
.Failing to find any info on the web or manpage regarding that option, is it platform-specific?
I'd recommend instead letting it just print the values and then simply doing:
arr = { #include "schema.h" }
The text was updated successfully, but these errors were encountered: