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
*
fix: compiler warnings from clang 15 (#20321)
dundargoc
2022-09-28
*
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
*
vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...
zeertzjq
2022-09-16
*
vim-patch:9.0.0299: error messages for setcmdline() could be better (#20169)
zeertzjq
2022-09-12
*
vim-patch:8.2.5034: there is no way to get the byte index from a virtual column
zeertzjq
2022-09-12
*
vim-patch:8.2.2664: Vim9: not enough function arguments checked for string
zeertzjq
2022-09-12
*
vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argument
zeertzjq
2022-09-12
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor: replace char_u with char
Dundar Göc
2022-09-01
*
refactor: replace char_u with char 4 (#19987)
dundargoc
2022-08-30
*
refactor: suppress clang and PVS warnings (#19940)
zeertzjq
2022-08-25
*
Merge pull request #19906 from bfredl/bigstage
bfredl
2022-08-24
|
\
|
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
|
vim-patch:8.2.0522: several errors are not tested for (#19901)
zeertzjq
2022-08-23
|
/
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
feat(lua): print source locations of lua callbacks (#19597)
ii14
2022-08-03
*
vim-patch:8.1.1763: evalfunc.c is still too big (#17952)
Lewis Russell
2022-07-24
*
vim-patch:8.1.1933: the eval.c file is too big (#19462)
zeertzjq
2022-07-22
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
feat(autocmds): retrieve lua callback (#18642)
kylo252
2022-06-09
*
refactor: missing parenthesis may cause unexpected problems (#17443)
kylo252
2022-05-26
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
*
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
[next]