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
*
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
build: treat clang-tidy warnings as errors (#22238)
dundargoc
2023-02-12
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor(ui): remove some superfluous ui_flush() calls
bfredl
2023-02-09
*
refactor: use uint8_t for blobs and ga_append() (#21916)
zeertzjq
2023-01-21
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor(eval.c): factor out get_number_tv() (#21893)
zeertzjq
2023-01-19
*
vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...
zeertzjq
2023-01-19
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor: replace char_u with char 23 (#21798)
dundargoc
2023-01-18
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines
Luuk van Baal
2023-01-16
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
refactor: replace char_u with char 19 (#21241)
dundargoc
2023-01-10
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
refactor: replace char_u with char
dundargoc
2023-01-09
*
feat!: remove hardcopy
Lewis Russell
2023-01-03
*
vim-patch:9.0.1132: code is indented more than needed (#21626)
zeertzjq
2023-01-03
*
fix(options): restore exists() behavior for options (#21510)
zeertzjq
2022-12-23
*
refactor: replace char_u with char 16 - remove STRNCMP (#21208)
dundargoc
2022-12-21
*
fix(chansend): sending lines to terminal in reverse order on Windows #19315
Enan Ajmain
2022-12-08
*
vim-patch:8.2.3900: it is not easy to use a script-local function for an option
zeertzjq
2022-12-03
*
refactor: make sure getting a callback doesn't modify argument
zeertzjq
2022-12-03
*
vim-patch:9.0.0990: callback name argument is changed by setqflist()
zeertzjq
2022-12-03
*
vim-patch:8.2.3889: duplicate code for translating script-local function name
zeertzjq
2022-12-03
*
vim-patch:9.0.0967: leaking memory from autocmd windows
zeertzjq
2022-11-29
*
vim-patch:9.0.0965: using one window for executing autocommands is insufficient
zeertzjq
2022-11-29
*
vim-patch:8.1.2001: some source files are too big (#21231)
zeertzjq
2022-11-29
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
refactor: remove old TODO comments that aren't relevant anymore (#21144)
dundargoc
2022-11-22
*
vim-patch:8.2.2435: setline() gives an error for some types
zeertzjq
2022-11-22
*
vim-patch:8.2.0469: Vim9: no error for missing ] after list
zeertzjq
2022-11-18
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.2.4038: various code not used when features are disabled (#21049)
zeertzjq
2022-11-14
*
Merge pull request #20821 from dundargoc/refactor/clang-tidy
bfredl
2022-11-08
|
\
|
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
|
vim-patch:8.2.3788: lambda for option that is a function may be freed
zeertzjq
2022-11-07
*
|
vim-patch:8.2.3756: might crash when callback is not valid
zeertzjq
2022-11-07
*
|
vim-patch:8.2.3751: cannot assign a lambda to an option that takes a function
zeertzjq
2022-11-07
*
|
feat: ":write ++p" creates parent dirs #20835
Victor Blanchard
2022-11-06
*
|
vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'
zeertzjq
2022-11-07
*
|
vim-patch:8.2.3705: cannot pass a lambda name to function() or funcref()
zeertzjq
2022-11-07
|
/
*
vim-patch:8.2.3055: strange error for assigning to "x.key" on non-dictionary
zeertzjq
2022-11-06
*
refactor(eval): make get_lval() explicitly check for v:lua
zeertzjq
2022-11-06
*
vim-patch:8.2.2920: still a way to shadow a builtin function
zeertzjq
2022-11-06
*
vim-patch:8.2.2918: builtin function can be shadowed by global variable
zeertzjq
2022-11-06
[next]