mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(terminfo): include user capabilities in comments (#28066)
Add -x flag to infocmp, so that comments match the content.
This commit is contained in:
@ -77,7 +77,7 @@ for term in $sorted_terms; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
printf '\n'
|
printf '\n'
|
||||||
infocmp -L -1 -A "$db" "$term" | sed -e '1d' -e 's#^#// #' | tr '\t' ' '
|
infocmp -L -x -1 -A "$db" "$term" | sed -e '1d' -e 's#^#// #' | tr '\t' ' '
|
||||||
printf 'static const int8_t %s[] = {\n' "${entries[$term]}"
|
printf 'static const int8_t %s[] = {\n' "${entries[$term]}"
|
||||||
printf ' '
|
printf ' '
|
||||||
od -v -t d1 < "$path" | cut -c9- | xargs | tr ' ' ','
|
od -v -t d1 < "$path" | cut -c9- | xargs | tr ' ' ','
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user