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
/
lua
/
stdlib.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(api): always use TRY_WRAP #31600
luukvbaal
2024-12-17
*
fix(lua): avoid vim._with() double-free with cmdmod (#31505)
zeertzjq
2024-12-08
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
*
feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735
Tristan Knight
2024-10-23
*
feat(lua): add `vim._with`
dundargoc
2024-06-08
*
refactor(fold): avoid coverity false-positive
Jaehwang Jung
2024-05-07
*
perf(treesitter): incremental foldupdate
Jaehwang Jung
2024-04-21
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
2024-03-12
*
fix(mbyte): fix bugs in utf_cp_*_off() functions
VanaIgr
2024-02-26
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
fix(treesitter): don't forcefully open folds
Jaehwang Jung
2023-12-06
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor(grid): make screen rendering more multibyte than ever before
bfredl
2023-11-17
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: the long goodbye
dundargoc
2023-11-05
*
feat(stdlib): add vim.base64 module (#25843)
Gregory Anders
2023-10-31
*
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
*
fix(api, lua): handle setting v: variables properly (#25325)
zeertzjq
2023-09-24
*
fix(lua): show error message when failing to set variable (#25321)
zeertzjq
2023-09-23
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
Merge pull request #23216 from bfredl/lpeg
bfredl
2023-04-27
|
\
|
*
refactor(build): include lpeg as a library
bfredl
2023-04-27
*
|
refactor: uncrustify
dundargoc
2023-04-26
|
/
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
refactor: move ga_loaded to runtime.c (#22626)
zeertzjq
2023-03-11
*
perf(treesitter): more efficient foldexpr
Lewis Russell
2023-03-10
*
feat(lua): make sure require'bit' always works, even with PUC lua 5.1
bfredl
2023-02-22
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
feat!: make iconv a non-optional dep
Lewis Russell
2023-01-23
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
*
fix(lua): assert failure with vim.regex() error inside :silent! (#20555)
RZia
2022-10-10
*
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
[next]