index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
_meta.lua
Commit message (
Expand
)
Author
Age
*
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
2022-10-09
*
refactor(vim.opt): de-nest code
Lewis Russell
2022-09-09
*
refactor(vim.opt): use local function syntax
Lewis Russell
2022-09-09
*
refactor(vim.opt): optimize append/prepend/remove
Lewis Russell
2022-09-09
*
refactor(vim.opt): dry up and tidy
Lewis Russell
2022-09-09
*
refactor(vim.opt): remove value_mutator()
Lewis Russell
2022-09-09
*
refactor(vim.opt): unify vim.bo/wo building
Lewis Russell
2022-09-09
*
refactor(vim.opt): remove make_meta_accessor()
Lewis Russell
2022-09-08
*
refactor(vim.opt): simplify get_option_metatype
Lewis Russell
2022-09-08
*
refactor(vim.opt): replace _setup with lazy table
Lewis Russell
2022-09-08
*
refactor(vim.opt): remove enums
Lewis Russell
2022-09-08
*
refactor(vim.opt): remove del arg
Lewis Russell
2022-09-08
*
fix(options): mark `winhighlight` as list style (#19477)
ii14
2022-09-07
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
refactor: use nvim_{get,set}_option_value for vim.{b,w}o
Gregory Anders
2022-06-20
*
perf(tests): don't invoke nvim_get_all_options_info until needed
bfredl
2022-06-05
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
refactor: remove unused runtime lua functions (#16535)
dundargoc
2021-12-05
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
fix(vim.opt): vimL map string values not trimmed (#14982)
jadedpasta
2021-07-04
*
fix(vim.opt): Fix #14828 with empty values being incorrectly inserted
TJ DeVries
2021-06-29
*
fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style
TJ DeVries
2021-06-29
*
fix(vim.opt): Fix #14669 whichwrap now acts as expected
TJ DeVries
2021-06-29
*
fix(vim.opt): Add basic error handling
David Zhang
2021-06-29
*
fix(vim.opt): Get window options before setting.
ckipp01
2021-06-29
*
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
TJ DeVries
2021-06-29
*
lua: Add vim.opt and fix scopes of vim.o (#13479)
TJ DeVries
2021-05-28