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
Commit message (
Expand
)
Author
Age
...
|
*
vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...
zeertzjq
2024-03-16
|
*
vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...
zeertzjq
2024-03-16
|
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
|
*
vim-patch:9.1.0171: Small split-move related improvements
Sean Dewar
2024-03-12
|
*
vim-patch:9.1.0169: current window number returned by tabpagewinnr may be out...
Sean Dewar
2024-03-12
|
*
vim-patch:9.1.0168: too many STRLEN() calls (#27823)
zeertzjq
2024-03-12
|
*
vim-patch:9.1.0166: Internal error with blockwise getregion() in another buff...
zeertzjq
2024-03-12
|
*
vim-patch:9.1.0164: Internal error when passing invalid position to getregion...
zeertzjq
2024-03-11
|
*
vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()
Sean Dewar
2024-03-09
|
*
vim-patch:9.1.0128: win_gotoid() may abort even when not switching a window
Sean Dewar
2024-03-08
|
*
vim-patch:9.1.0119: can move away from cmdwin using win_splitmove()
Sean Dewar
2024-03-08
|
*
vim-patch:9.1.0116: win_split_ins may not check available room
Sean Dewar
2024-03-08
*
|
Merge remote-tracking branch 'origin/fix_repeatcmdline' into mix_20240309
mix_20240309
Josh Rahm
2024-03-09
|
\
\
|
*
|
Change from char_u to char
fix_repeatcmdline
Josh Rahm
2023-11-29
|
*
|
Merge remote-tracking branch 'upstream/master' into fix_repeatcmdline
Josh Rahm
2023-11-29
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/master' into fix_repeatcmdline
Josh Rahm
2023-01-25
|
|
\
\
\
|
*
|
|
|
eval/userfunc.c: save the repeat_cmdline along with the redo buff
Josh Rahm
2022-09-15
*
|
|
|
|
Merge remote-tracking branch 'upstream/master' into userreg
Josh Rahm
2024-03-09
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)
zeertzjq
2024-03-08
|
*
|
|
|
vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)
zeertzjq
2024-03-07
|
*
|
|
|
fix(eval): make has('pythonx') work properly (#27739)
zeertzjq
2024-03-05
|
*
|
|
|
fix(eval): correct failure return value for readfile/blob (#27722)
Sean Dewar
2024-03-03
|
*
|
|
|
vim-patch:9.1.0142: getregion() can be improved (#27662)
zeertzjq
2024-02-29
|
*
|
|
|
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
|
*
|
|
|
vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strange
zeertzjq
2024-02-23
|
*
|
|
|
vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()
zeertzjq
2024-02-23
|
*
|
|
|
vim-patch:9.1.0120: hard to get visual region using Vim script
zeertzjq
2024-02-23
|
*
|
|
|
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
|
*
|
|
|
Merge pull request #27511 from bfredl/maparena
bfredl
2024-02-18
|
|
\
\
\
\
|
|
*
|
|
|
refactor(api): use an arena for mappings
bfredl
2024-02-18
|
*
|
|
|
|
fix(eval): skip over v:lua properly (#27517)
zeertzjq
2024-02-18
|
|
/
/
/
/
|
*
|
|
|
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
|
*
|
|
|
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
|
*
|
|
|
vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)
zeertzjq
2024-02-13
|
*
|
|
|
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
|
*
|
|
|
vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)
zeertzjq
2024-02-03
|
*
|
|
|
vim-patch:9.0.1105: code is indented too much (#27314)
zeertzjq
2024-02-03
|
*
|
|
|
vim-patch:8.2.0085: dead code in builtin functions (#27281)
zeertzjq
2024-02-01
|
*
|
|
|
vim-patch:9.1.0049: Make "[Command Line]" a special buffer name
Sean Dewar
2024-01-28
|
*
|
|
|
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
|
*
|
|
|
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
|
*
|
|
|
fix(eval): properly support checking v:lua function in exists() (#27124)
Raphael
2024-01-22
|
*
|
|
|
vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)
zeertzjq
2024-01-16
|
*
|
|
|
refactor(IWYU): fix headers
dundargoc
2024-01-11
|
*
|
|
|
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
|
*
|
|
|
refactor: remove redundant struct names
dundargoc
2024-01-02
|
*
|
|
|
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
|
*
|
|
|
refactor: follow style guide
dundargoc
2023-12-30
|
*
|
|
|
docs: small fixes (#26651)
dundargoc
2023-12-28
|
*
|
|
|
refactor: follow style guide
dundargoc
2023-12-24
[prev]
[next]