aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_eval_files.lua
Commit message (Expand)AuthorAge
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* fix(options): better handling of empty valuesLewis Russell2025-01-13
* docs(api): return type of nvim_get_keymap() #31708Shihua Zeng2024-12-24
* docs(annotations): added `---@generic` supportColin Kennedy2024-12-13
* docs: do not escape Lua keywords #31467Gregory Anders2024-12-06
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* docs(options): remove description for hidden options #30903Famiu Haque2024-10-22
* vim-patch:9.1.0797: testing of options can be further improved (#30893)zeertzjq2024-10-22
* docs: generate params/returns in builtin.txt #30654Justin M. Keyes2024-10-07
* feat(docs): improve `@see` meta docstrings #30693Justin M. Keyes2024-10-06
* fix(docs): markdown instead of vimdoc in meta docstrings #30680Justin M. Keyes2024-10-06
* fix(docs): missing `@returns` desc in _meta/api.lua #30673Justin M. Keyes2024-10-05
* docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes2024-10-04
* docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(docs): wrong return value annotation for `nvim_buf_get_extmarks`JonnyKong2024-08-25
* fix(docs): add missing properties to hl_info #30032Maria José Solano2024-08-16
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq2024-07-10
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* fix(types): rename win_get_config return type to win_configWill Hopkins2024-03-02
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs(builtin): show tag at first line with multiple signatures (#27577)zeertzjq2024-02-22
* feat: improve return type annotations for vim.api.*Lewis Russell2024-01-26
* refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
* docs(builtin): overload functions with union return typesaltermo2024-01-14
* feat: generate types and docs for v variablesLewis Russell2023-12-21
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* build: enable lintlua for scripts/ dir #26391Justin M. Keyes2023-12-04
* docs(lua): don't include remote-only API functions (#26266)zeertzjq2023-11-28
* build: use built nvim artifact to generate eval files (#25875)Gregory Anders2023-11-02
* docs: miscellaneous doc and type fixes (#25554)Maria José Solano2023-10-10
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* vim-patch:596ad66d1ddb (#25102)zeertzjq2023-09-12
* docs(builtin): small fixes (#24861)Sean Dewar2023-08-24
* docs(generators): bake into cmakeLewis Russell2023-08-23
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* docs(lua): the keyset nilocalypsebfredl2023-08-08
* Merge pull request #24524 from bfredl/typed_keysbfredl2023-08-07
|\
| * refactor(api): use typed keysetsbfredl2023-08-07
* | docs(options): take ownership of options.txt (#24528)Lewis Russell2023-08-04
|/
* docs: drop "Can also be used as a method" #24508Justin M. Keyes2023-08-01
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* docs(builtin): right align tags (#24522)Lewis Russell2023-08-01
* docs(builtin): fix and annotate language blocks (#24506)Lewis Russell2023-08-01
* feat(docs): generate builtin.txt (#24493)Lewis Russell2023-07-28