mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 08:31:51 +00:00
build(vim-patch): v8.2.2331 is n/a
Vim9script variable declaration via const/final
This commit is contained in:
@@ -1002,6 +1002,7 @@ is_na_patch() {
|
||||
'-I\s(bool|char(|_u))\s+w_popup_image_[_a-zA-Z]+;' \
|
||||
'-I\schar(|_u)\s+\*w_popup_title;' \
|
||||
'-I\sint\s+ch_[_a-zA-Z]+;' \
|
||||
'-I\sint\s+sv_const;' \
|
||||
'-I\sint\s+w_(filter_mode|firstline|popup_drag|want_scrollbar);' \
|
||||
'-I\slist_T\s+\*w_popup_mask;' \
|
||||
'-I\spopclose_T\sw_popup_close;' \
|
||||
@@ -1034,6 +1035,7 @@ is_na_patch() {
|
||||
'-Icheck_typval_type\(.+\)' \
|
||||
'-Icrypt_get_method_nr\(.+\)' \
|
||||
'-I\spopup_set_firstline\(.+\);' \
|
||||
'-I\supdate_vim9_script_var\(.+\);$' \
|
||||
'-I\svim_free\(.*w_popup_title\);' \
|
||||
"$patch" -- "${file}")
|
||||
if test -n "$HUNKS"; then
|
||||
|
||||
Reference in New Issue
Block a user