aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta.lua
Commit message (Expand)AuthorAge
* 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