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
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(coverity): error handling CHECKED_RETURN #31618
Justin M. Keyes
2024-12-18
*
refactor(api): always use TRY_WRAP #31600
luukvbaal
2024-12-17
*
fix(api): generic error messages, not using TRY_WRAP #31596
Justin M. Keyes
2024-12-16
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): use an arena for nvim_parse_expression
bfredl
2024-02-20
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: object_to_vim() cannot fail
Justin M. Keyes
2023-12-07
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
zeertzjq
2023-07-21
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
vim-patch:8.2.1080: Vim9: no line break allowed in a for loop
zeertzjq
2023-04-14
*
vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def function
zeertzjq
2023-04-14
*
vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)
zeertzjq
2023-04-14
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...
zeertzjq
2022-09-16
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
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
[next]