mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 22:24:47 -05:00
Problem: Vim9: has() assumes a feature does not change dynamically. Solution: Check whether a feature may change dynamically. (closes vim/vim#7265) ---- "dynamic_feature()" is only for vim9script which is N/A. ---- https://github.com/vim/vim/commit/8cebd43e9774d2624af43ee5b86939886f2ba490 Co-authored-by: Bram Moolenaar <Bram@vim.org>