neovim/runtime/lua/vim/_meta
Christian Clason 82b02ae2f2 fix(runtime): clean up one-off scripts
Problem: Some runtime files no longer spark joy.

Solution: Kondo the place up.

Still sparks _some_ joy (moved to new `runtime/scripts` folder):
* `macros/less.*`
* `mswin.vim`
* `tools/emoji_list.lua`

No longer sparks joy (removed):
* `macmap.vim` (gvimrc file; not useful in Nvim)
* `tools/check_colors.vim` (no longer useful with new default colorscheme and treesitter)
* `macros/editexisting.vim` (throws error on current Nvim)
* `macros/justify.vim` (obsolete shim for `packadd! justify`)
* `macros/matchit.vim` (same)
* `macros/shellmenu.vim` (same)
* `macros/swapmous.vim` (same)
2024-10-15 20:50:21 +02:00
..
api_keysets_extra.lua fix(ui): correctly pass metadata to get_node_text #30222 2024-09-01 10:15:02 -07:00
api_keysets.lua feat: get/set namespace properties #28728 2024-06-07 08:33:40 -07:00
api.lua feat(docs): improve @see meta docstrings #30693 2024-10-06 09:12:35 -07:00
base64.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
builtin_types.lua test(lsp): refactor and tidy 2024-08-11 15:14:14 +01:00
builtin.lua docs: render @since versions, 0 means experimental #30649 2024-10-04 02:13:31 -07:00
diff.lua test: refactor exec_lua in xdiff_spec 2024-09-30 11:51:33 +01:00
json.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
lpeg.lua docs(lpeg): merge upstream changes 2024-07-15 21:16:29 +01:00
misc.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
mpack.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
options.lua vim-patch:5bcfb5a: runtime(doc): add some docs for file-watcher programs 2024-10-15 08:21:19 +08:00
re.lua docs: news 2024-05-15 23:19:26 +02:00
regex.lua docs: dev-arch, focusable windows #30510 2024-10-07 08:27:38 -07:00
spell.lua refactor(lua): use tuple syntax everywhere #29111 2024-06-04 06:06:02 -07:00
vimfn.lua fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
vvars.lua feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00