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
/
vars.c
Commit message (
Expand
)
Author
Age
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)
zeertzjq
2023-02-01
*
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 22 (#21786)
dundargoc
2023-01-17
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
vim-patch:9.0.1137: some conditions are always false (#21628)
zeertzjq
2023-01-03
*
vim-patch:9.0.1132: code is indented more than needed (#21626)
zeertzjq
2023-01-03
*
feat(aucmd_win): allow crazy things with hidden buffers (#21250)
zeertzjq
2022-12-02
*
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
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
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.3751: cannot assign a lambda to an option that takes a function
zeertzjq
2022-11-07
|
/
*
vim-patch:9.0.0355: check for uppercase char in autoload name is wrong
zeertzjq
2022-11-06
*
fix(eval): change some tv_dict_add() usages back to hash_add()
zeertzjq
2022-11-06
*
vim-patch:8.2.1274: Vim9: no error for missing white space at script level
zeertzjq
2022-11-06
*
vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letter
zeertzjq
2022-10-28
*
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
refactor: replace char_u with char 4 (#19987)
dundargoc
2022-08-30
*
refactor: replace char_u with char
Dundar Göc
2022-08-29
*
refactor: change FALSE/TRUE to false/true
Lewis Russell
2022-08-26
*
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:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
|
/
*
vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)
zeertzjq
2022-08-22
*
vim-patch:8.2.4754: using cached values after unsetting some environment vari...
zeertzjq
2022-08-21
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...
zeertzjq
2022-08-07
*
vim-patch:8.2.1281: the "trailing characters" error can be hard to understand
zeertzjq
2022-08-07
*
refactor: fix clang and PVS warnings (#19532)
zeertzjq
2022-07-28
*
vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)
zeertzjq
2022-07-27
*
vim-patch:9.0.0066: switching window uneccarily when getting buffer options
zeertzjq
2022-07-25
*
vim-patch:8.2.4866: duplicate code in "get" functions
zeertzjq
2022-07-25
*
vim-patch:8.2.2969: subtracting from number option fails when result is zero
zeertzjq
2022-07-25
*
vim-patch:8.2.2285: Vim9: cannot set an option to a false
zeertzjq
2022-07-25
*
vim-patch:8.2.2284: Vim9: cannot set an option to a boolean value
zeertzjq
2022-07-25
*
vim-patch:8.2.2254: Vim9: bool option type is number
zeertzjq
2022-07-25
[next]