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.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #16862 from seandewar/vim-8.2.2658
Sean Dewar
2022-02-06
|
\
|
*
feat(eval): port emsg from v8.2.3284
Sean Dewar
2022-02-05
|
*
vim-patch:8.2.2661: leaking memory when looping over a string
Sean Dewar
2022-02-05
|
*
vim-patch:8.2.2658: :for cannot loop over a string
Sean Dewar
2022-02-05
*
|
vim-patch:8.2.2324: not easy to get mark en cursor posotion by character count
zeertzjq
2022-02-06
|
/
*
vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selection
Sean Dewar
2022-02-03
*
[RFC] fix: has('python') error (#17252)
Shougo
2022-01-31
*
Merge pull request #17239 from seandewar/vim-8.2.3629
Sean Dewar
2022-01-31
|
\
|
*
vim-patch:8.2.3629: command completion in cmdline window uses global commands
Sean Dewar
2022-01-30
*
|
vim-patch:8.1.2412: crash when evaluating expression with error (#17109)
zeertzjq
2022-01-31
|
/
*
fix(eval): v:lua support for `-` in module names
bb010g
2022-01-28
*
vim-patch:8.2.0175: crash when removing list element in map()
Sean Dewar
2022-01-18
*
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move out autocmd related functions
Björn Linse
2021-12-09
*
Merge pull request #16107 from zeertzjq/vim-8.1.1542
Jan Edmund Lazo
2021-12-06
|
\
|
*
vim-patch:8.1.1542: an OptionSet autocommand does not get enough info
zeertzjq
2021-11-22
*
|
lint (#16526)
Jan Edmund Lazo
2021-12-05
*
|
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
|
refactor: upgrade uncrustify config version to 0.74.0
Dundar Göc
2021-11-23
|
/
*
vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)
zeertzjq
2021-11-21
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor(macroman): get rid of MB_COPY_CHAR macro
Björn Linse
2021-11-14
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
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
*
vim-patch:8.1.2378: using old C style comments
Dundar Göc
2021-10-21
*
Merge #15994 feat(:source, nvim_exec): script-local scope
Justin M. Keyes
2021-10-17
|
\
|
*
feat(:source, nvim_exec): defer script item creation until s:var access
Sean Dewar
2021-10-14
*
|
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
|
/
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
refactor: replace sprintf with snprintf #15794
dundargoc
2021-09-26
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
fix(PVS V576): false positive
Justin M. Keyes
2021-09-24
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format with uncrustify #15726
dundargoc
2021-09-20
*
refactor: convert TRUE/FALSE to true/false (#15660)
dundargoc
2021-09-18
*
fix(eval): partially port v8.2.3284
Sean Dewar
2021-09-16
*
vim-patch:8.2.2712: memory leak when adding to a blob fails
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.2.0829: filter() may give misleading error message
Sean Dewar
2021-09-15
*
vim-patch:8.2.0121: filter() and map() on blob don't work
Sean Dewar
2021-09-15
*
vim-patch:8.1.1023: may use NULL pointer when indexing a blob
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.0765: string format of a Blob can't be parsed back
Sean Dewar
2021-09-15
*
vim-patch:8.1.0756: copy() does not make a copy of a Blob
Sean Dewar
2021-09-15
*
vim-patch:8.1.0738: using freed memory, for loop over blob leaks memory
Sean Dewar
2021-09-15
*
vim-patch:8.1.0736: code for Blob not sufficiently tested
Sean Dewar
2021-09-15
[next]