diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-01-16 11:30:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 11:30:35 +0800 |
commit | 46a7c1b3193d1f4ba09cd66ce03a1e2340d324a7 (patch) | |
tree | ee2fd693a3555362c1e86f2433c152a3fee026d4 /scripts/lua2dox.lua | |
parent | 267e90f31d186cc06202f308e1a63fbcc6bbed2c (diff) | |
download | rneovim-46a7c1b3193d1f4ba09cd66ce03a1e2340d324a7.tar.gz rneovim-46a7c1b3193d1f4ba09cd66ce03a1e2340d324a7.tar.bz2 rneovim-46a7c1b3193d1f4ba09cd66ce03a1e2340d324a7.zip |
vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)
Problem: Vim is missing a foreach() func
Solution: Implement foreach({expr1}, {expr2}) function,
which applies {expr2} for each item in {expr1}
without changing it (Ernie Rael)
closes: vim/vim#12166
https://github.com/vim/vim/commit/e79e2077607e8f829ba823308c91104a795736ba
Partial port as this doesn't handle non-materialized range() lists.
vim-patch:c92b8bed1fa6
runtime(help): delete duplicate help tag E741 (vim/vim#13861)
https://github.com/vim/vim/commit/c92b8bed1fa632569c8358feb3b72dd6a0844ef7
Co-authored-by: Ernie Rael <errael@raelity.com>
Diffstat (limited to 'scripts/lua2dox.lua')
0 files changed, 0 insertions, 0 deletions