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
/
os
Commit message (
Expand
)
Author
Age
*
test: add test for key following ignored mouse move (#31104)
zeertzjq
2024-11-07
*
perf(mouse): only generate <MouseMove> for a new cell positon (#31103)
errael
2024-11-07
*
refactor: fix incorrect use of enum (#30631)
zeertzjq
2024-10-03
*
refactor(event): change last use of klist to kvec
bfredl
2024-09-28
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(coverity): CID 509571 Uninitialized variables #30395
Justin M. Keyes
2024-09-18
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
*
refactor(stream.c): unused params in stream_close #30356
Justin M. Keyes
2024-09-12
*
feat(log): use "ui" as default name for TUI client #30345
Justin M. Keyes
2024-09-11
*
refactor(os/input.c): rename os_inchar => input_get #30327
Justin M. Keyes
2024-09-10
*
fix(startup): server fails if $NVIM_APPNAME is relative dir #30310
Justin M. Keyes
2024-09-08
*
refactor: adopt termkey and eliminate duplicate code
dundargoc
2024-09-05
*
docs: misc #28970
Justin M. Keyes
2024-09-01
*
docs: misc (#29719)
dundargoc
2024-08-29
*
build(deps): vendor libvterm at v0.3.3
Christian Clason
2024-08-10
*
vim-patch:8.2.4860: MS-Windows: always uses current directory for executables
zeertzjq
2024-08-09
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor(declarations): also generate prototypes for functions in headers
bfredl
2024-07-13
*
refactor: Windows tilde expansion followup (#29380)
Rafael Kitover
2024-06-18
*
Merge pull request #29241 from bfredl/shadapack
bfredl
2024-06-14
|
\
|
*
refactor(shada): use msgpack_sbuffer less
bfredl
2024-06-11
*
|
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
|
/
*
refactor(os/shell): we have DynamicBuffer at home
bfredl
2024-06-09
*
refactor(io): make rstream use a linear buffer
bfredl
2024-06-08
*
fix(fileio): copy to correct buffer position when reading
bfredl
2024-06-06
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
Merge pull request #29124 from bfredl/inputring
bfredl
2024-06-02
|
\
|
*
refactor(input): don't use a ring for input
bfredl
2024-06-01
*
|
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
|
/
*
refactor(io): separate types for read and write streams
bfredl
2024-05-31
*
refactor(fileio): use a linear buffer for FileDescriptor
bfredl
2024-05-30
*
Merge pull request #29016 from bfredl/shadareader
bfredl
2024-05-29
|
\
|
*
refactor(shada): remove ShaDaReadDef secondary wrapper
bfredl
2024-05-28
*
|
refactor(fileio): remove useless use of FileDescriptor
bfredl
2024-05-28
|
/
*
fix(path): avoid chdir() when resolving path (#28799)
zeertzjq
2024-05-17
*
refactor(build): make all generated c files headers
bfredl
2024-04-27
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
build(windows): set longPathAware in manifest #28389
Luna Saphie Mittelbach
2024-04-18
*
fix(path): check return value of append_path() (#28309)
Joey Gouly
2024-04-13
*
vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)
zeertzjq
2024-04-05
*
fix(stdpath): remove duplicate directories (#26653)
Raphael
2024-04-03
*
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
2024-03-29
*
vim-patch:9.1.0220: Few typos in source and test files (#28076)
zeertzjq
2024-03-28
*
docs: fix typos (#27868)
dundargoc
2024-03-28
*
vim-patch:9.1.0162: problem with writing extended attributes on failure (#27800)
zeertzjq
2024-03-10
*
vim-patch:9.1.0161: expand() removes slash after env variable that ends with ...
zeertzjq
2024-03-10
*
vim-patch:8.2.5077: various warnings from clang on MS-Windows (#27773)
zeertzjq
2024-03-08
*
fix(process): avoid potential data race on exit (#27769)
zeertzjq
2024-03-08
*
fix(process): close handles and timer in pty_process_close() (#27760)
zeertzjq
2024-03-07
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
[next]