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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
docs: clarify on_bytes arguments
Jaehwang Jung
2024-01-01
|
*
|
|
|
|
|
build: ensure `make clean` doesn't remove source files
dundargoc
2024-01-01
|
*
|
|
|
|
|
refactor(tui): remove code that is no longer necessary
zeertzjq
2023-12-31
|
*
|
|
|
|
|
build: various improvements
dundargoc
2023-12-30
|
*
|
|
|
|
|
refactor: follow style guide
dundargoc
2023-12-30
|
*
|
|
|
|
|
refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)
luukvbaal
2023-12-30
|
*
|
|
|
|
|
refactor(drawline): avoid writing foldopen before writing foldclosed
Luuk van Baal
2023-12-29
|
*
|
|
|
|
|
vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785)
zeertzjq
2023-12-29
|
*
|
|
|
|
|
fix(drawline): don't use temporary "v" variable when not needed (#26777)
zeertzjq
2023-12-28
|
*
|
|
|
|
|
docs(eval): add parameter type for vim.fn.mode() (#26776)
xvzc
2023-12-28
|
*
|
|
|
|
|
docs: small fixes (#26651)
dundargoc
2023-12-28
|
*
|
|
|
|
|
fix(clipboard): make getreg() accurate for clipboard registers (#26740)
JD
2023-12-28
|
*
|
|
|
|
|
vim-patch:9.0.2188: cursor wrong after { in single line buffer (#26766)
zeertzjq
2023-12-28
|
*
|
|
|
|
|
vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...
zeertzjq
2023-12-28
|
*
|
|
|
|
|
refactor: remove unnecessary HAVE_PATHDEF macro
dundargoc
2023-12-27
|
*
|
|
|
|
|
fix(inccommand): don't preview in Ex mode (#26587)
Raphael
2023-12-27
|
*
|
|
|
|
|
ci: disable libintl on mac release
dundargoc
2023-12-26
|
*
|
|
|
|
|
fix(column): correct width after truncated 'statuscolumn' error (#26737)
luukvbaal
2023-12-26
|
*
|
|
|
|
|
feat(extmarks): add virt_text_repeat_linebreak flag (#26625)
luukvbaal
2023-12-26
|
*
|
|
|
|
|
refactor(cpoptions): remove 'p'
bfredl
2023-12-25
|
*
|
|
|
|
|
refactor(drawline): reduce size of wlv.extra[] (#26733)
zeertzjq
2023-12-25
|
*
|
|
|
|
|
feat(health): make :checkhealth support more split modifiers (#26731)
zeertzjq
2023-12-25
|
*
|
|
|
|
|
feat(health): checkhealth buffer can show in a split window (#26714)
Pablo Arias
2023-12-25
|
*
|
|
|
|
|
refactor: follow style guide
dundargoc
2023-12-24
|
*
|
|
|
|
|
Merge pull request #26642 from famiu/refactor/options/misc
zeertzjq
2023-12-24
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
refactor(options): do bound checking in `validate_num_option()`
Famiu Haque
2023-12-24
|
|
*
|
|
|
|
|
refactor(options): remove side effects from `check_num_option_bounds()`
Famiu Haque
2023-12-24
|
|
*
|
|
|
|
|
refactor(options): use `OptIndex` for `os_idx`
Famiu Haque
2023-12-23
|
|
*
|
|
|
|
|
refactor(options): move some functions from options.c to option.c
Famiu Haque
2023-12-23
|
|
*
|
|
|
|
|
refactor(options): restructure functions related to key options
Famiu Haque
2023-12-23
|
*
|
|
|
|
|
|
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
|
*
|
|
|
|
|
|
refactor: remove CPO_TO_CPO_FLAGS() (#26718)
zeertzjq
2023-12-23
|
*
|
|
|
|
|
|
fix(mappings): fix mapset() not replacing map with backslash (#26719)
zeertzjq
2023-12-23
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
|
*
|
|
|
|
|
refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)
luukvbaal
2023-12-23
|
*
|
|
|
|
|
fix(decor): allow adding providers during redraw
Lewis Russell
2023-12-22
|
*
|
|
|
|
|
refactor(drawline): simplify draw_statuscol() and remove draw_state references
Luuk van Baal
2023-12-22
|
*
|
|
|
|
|
Merge pull request #26528 from bfredl/nodrawstate
bfredl
2023-12-22
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
refactor(drawline): remove LineDrawState and wlv->saved_n_extra
bfredl
2023-12-22
|
*
|
|
|
|
|
|
docs(options): add codeblock annotations to options.lua (#26696)
Christian Clason
2023-12-22
|
*
|
|
|
|
|
|
refactor(IWYU): add "private" pragma to more generated headers (#26706)
zeertzjq
2023-12-22
|
*
|
|
|
|
|
|
refactor(options): generate BV_ and WV_ constants (#26705)
zeertzjq
2023-12-22
|
*
|
|
|
|
|
|
vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)
zeertzjq
2023-12-22
|
*
|
|
|
|
|
|
refactor: run IWYU on entire repo
dundargoc
2023-12-21
|
*
|
|
|
|
|
|
fix(build): teach cmake about vvars
Lewis Russell
2023-12-21
|
*
|
|
|
|
|
|
feat: generate types and docs for v variables
Lewis Russell
2023-12-21
|
*
|
|
|
|
|
|
fix(column): avoid exceeding configured 'signcolumn' width
Luuk van Baal
2023-12-21
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
|
*
|
|
|
|
|
fixup:
zeertzjq
2023-12-21
|
*
|
|
|
|
|
fix(channel): use os_write() instead of fwrite() for stderr (#26689)
zeertzjq
2023-12-21
[prev]
[next]