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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
Merge pull request #17806 from zeertzjq/win-close-float-fix
zeertzjq
2022-03-23
|
|
\
\
\
|
|
*
|
|
fix(float): make laststatus=1 behave consistently with floating windows
zeertzjq
2022-03-23
|
|
*
|
|
fix(float): handle buffer deletion with floating windows
zeertzjq
2022-03-23
|
|
*
|
|
fix(win_close): count the window the be closed instead of curwin
zeertzjq
2022-03-23
|
|
*
|
|
fix(aucmd_win): always make aucmd_win the last window
zeertzjq
2022-03-23
|
|
/
/
/
|
*
|
|
fix(screen): do not do syntax highlighting at filler or folded lines (#17818)
zeertzjq
2022-03-23
|
*
|
|
refactor(ui_refresh): only save/restore p_lz if calling screen_resize() (#17794)
zeertzjq
2022-03-23
|
*
|
|
vim-patch:8.2.1078: highlight and match functionality together in one file (#...
Lewis Russell
2022-03-23
|
*
|
|
vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)
Lewis Russell
2022-03-23
|
*
|
|
Merge pull request #17813 from muniter/jl-ci-api-docs-permissions
James McCoy
2022-03-22
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
fix(ci): provide necessary permissions for calling workflow
Javier López
2022-03-21
|
|
/
/
|
*
|
Merge pull request #17768 from muniter/jl-genvimdoc-ci
James McCoy
2022-03-21
|
|
\
\
|
|
*
|
ci(docs): add a check for PR's to commit their doc changes
Javier López
2022-03-18
|
*
|
|
Merge pull request #17491 from neovim/marvim/api-doc-update/master
James McCoy
2022-03-21
|
|
\
\
\
|
|
*
|
|
docs: regenerate [skip ci]
marvim
2022-03-20
|
*
|
|
|
fix(PVS/V583): the '?:' operator always returns one and the same value (#17790)
dundargoc
2022-03-20
|
*
|
|
|
Merge pull request #17760 from lewis6991/vim-patch-8.1.1734
zeertzjq
2022-03-21
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
vim-patch:8.1.1743: 'hlsearch' and match highlighting in the wrong place
Lewis Russell
2022-03-20
|
|
*
|
|
vim-patch:8.1.1742: still some match functions in evalfunc.c
Lewis Russell
2022-03-20
|
|
*
|
|
vim-patch:8.1.1734: the evalfunc.c file is too big
Lewis Russell
2022-03-20
|
|
/
/
/
|
*
|
|
Merge pull request #17776 from bfredl/tsconceal
bfredl
2022-03-20
|
|
\
\
\
|
|
*
|
|
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
|
*
|
|
|
fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)
Tim Pope
2022-03-20
|
|
/
/
/
|
*
|
|
Merge pull request #17785 from muniter/jl-fix-doxygen-destroyer
James McCoy
2022-03-20
|
|
\
\
\
|
|
*
|
|
docs: properly escape to avoid doxygen weirdness
Javier López
2022-03-19
|
*
|
|
|
fix(termdebug): handle exiting during startup properly (#16790)
Sean Dewar
2022-03-20
|
*
|
|
|
vim-patch:47c532e2bc55 (#17780)
Christian Clason
2022-03-20
|
*
|
|
|
Merge pull request #17772 from zeertzjq/vim-8.2.2716
zeertzjq
2022-03-20
|
|
\
\
\
\
|
|
*
|
|
|
vim-patch:8.2.4546: duplicate #undef
zeertzjq
2022-03-19
|
|
*
|
|
|
vim-patch:8.2.2716: the equivalent class regexp is missing some characters
zeertzjq
2022-03-19
|
*
|
|
|
|
feat(api): remove Lua autocommand callbacks when they return true (#17784)
Gregory Anders
2022-03-19
|
*
|
|
|
|
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
refactor(tinput_wait_enqueue): use rbuffer_read() when pasting (#17754)
zeertzjq
2022-03-19
|
*
|
|
|
vim-patch:8.2.4593: unnecessary call to redraw_later() (#17775)
zeertzjq
2022-03-19
|
|
/
/
/
|
*
|
|
docs: reword description for nvim_buf_line_count() (#17766)
Xiretza
2022-03-18
|
*
|
|
fix(translation): po file for Russian (#17767)
matveyt
2022-03-18
|
*
|
|
Merge pull request #17719 from dundargoc/doxygen/ex_docmd
bfredl
2022-03-18
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
refactor(ex_docmd): convert function comments to doxygen format
Dundar Göc
2022-03-16
|
*
|
|
fix(syntax.c): correct hunk from Vim patch 8.0.0647 (#17761)
Lewis Russell
2022-03-18
|
*
|
|
Merge pull request #17694 from lewis6991/fix_signcol
bfredl
2022-03-18
|
|
\
\
\
|
|
*
|
|
fix(signcol): always trigger a redraw
Lewis Russell
2022-03-12
|
*
|
|
|
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
|
*
|
|
|
Merge pull request #17459 from rktjmp/lua-error-tostring
bfredl
2022-03-18
|
|
\
\
\
\
|
|
*
|
|
|
feat: call __tostring on lua errors if possible before reporting to user
Oliver Marriott
2022-02-25
|
*
|
|
|
|
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
2022-03-17
|
*
|
|
|
|
Merge pull request #17747 from bfredl/ui_input
bfredl
2022-03-17
|
|
\
\
\
\
\
|
|
*
|
|
|
|
feat(ui_client): implement async paste handling
bfredl
2022-03-17
|
|
*
|
|
|
|
feat(ui_client): handle resize events
hlpr98
2022-03-17
|
|
*
|
|
|
|
feat(ui_client): pass user input to remote server
hlpr98
2022-03-17
|
*
|
|
|
|
|
Merge pull request #17266 from famiu/feat/ui/global-statusline
bfredl
2022-03-17
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
[prev]
[next]