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: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
feat(marks): restore viewport on jump #15831
Javier Lopez
2022-06-30
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
perf(highlight): allocate permanent names in an arena for fun and cache locality
bfredl
2022-06-21
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor(api): move extmark specific functions to api/extmark.c
bfredl
2022-06-12
*
refactor(api): move option code to own file
bfredl
2022-06-12
*
fix(messages): add color when showing nvim_echo in :messages history
bfredl
2022-06-11
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
refactor: correct comments and assertions about mapping rhs <Nop> (#18821)
zeertzjq
2022-06-01
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
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
*
|
fix(cid/352839): USE_AFTER_FREE in create_user_command #18669
James McCoy
2022-05-22
*
|
fix(cid/351940): free compl_arg in create_user_commands()'s error path exit
James McCoy
2022-05-20
*
|
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
|
/
*
refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline string
Famiu Haque
2022-05-14
*
fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)
Famiu Haque
2022-05-11
*
Merge pull request #18366 from famiu/feat/api/nvim_cmd
bfredl
2022-05-11
|
\
|
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
|
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
|
/
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
fix(coverity): use xstrndup() instead of vim_strsave() (#18363)
zeertzjq
2022-05-03
*
refactor: replace char_u variables and functions with char (#18288)
dundargoc
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
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
[next]