neovim/runtime/lua/vim/_meta
Christian Clason 9788b81d7e fix(runtime): fully port emoji_list to Lua
Problem: `runtime/tools/emoji_list.vim` is a Lua script masquerading as
Vimscript, which is unnecessary now that `:source` works for Lua files.

Solution: Remove Vimscript wrapper.
2024-10-06 12:44:50 +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 fix(docs): markdown instead of vimdoc in meta docstrings #30680 2024-10-06 03:24:21 -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:ae62fe5: runtime(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters (#30630) 2024-10-03 06:58:31 +08:00
re.lua docs: news 2024-05-15 23:19:26 +02:00
regex.lua docs: improve/add documentation of Lua types 2024-03-01 23:02:18 +00:00
spell.lua refactor(lua): use tuple syntax everywhere #29111 2024-06-04 06:06:02 -07:00
vimfn.lua fix(runtime): fully port emoji_list to Lua 2024-10-06 12:44:50 +02:00
vvars.lua feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00