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
/
vimscript.c
Commit message (
Expand
)
Author
Age
*
fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)
zeertzjq
2022-08-16
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
fix(nvim_create_user_command): make `smods` work with `nvim_cmd`
Famiu Haque
2022-06-08
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
fix: make `nvim_cmd` not suppress errors inside key mapping
Famiu Haque
2022-05-19
*
docs(api): update v:errmsg behavior #18593
Famiu Haque
2022-05-17
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline string
Famiu Haque
2022-05-14
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
fix(api): make `nvim_parse_cmd` work correctly with both range and count
Famiu Haque
2022-05-07
*
Merge pull request #18442 from dundargoc/uncrustify
bfredl
2022-05-06
|
\
|
*
refactor: upgrade uncrustify configuration to version 0.75
Dundar Goc
2022-05-06
*
|
fix(api): make `nvim_parse_cmd` propagate errors
Famiu Haque
2022-05-05
|
/
*
refactor(api): make `range` in `nvim_parse_cmd` an array
Famiu Haque
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
feat(nvim_parse_cmd): add range, count, reg #18383
Famiu Haque
2022-05-04
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor(api): break out Vim script functions to its own file
Björn Linse
2021-10-29