mirror of
https://github.com/neovim/neovim.git
synced 2026-09-02 20:34:06 +00:00
vim_na_cfuncs.txt lists Vim C functions that are N/A to Nvim. Listed in 'src/proto/*.proto' files. Based on ':h vim-diff'. - features (ie. balloon, tabpanel) - Ex-commands - eval functions (ie. f_err_teapot()) On top of the existing algorithm, scan diff hunks on C files to filter out N/A C functions. If the remaining hunk contains applicable changes, then the patch is applicable. If the patch does not modify C files, then it is likely applicable.