summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta.lua
AgeCommit message (Expand)AuthorFiles
2026-03-11docs: miscJustin M. Keyes1
2025-08-17feat(lua): `vim.pos`/`vim.range`Yi Ming1
2025-07-16docs(lua): add vim.pack to _meta.lua #34957nikolightsaber1
2024-10-21refactor: rename vim.highlight => vim.hlJustin M. Keyes1
2024-05-27refactor: fix luals type warningsdundargoc1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell1
2023-12-22refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli1
2023-12-06feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders1
2023-10-21feat(lsp): add snippet API (#25301)Maria José Solano1
2023-09-20feat(lua): add vim.func._memoizeLewis Russell1
2023-08-07feat: add .luarc.json (#24592)Lewis Russell1
2023-08-01feat(lua): add meta file for vim submodules (#24525)Lewis Russell1
2023-07-17refactor: rename _meta.lua to _options.luaLewis Russell1
2023-07-07feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-04-05refactor: rename local API alias from a to apiLewis Russell1
2022-12-12fix: vim.opt_local:append ignoring global option value (#21382)Phelipe Teles1
2022-10-09fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre1
2022-09-09refactor(vim.opt): de-nest codeLewis Russell1
2022-09-09refactor(vim.opt): use local function syntaxLewis Russell1
2022-09-09refactor(vim.opt): optimize append/prepend/removeLewis Russell1
2022-09-09refactor(vim.opt): dry up and tidyLewis Russell1
2022-09-09refactor(vim.opt): remove value_mutator()Lewis Russell1
2022-09-09refactor(vim.opt): unify vim.bo/wo buildingLewis Russell1
2022-09-08refactor(vim.opt): remove make_meta_accessor()Lewis Russell1
2022-09-08refactor(vim.opt): simplify get_option_metatypeLewis Russell1
2022-09-08refactor(vim.opt): replace _setup with lazy tableLewis Russell1
2022-09-08refactor(vim.opt): remove enumsLewis Russell1
2022-09-08refactor(vim.opt): remove del argLewis Russell1
2022-09-07fix(options): mark `winhighlight` as list style (#19477)ii141
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-06-20refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders1
2022-06-05perf(tests): don't invoke nvim_get_all_options_info until neededbfredl1
2022-05-09chore: format runtime with styluaChristian Clason1
2021-12-05refactor: remove unused runtime lua functions (#16535)dundargoc1
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-07-04fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta1
2021-06-29fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries1
2021-06-29fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries1
2021-06-29fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries1
2021-06-29fix(vim.opt): Add basic error handlingDavid Zhang1
2021-06-29fix(vim.opt): Get window options before setting.ckipp011
2021-06-29fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries1
2021-05-28lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries1