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: add lua typing for `vim.NIL`
Jongwook Choi
2024-01-15
|
*
|
|
|
|
|
build: disable conversion warnings for older GCC versions
dundargoc
2024-01-14
|
*
|
|
|
|
|
docs(builtin): overload functions with union return types
altermo
2024-01-14
|
*
|
|
|
|
|
docs: auto-generate docs for `vim.lpeg` and `vim.re`
Jongwook Choi
2024-01-14
|
*
|
|
|
|
|
fix(ops.c): remove duplicate u_save_cursor()
zeertzjq
2024-01-14
|
*
|
|
|
|
|
docs(builtin): fix mapset() signature (#27008)
zeertzjq
2024-01-14
|
*
|
|
|
|
|
fix(colorscheme): default statusline groups usability #26921
Evgeni Chasnovski
2024-01-13
|
*
|
|
|
|
|
refactor(marktree): unpaired marktree_get_alt() returns itself
Luuk van Baal
2024-01-13
|
*
|
|
|
|
|
refactor(decorations): more conservative redraw range
Luuk van Baal
2024-01-13
|
*
|
|
|
|
|
Merge pull request #26734 from bfredl/splitaroo
bfredl
2024-01-13
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
fix(buffer_updates): correct buffer updates when splitting empty line
bfredl
2024-01-13
|
*
|
|
|
|
|
|
vim-patch:9.1.0022: Coverity complains about improper use of negative value (...
zeertzjq
2024-01-13
|
*
|
|
|
|
|
|
vim-patch:9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace mode
zeertzjq
2024-01-13
|
*
|
|
|
|
|
|
vim-patch:9.1.0015: i_CTRL-R- no longer works in replace mode
zeertzjq
2024-01-13
|
*
|
|
|
|
|
|
vim-patch:9.1.0016: default diff highlighting is too noisy
Christian Clason
2024-01-12
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
vim-patch:9.1.0011: regexp cannot match combining chars in collection (#26992)
zeertzjq
2024-01-12
|
*
|
|
|
|
|
refactor(IWYU): fix headers
dundargoc
2024-01-11
|
*
|
|
|
|
|
Merge pull request #26961 from bfredl/drawend
bfredl
2024-01-11
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
|
*
|
|
|
|
|
|
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
|
*
|
|
|
|
|
|
fix(pum): handle right-click menu repositioning with multigrid (#26975)
zeertzjq
2024-01-10
|
*
|
|
|
|
|
|
fix(terminal): use terminal buffer for TermRequest autocommand (#26974)
Gregory Anders
2024-01-09
|
*
|
|
|
|
|
|
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
|
*
|
|
|
|
|
|
feat(terminal): trigger TermRequest autocommand events (#22159)
Ghjuvan Lacambre
2024-01-09
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
fix(extmarks): blending space shouldn't overwrite wide char (#26960)
zeertzjq
2024-01-09
|
*
|
|
|
|
|
refactor(drawline): remove unused save_extra argument (#26959)
zeertzjq
2024-01-09
|
*
|
|
|
|
|
fix(extmarks): handle overwriting right half of wide char (#26951)
zeertzjq
2024-01-09
|
*
|
|
|
|
|
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
|
*
|
|
|
|
|
fix(tui): use buflen to calculate remaining buffer size (#26942)
James McCoy
2024-01-07
|
*
|
|
|
|
|
fix(highlight): update `IncSearch` to link to `CurSearch`
Evgeni Chasnovski
2024-01-06
|
*
|
|
|
|
|
vim-patch:9.1.0014: incorrect use of W_WINROW in edit.c (#26910)
zeertzjq
2024-01-06
|
*
|
|
|
|
|
vim-patch:9.1.0012: regression with empty inner blocks introduced
zeertzjq
2024-01-06
|
*
|
|
|
|
|
vim-patch:9.1.0007: can select empty inner text blocks
zeertzjq
2024-01-06
|
*
|
|
|
|
|
refactor: move structs from regexp_defs.h to regexp.c (#26899)
zeertzjq
2024-01-05
|
*
|
|
|
|
|
fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)
luukvbaal
2024-01-05
|
*
|
|
|
|
|
fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)
zeertzjq
2024-01-05
|
*
|
|
|
|
|
vim-patch:9.1.0010: Keymap completion is not available (#26888)
zeertzjq
2024-01-05
|
*
|
|
|
|
|
refactor(column): define and use maximum 'statuscolumn' width
Luuk van Baal
2024-01-04
|
*
|
|
|
|
|
fix(decorations): incompletely displayed line should also get decorations
Jaehwang Jung
2024-01-04
|
*
|
|
|
|
|
fix(decorations): validate botline for on_win
Jaehwang Jung
2024-01-04
|
*
|
|
|
|
|
vim-patch:9.1.0001: when closing window, wincmd p may fail
Christian Clason
2024-01-03
|
*
|
|
|
|
|
vim-patch:9.1.0002: a closing fold expr, may start a new fold (#26876)
zeertzjq
2024-01-04
|
*
|
|
|
|
|
Merge pull request #26860 from sus-domesticus/fix/clangd
zeertzjq
2024-01-03
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
fix(clangd): set block pointer to null in case map is empty
sus-domesticus
2024-01-03
|
|
*
|
|
|
|
|
fix(clangd): check size of array before applying qsort on it
sus-domesticus
2024-01-02
|
*
|
|
|
|
|
|
refactor: remove redundant struct names
dundargoc
2024-01-02
|
*
|
|
|
|
|
|
refactor(api): redundant `ml_mfp` check #26059
Justin M. Keyes
2024-01-02
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
fix(drawline): consider position in linebuf for foldcolumn (#26803)
luukvbaal
2024-01-02
|
*
|
|
|
|
|
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
|
*
|
|
|
|
|
fix(l10n): update Ukrainian translations (#26819)
Anatolii Sakhnik
2024-01-01
[prev]
[next]