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.h
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: remove vim.h from more headers (#26244)
zeertzjq
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
refactor(api): remove `BOOL` macro #23936
Famiu Haque
2023-06-06
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
fix(buffer_updates): save and restore current window cursor (#16732)
zeertzjq
2023-03-09
*
fix(helpers): restore channel id after a call to WITH_SCRIPT_CONTEXT
glacambre
2023-02-11
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
2022-07-20
*
perf(ui): eliminate spurious memory allocations for hl_attr_define event
bfredl
2022-07-18
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
feat(api): nvim_clear_autocmd
TJ DeVries
2022-03-31
*
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
*
refactor(api): break out vim_to_object/object_to_vim to own file
Björn Linse
2021-10-29
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
api/options: cleanup the fixup
Björn Linse
2020-12-04
*
decoration: split out "decoration" from "extmark" module
Björn Linse
2020-11-07
*
startup: handle autoload and lua packages during startup
Björn Linse
2020-11-02
*
helpers: fix FIXED_TEMP_ARRAY
Matthieu Coudron
2020-04-24
*
tree-sitter: implement query functionality and highlighting prototype [skip.l...
Björn Linse
2019-12-22
*
lua/executor.c: use TRY_WRAP
Justin M. Keyes
2019-10-29
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
API: nvim_set_keymap, nvim_del_keymap #9924
Yilin Yang
2019-05-12
*
*: Replace did_throw checks with current_exception checks
ZyX
2018-03-25
*
api helpers: Also save and restore did_emsg
ZyX
2017-07-18
*
api helpers: Save/restore more values in try_enter/try_leave
ZyX
2017-07-16
*
ex_getln: Save and restore try state
ZyX
2017-07-01
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
|
*
*: Silence some false positives
ZyX
2017-04-16
*
|
functests: Test for error conditions
ZyX
2017-03-27
|
/
*
object_to_vim: Fix buffer/window/tabpage conversion on BE systems
James McCoy
2016-11-02
[next]