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
/
private
/
helpers.c
Commit message (
Expand
)
Author
Age
*
refactor!: rename nvim_add_user_command to nvim_create_user_command
Gregory Anders
2022-04-10
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
refactor: fix clint warnings (#17682)
dundargoc
2022-03-13
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
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
*
|
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(api): implement nvim_buf_get_text (#15181)
Gregory Anders
2022-02-22
*
fix(api): validate command names in nvim_add_user_command (#17406)
Gregory Anders
2022-02-15
*
vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selection
Sean Dewar
2022-02-03
*
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
*
vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command
zeertzjq
2022-01-21
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
fix(api): validate user_command name (#17004)
Lewis Russell
2022-01-09
*
fix(api): force redefinition of user commands by default (#16918)
Gregory Anders
2022-01-04
*
perf(api): elide luaref copy when setting 'callback' in nvim_set_keymap
Björn Linse
2022-01-01
*
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: add STRNLEN compatability macro
Claes Nästén
2021-12-06
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor(api): break out vim_to_object/object_to_vim to own file
Björn Linse
2021-10-29
*
refactor(api): move extmark API to its own file
Björn Linse
2021-10-25
*
feat(api): evaluate statusline string #16020
Famiu Haque
2021-10-18
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
refactor(api): cleanup modify_keymap and parse_keymap_opts
Björn Linse
2021-10-07
*
feat(api): named marks set, get, delete #15346
Javier Lopez
2021-10-05
*
Merge pull request #15901 from bfredl/apiorg
Björn Linse
2021-10-04
|
\
|
*
refactor(api): move window config related functions to own file
Björn Linse
2021-10-04
*
|
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
|
/
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
fix(api): fix crash after set_option_value_for() #15390
gmntroll
2021-09-25
*
refactor: format #15702
dundargoc
2021-09-18
*
feat(api): convert Blobs to API strings
Sean Dewar
2021-09-15
*
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
perf(api): avoid spurious allocations when converting small objects
Björn Linse
2021-08-28
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
refactor(map): get rid of spurious subsystem_init() functions due to maps
Björn Linse
2021-08-22
*
refactor: PVS/V501: removed duplicate sub-expression 'chunk.size > 2'
Dundar Göc
2021-07-30
*
feat(decorations): deprecate nvim_buf_set_virtual_text
Björn Linse
2021-07-29
*
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
feat(decorations): allow more than one stacked highlight in a virt_text
Björn Linse
2021-07-29
*
clang/'Dead initialization': don't assign unused value to variable "string" #...
dundargoc
2021-07-07
*
feat(float): add rounded borders preset
Christian Clason
2021-06-14
*
api(parse_float_config): use api_object_to_bool()
Sean Dewar
2021-06-01
*
api(nvim_open_win): add "noautocmd" option
Sean Dewar
2021-06-01
*
lua: use proper conversion of vim.g values
Björn Linse
2021-05-19
[next]