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
Commit message (
Expand
)
Author
Age
*
buffer: Provide an initializer for di_key
ZyX
2017-02-24
*
buffer: Remove b:changedtick from b: before freeing b:
ZyX
2017-02-24
*
memory: Free buffers after freeing variables
ZyX
2017-02-24
*
eval: Do not allocate b:changedtick dictionary item
ZyX
2017-02-24
*
*: Fix linter errors
ZyX
2017-02-23
*
api: Make sure dict_set_var doesn’t edit read-only values
ZyX
2017-02-23
*
api: Rename dict_set_value to dict_set_var
ZyX
2017-02-23
*
eval: Remove incorrect workaround
ZyX
2017-02-23
*
eval: Forbid (un)locking b:changedtick
ZyX
2017-02-23
*
eval: Make sure `islocked('b:.changedtick')` does not error out
ZyX
2017-02-23
*
eval: Specify more precise len for var_check_ro in get_lval
ZyX
2017-02-23
*
eval: Refactor var_check_ro, tv_check_lock and var_check_fixed
ZyX
2017-02-23
*
eval: Fix memory leak
ZyX
2017-02-23
*
buffer: Forbid unletting b:changedtick
ZyX
2017-02-23
*
eval: Refactor item_lock
ZyX
2017-02-23
*
eval: Make sure that b:changedtick may not be unlocked via :unlo b:var
ZyX
2017-02-23
*
buffer: Bind b:changedtick to b:['changedtick'], remove special cases
ZyX
2017-02-23
*
api/buffer: Add nvim_buf_get_changedtick method
ZyX
2017-02-23
*
Merge pull request #5771 from brcolow/lambda
James McCoy
2017-02-23
|
\
|
*
Merge remote-tracking branch 'origin/master' into lambda
James McCoy
2017-02-22
|
|
\
|
*
|
vim-patch:8.0.0297
Michael Ennen
2017-02-14
|
*
|
Allow lambdas to be used with jobs, timers and dictwatchers.
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2235
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2233
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2197
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2143
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2142
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2141
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2139
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2137
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2136
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2134
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2121
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2120
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2119
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2104
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2096
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2090
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2076
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2072
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2044
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.2002
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.1989
Michael Ennen
2017-02-14
|
*
|
vim-patch:7.4.1727
Michael Ennen
2017-02-14
*
|
|
vim-patch:8.0.0341 (#6151)
Shougo
2017-02-23
*
|
|
terminal: Initialize colors in reverse order (#6160)
Koichi Shiraishi
2017-02-23
|
|
/
|
/
|
*
|
strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_list
James McCoy
2017-02-20
*
|
string.c: Include <stdarg.h> for va_list type and va_* macros
James McCoy
2017-02-19
*
|
globals.h: Avoid expression in array definition.
Justin M. Keyes
2017-02-19
*
|
Merge #6137 from justinmk/cmdline-ctrl-r
Justin M. Keyes
2017-02-19
|
\
\
[next]