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
/
keysets.lua
Commit message (
Expand
)
Author
Age
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
feat(api): set statuscolumn line number in nvim_eval_statusline()
Luuk van Baal
2023-04-07
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
feat(api): add filetype option nvim_get_option_value
Lewis Russell
2023-03-20
*
feat(highlight): define the concept of altfont as a (c)term rendering attribute
Paul "LeoNerd" Evans
2023-01-24
*
build: make generated source files reproducible #21586
Arnout Engelen
2023-01-23
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
refactor(tui): use nvim_echo() for verbose terminfo
bfredl
2022-12-20
*
feat(ui): add support to display a title in the border of a float (#20184)
Raphael
2022-11-06
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
feat(api): add support for :horizontal modifier
zeertzjq
2022-09-01
*
feat(ui): allow to set the highlight namespace per window
bfredl
2022-08-17
*
feat(api): add replace_keycodes to nvim_set_keymap (#19598)
ii14
2022-08-01
*
feat(api): add `unsilent` to command APIs
zeertzjq
2022-07-03
*
refactor(highlight)!: rename attributes to match Vim (#19159)
zeertzjq
2022-06-30
*
feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filter
Famiu Haque
2022-06-28
*
feat(api): nvim__get_runtime do_source
bfredl
2022-06-11
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
Merge pull request #18528 from lewis6991/setwinopt
bfredl
2022-05-25
|
\
|
*
feat(api): add win and buf to nvim_set_option_value
Lewis Russell
2022-05-17
*
|
feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)
Gregory Anders
2022-05-18
*
|
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
|
/
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
*
refactor(api)!: use singular/plural consistently in the autocmd API
György Andorka
2022-03-31
*
feat(api): nvim_clear_autocmd
TJ DeVries
2022-03-31
*
refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)
Javier Lopez
2022-03-26
*
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
*
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
*
|
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
|
/
*
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
feat(highlight): support for blend in nvim_set_hl (#17516)
Lewis Russell
2022-02-24
*
feat(api): add strikethrough, nocombine to set_hl
Christian Clason
2022-02-12
*
refactor(api): use a keyset for highlight dicts
Björn Linse
2022-02-02
*
vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command
zeertzjq
2022-01-21
*
feat(extmarks): add strict option
Michael Lingelbach
2022-01-08
*
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)
Gregory Anders
2021-12-08
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
feat(api): evaluate statusline string #16020
Famiu Haque
2021-10-18
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03