aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta.lua
Commit message (Expand)AuthorAge
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* feat(lua): add vim.func._memoizeLewis Russell2023-09-20
* feat: add .luarc.json (#24592)Lewis Russell2023-08-07
* feat(lua): add meta file for vim submodules (#24525)Lewis Russell2023-08-01
* refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
* feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell2023-07-07
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* fix: vim.opt_local:append ignoring global option value (#21382)Phelipe Teles2022-12-12
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* refactor(vim.opt): de-nest codeLewis Russell2022-09-09
* refactor(vim.opt): use local function syntaxLewis Russell2022-09-09
* refactor(vim.opt): optimize append/prepend/removeLewis Russell2022-09-09
* refactor(vim.opt): dry up and tidyLewis Russell2022-09-09
* refactor(vim.opt): remove value_mutator()Lewis Russell2022-09-09
* refactor(vim.opt): unify vim.bo/wo buildingLewis Russell2022-09-09
* refactor(vim.opt): remove make_meta_accessor()Lewis Russell2022-09-08
* refactor(vim.opt): simplify get_option_metatypeLewis Russell2022-09-08
* refactor(vim.opt): replace _setup with lazy tableLewis Russell2022-09-08
* refactor(vim.opt): remove enumsLewis Russell2022-09-08
* refactor(vim.opt): remove del argLewis Russell2022-09-08
* fix(options): mark `winhighlight` as list style (#19477)ii142022-09-07
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders2022-06-20
* perf(tests): don't invoke nvim_get_all_options_info until neededbfredl2022-06-05
* chore: format runtime with styluaChristian Clason2022-05-09
* refactor: remove unused runtime lua functions (#16535)dundargoc2021-12-05
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta2021-07-04
* fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries2021-06-29
* fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
* fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries2021-06-29
* fix(vim.opt): Add basic error handlingDavid Zhang2021-06-29
* fix(vim.opt): Get window options before setting.ckipp012021-06-29
* fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries2021-06-29
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28