summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta.lua
AgeCommit message (Expand)AuthorFiles
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