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 branch 'userreg' into mix
Josh Rahm
2022-09-12
|
\
|
*
Merge remote-tracking branch 'upstream/master' into userreg
Josh Rahm
2022-09-12
|
|
\
|
*
\
Merge remote-tracking branch 'upstream/master' into userreg
Josh Rahm
2022-08-22
|
|
\
\
|
*
|
|
feat(userreg): Add user-defined registers to Neovim.
Josh Rahm
2022-08-21
*
|
|
|
Merge remote-tracking branch 'upstream/master' into usermarks
Josh Rahm
2022-09-12
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-09-10
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-09-09
|
*
|
|
vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expression
ii14
2022-09-08
|
*
|
|
vim-patch:8.2.3702: first key in dict is seen as curly expression and fails
zeertzjq
2022-09-08
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-09-06
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-09-01
|
*
|
|
Merge pull request #20022 from dundargoc/refactor/char_u/6
bfredl
2022-09-01
|
|
\
\
\
|
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-08-31
|
*
|
|
|
Merge pull request #16396 from bfredl/luaevent
bfredl
2022-08-31
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
|
*
|
|
|
refactor: replace char_u with char
Dundar Göc
2022-08-31
|
|
/
/
/
|
*
|
|
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
|
*
|
|
refactor: replace char_u with char 4 (#19987)
dundargoc
2022-08-30
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-08-29
|
*
|
|
vim-patch:8.2.1269: language and locale code spread out (#19964)
zeertzjq
2022-08-27
|
*
|
|
refactor: replace char_u with char
Dundar Göc
2022-08-26
|
*
|
|
refactor: change FALSE/TRUE to false/true
Lewis Russell
2022-08-26
|
*
|
|
refactor: replace char_u with char
Dundar Goc
2022-08-25
|
*
|
|
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
|
|
|
|
/
|
|
|
/
|
|
*
/
|
feat(eval)!: make Vim functions return inner window width and height (#19743)
zeertzjq
2022-08-24
|
|
/
/
*
|
|
Merge remote-tracking branch 'upstream/master' into usermarks
Josh Rahm
2022-08-22
|
\
|
|
|
*
|
vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)
zeertzjq
2022-08-22
|
*
|
vim-patch:8.2.2289: Vim9: 'cpo' can become empty (#19887)
zeertzjq
2022-08-22
|
|
/
*
/
feat(usermarks) getpos() now works for multibyte marks
Josh Rahm
2022-08-22
|
/
*
vim-patch:8.1.1886: command line expansion code is spread out (#19861)
zeertzjq
2022-08-21
*
vim-patch:8.1.2045: the option.c file is too big (#19854)
zeertzjq
2022-08-20
*
fix(eval): check for v:lua when calling callback (#19855)
zeertzjq
2022-08-20
*
vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)
zeertzjq
2022-08-19
*
refactor(eval.c): resolve all clint issues (#19774)
Lewis Russell
2022-08-16
*
vim-patch:8.1.1869: code for the argument list is spread out (#19791)
zeertzjq
2022-08-16
*
vim-patch:8.2.0061: the execute stack can grow big and never shrinks
zeertzjq
2022-08-14
*
refactor: change remaining sourcing_name/sourcing_lnum to exestack
zeertzjq
2022-08-14
*
vim-patch:8.2.0056: execution stack is incomplete and inefficient
zeertzjq
2022-08-14
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
vim-patch:8.1.1689: profiling code is spread out
zeertzjq
2022-08-12
*
vim-patch:8.1.1684: profiling functionality is spread out
zeertzjq
2022-08-12
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
vim-patch:8.1.1823: command line history code is spread out (#19688)
zeertzjq
2022-08-09
*
vim-patch:8.2.1281: the "trailing characters" error can be hard to understand
zeertzjq
2022-08-07
*
vim-patch:9.0.0092: plugins cannot change v:completed_item (#19542)
zeertzjq
2022-07-28
[next]