mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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:
parent
a89ce89742
commit
981301d11f
@ -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
Loading…
Reference in New Issue
Block a user