neovim/runtime
Gregory Anders ab1edecfb7
feat(lua): add vim.iter (#23029)
vim.iter wraps a table or iterator function into an `Iter` object with
methods such as `filter`, `map`, and `fold` which can be chained to
produce iterator pipelines that do not create new tables at each step.
2023-04-17 12:54:19 -06:00
..
autoload fix(checkhealth): fix crash due to incorrect argument type 2023-04-16 12:26:13 +02:00
colors
compiler vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
doc feat(lua): add vim.iter (#23029) 2023-04-17 12:54:19 -06:00
ftplugin fix(runtime): add commentstring for C# ftplugin (#23039) 2023-04-12 13:59:11 +02:00
indent vim-patch:partial:dd60c365cd26 (#22437) 2023-02-28 09:34:27 +01:00
keymap
lua feat(lua): add vim.iter (#23029) 2023-04-17 12:54:19 -06:00
macros
pack/dist/opt feat!: remove vimballs (#22402) 2023-04-11 19:10:36 +02:00
plugin refactor: remove :CheckHealth 2023-04-12 00:01:34 +02:00
queries refactor(treesitter)!: rename help parser to vimdoc 2023-04-01 15:07:16 +02:00
spell
syntax vim-patch:8.2.4934: string interpolation fails when not evaluating 2023-04-15 19:01:19 +08:00
tools
tutor docs(tutor): fix TODO line demo (#21965) 2023-01-25 09:46:00 +08:00
CMakeLists.txt refactor(build): make installation of runtime/ more effective 2023-03-07 20:16:52 +01:00
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim feat!: remove hardcopy 2023-01-03 10:07:43 +00:00
mswin.vim feat(ex_cmds)!: remove :behave 2023-04-13 12:15:30 +02:00
neovim.ico
nvim.appdata.xml NVIM v0.9.0 2023-04-07 13:26:29 +02:00
nvim.desktop
nvim.png
optwin.vim feat(options)!: deprecate paste, remove pastetoggle (#22647) 2023-03-13 10:29:11 +08:00
synmenu.vim