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
/
src
/
nvim
/
generators
Commit message (
Expand
)
Author
Age
*
refactor(options): generic expand and did_set callbacks (#32011)
Lewis Russell
2025-01-16
*
refactor(options): remove code for multitype options
Famiu Haque
2025-01-14
*
vim-patch:1718e7d: runtime(vim): Update base-syntax, improve ex-bang matching...
zeertzjq
2025-01-09
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
*
vim-patch:9.1.0908: not possible to configure :messages (#31492)
zeertzjq
2024-12-07
*
fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456
Justin M. Keyes
2024-12-02
*
refactor: gen_declarations.lua
Lewis Russell
2024-11-29
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
*
feat(options)!: disallow setting hidden options #28400
Famiu Haque
2024-11-04
*
vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)
zeertzjq
2024-11-03
*
refactor(options): option flags enum #30961
Famiu Haque
2024-10-28
*
refactor(options): always allocate option values (#30917)
Famiu Haque
2024-10-27
*
refactor(options)!: use OptVal for option defaults #26691
Famiu Haque
2024-10-25
*
refactor(api): rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(multibyte): replace generated unicode tables with utf8proc
bfredl
2024-08-31
*
refactor!: use utf8proc full casefolding
dundargoc
2024-08-07
*
refactor: extract eval/fs.c from eval/funcs.c (#29985)
zeertzjq
2024-08-06
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
vim-patch:ddbb6fe: runtime(vim): Update base-syntax, improve :set highlightin...
zeertzjq
2024-07-25
*
build: allow comment after #include for required header (#29722)
zeertzjq
2024-07-16
*
refactor(declarations): also generate prototypes for functions in headers
bfredl
2024-07-13
*
refactor: replace utf_convert with utf8proc conversion functions
dundargoc
2024-06-28
*
fix(ui): superfluous showmode / excessive grid_cursor_goto #29089
luukvbaal
2024-06-04
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
fix(version): fix vim.version().prerelease
bfredl
2024-05-16
*
fix(ui): avoid recursiveness and invalid memory access #28578
luukvbaal
2024-05-01
*
refactor(build): make all generated c files headers
bfredl
2024-04-27
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
refactor(options): require `enable_if = false` iff no variable (#28050)
zeertzjq
2024-03-28
*
refactor(options): make `immutable` and `hidden` options distinct
Famiu Haque
2024-03-26
*
docs: small fixes (#27364)
dundargoc
2024-03-12
*
refactor(ui): remove outdated UI vs UIData distinction
bfredl
2024-03-08
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
vim-patch:9.1.0114: Setting some options may change curswant (#27514)
zeertzjq
2024-02-18
*
fix(genvimvim): generate prefixed boolean options properly (#27487)
zeertzjq
2024-02-16
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(api): use an arena for nvim_buf_get_lines and buffer updates
bfredl
2024-02-11
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
refactor(generators): style of generating and generated lua dispatch code
bfredl
2024-02-08
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
fix(options): use a union for def_val (#27169)
zeertzjq
2024-01-24
[next]