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
/
api
Commit message (
Expand
)
Author
Age
...
*
|
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
|
/
*
docs: reword description for nvim_buf_line_count() (#17766)
Xiretza
2022-03-18
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
2022-03-17
*
Merge pull request #17266 from famiu/feat/ui/global-statusline
bfredl
2022-03-17
|
\
|
*
feat: add support for global statusline
Famiu Haque
2022-03-18
*
|
chore: fix typos (#17670)
dundargoc
2022-03-17
*
|
refactor(ui): make ui_client_event_grid_line typesafe
bfredl
2022-03-15
*
|
feat(ui): implement ui_client event handlers
hlpr98
2022-03-15
*
|
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
|
refactor: fix clint warnings (#17682)
dundargoc
2022-03-13
*
|
docs(api): improve section on nvim_set_hl (#17692)
adrian5
2022-03-13
*
|
Merge pull request #17687 from zeertzjq/fix-channel-consistency
zeertzjq
2022-03-13
|
\
\
|
*
|
fix(channel): fix channel consistency
erw7
2022-03-12
*
|
|
feat(ui): connect to remote ui (only debug messages for now)
bfredl
2022-03-12
*
|
|
refactor(main): separate connection code from --remote execution code
Björn Linse
2022-03-12
|
/
/
*
|
test(remote): add tests for --remote
Charlie Groves
2022-03-11
*
|
feat(remote): add basic --remote support
Charlie Groves
2022-03-11
*
|
Merge pull request #17663 from dundargoc/refactor/uncrustify
bfredl
2022-03-11
|
\
\
|
*
|
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
|
refactor(decorations): move provider code
Lewis Russell
2022-03-10
|
/
/
*
|
chore: fix typos (#17331)
dundargoc
2022-03-10
*
|
feat(api): relax statusline fillchar width check
zeertzjq
2022-03-10
*
|
feat(api): autocmd `group` can be either name or id (#17559)
Dhruv Manilawala
2022-03-07
*
|
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
Gregory Anders
2022-03-06
*
|
Merge pull request #16897 from lewis6991/signs
bfredl
2022-03-06
|
\
\
|
*
|
feat(decorations): support signs
Lewis Russell
2022-03-05
*
|
|
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
James McCoy
2022-03-05
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
|
|
Merge pull request #17568 from groves/respect_os_proc_children_rv
James McCoy
2022-03-03
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix: respect os_proc_children rv of pid not found
Charlie Groves
2022-03-01
*
|
|
refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always false
zeertzjq
2022-03-02
*
|
|
refactor(PVS/V560): ap == NULL is always false
zeertzjq
2022-03-02
*
|
|
chore(PVS): add PVS header to api/autocmd.c
zeertzjq
2022-03-02
|
/
/
*
|
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
\
|
*
|
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
|
fix(api): include event in get_autocmds (#17553)
Christian Clason
2022-03-01
*
|
|
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
*
|
|
Merge pull request #17529 from seandewar/api-string-oopsie
bfredl
2022-02-28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix(api): convert blob to NUL-terminated API string
Sean Dewar
2022-02-26
*
|
|
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
|
|
feat(lua): add <f-args> to user commands callback (#17522)
Javier Lopez
2022-02-27
*
|
|
Merge pull request #17386 from bfredl/neothread
bfredl
2022-02-27
|
\
\
\
|
*
|
|
feat(lua): add proper support of luv threads
erw7
2022-02-26
|
|
/
/
*
|
|
Merge pull request #17414 from zeertzjq/api-set-cursor-redraw
bfredl
2022-02-26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix(api): nvim_win_set_cursor() redraw for cursorline and statusline
zeertzjq
2022-02-15
|
|
/
*
|
feat(highlight): support for blend in nvim_set_hl (#17516)
Lewis Russell
2022-02-24
*
|
fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)
Gregory Anders
2022-02-23
*
|
feat(api): implement nvim_buf_get_text (#15181)
Gregory Anders
2022-02-22
*
|
fix(highlight): accept NONE as a color name (#17487)
Lewis Russell
2022-02-21
[prev]
[next]