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
/
eval
/
typval.c
Commit message (
Expand
)
Author
Age
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
refactor(autocmd): simplify check for freed callback
bfredl
2022-03-03
*
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
*
chore(typval): return NULL over false for pointer return type (#17316)
Sean Dewar
2022-02-07
*
vim-patch:8.2.2324: not easy to get mark en cursor posotion by character count
zeertzjq
2022-02-06
*
refactor: remove unused macros
Dundar Göc
2021-12-30
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
fix(eval): checking for a non-empty string is too strict (#15987)
Fabian
2021-10-28
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format #15702
dundargoc
2021-09-18
*
vim-patch:8.2.1866: Vim9: appending to pushed blob gives wrong result
Sean Dewar
2021-09-16
*
vim-patch:8.2.1473: items in a list given to :const can still be modified
Sean Dewar
2021-09-16
*
vim-patch:8.1.1671: copying a blob may result in it being locked
Sean Dewar
2021-09-15
*
vim-patch:8.1.0802: negative index doesn't work for Blob
Sean Dewar
2021-09-15
*
vim-patch:8.1.0798: changing a blob while iterating over it works strangely
Sean Dewar
2021-09-15
*
vim-patch:8.1.0736: code for Blob not sufficiently tested
Sean Dewar
2021-09-15
*
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions
Sean Dewar
2021-09-11
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)
Jan Edmund Lazo
2021-06-26
*
vim-patch:8.2.1255: cannot use a lambda with quickfix functions
Jan Edmund Lazo
2021-06-23
*
vim-patch:8.1.1437: code to handle callbacks is duplicated
Jan Edmund Lazo
2021-06-23
*
Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)
Jan Edmund Lazo
2021-05-15
*
vim-patch:8.0.1394: cannot intercept a yank command
Jan Edmund Lazo
2021-05-13
*
luaref: simplify handling of table callables and fix leak in vim.fn.call(table)
Björn Linse
2021-04-03
*
tv_dict_watcher_notify: any_needs_free
Daniel Hahler
2021-03-30
*
tv_dict_watcher_remove: delay freeing with busy queue
Daniel Hahler
2021-03-30
*
Change QUEUE_FOREACH macro to use while instead of for
erw7
2021-03-30
*
Test and initial fix for crash with dictwatcherdel
Daniel Hahler
2021-03-30
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
*
eval: executable(), exepath() accept strings only
Jan Edmund Lazo
2020-12-11
*
vim-patch:8.2.2027: Coverity warnts for uninitialized field
Jan Edmund Lazo
2020-11-21
*
vim-patch:8.2.1961: various comments can be improved
Jan Edmund Lazo
2020-11-06
*
typval: fix incompatibility with vim
erw7
2020-07-23
*
Merge pull request #12575 from cbarrete/vim-8.2.0935
Matthieu Coudron
2020-07-20
|
\
|
*
Fix documentation
Cédric Barreteau
2020-07-20
|
*
Prevent `flatten` from taking a null list
Cédric Barreteau
2020-07-15
|
*
vim-patch:8.2.0937: asan failure in the flatten() test
Cédric Barreteau
2020-07-15
|
*
vim-patch:8.2.0935: flattening a list with existing code is slow
Cédric Barreteau
2020-07-15
*
|
vim-patch:8.2.0539: comparing two NULL list fails
Jan Edmund Lazo
2020-07-19
|
/
*
lua: Add ability to pass tables with __call
TJ DeVries
2020-07-10
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
[next]