mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
update_terminfo.sh: NOLINT data arrays
This commit is contained in:
parent
959df5d8a5
commit
dba69a1d3b
@ -84,8 +84,8 @@ for term in $sorted_terms; do
|
||||
infocmp -L -1 -A "$db" "$term" | sed -e '1d' -e 's#^#// #' | tr '\t' ' '
|
||||
printf 'static const int8_t %s[] = {\n' "${entries[$term]}"
|
||||
printf ' '
|
||||
od -v -t d1 < "$path" | cut -c9- | xargs | tr ' ' ','
|
||||
printf '};\n'
|
||||
od -v -t d1 < "$path" | cut -c9- | xargs | tr ' ' ',' | tr -d '\n'
|
||||
printf ' // NOLINT\n};\n'
|
||||
done >> "$target"
|
||||
|
||||
cat >> "$target" <<EOF
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user