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.0.1722: wrong error messages when passing wrong types to count()
zeertzjq
2023-08-18
|
*
|
|
vim-patch:8.2.3867: implementation of some list functions too complicated (#2...
zeertzjq
2023-08-17
|
*
|
|
vim-patch:9.0.0548: reduce() with a compiled lambda could be faster
zeertzjq
2023-08-17
|
*
|
|
vim-patch:9.0.0359: error message for wrong argument type is not specific
zeertzjq
2023-08-17
|
*
|
|
vim-patch:partial:8.2.3849: functions implementing reduce and map are too long
zeertzjq
2023-08-17
|
*
|
|
vim-patch:8.2.3848: cannot use reduce() for a string
zeertzjq
2023-08-17
|
*
|
|
vim-patch:8.2.1969: Vim9: map() may change the list or dict item type
zeertzjq
2023-08-17
|
*
|
|
vim-patch:partial:8.1.1981: the evalfunc.c file is too big (#24490)
zeertzjq
2023-07-26
|
*
|
|
fix(startup): run embedded Nvim with real path (#24282)
zeertzjq
2023-07-08
|
*
|
|
fix(api): disallow some more functions during textlock
Sean Dewar
2023-07-05
|
*
|
|
refactor: remove long
dundargoc
2023-07-03
|
*
|
|
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
|
*
|
|
refactor: fix clang/PVS warnings (#24213)
zeertzjq
2023-06-30
|
*
|
|
refactor: remove some casts to char * (#24200)
zeertzjq
2023-06-29
|
*
|
|
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
|
*
|
|
fix(:let): fix error when applying operator to boolean option (#24030)
zeertzjq
2023-06-15
|
*
|
|
vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...
zeertzjq
2023-06-15
|
*
|
|
vim-patch:8.2.4600: Vim9: not enough test coverage for executing :def functio...
zeertzjq
2023-06-12
|
*
|
|
vim-patch:8.2.3332: Vim9: cannot assign to range in list
zeertzjq
2023-06-12
|
*
|
|
vim-patch:partial:8.2.3335: Vim9: not enough tests run with Vim9
zeertzjq
2023-06-12
|
*
|
|
vim-patch:8.2.2533: Vim9: cannot use a range with :unlet
zeertzjq
2023-06-12
|
*
|
|
vim-patch:8.2.2948: substitute() accepts a number but not a float expression
Sean Dewar
2023-06-12
|
*
|
|
revert: "refactor: eliminate `autocmd_fname_full` global"
zeertzjq
2023-06-07
|
*
|
|
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
|
*
|
|
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
|
*
|
|
vim-patch:9.0.1598: screenchar() and others are wrong with DBCS 'encoding' (#...
zeertzjq
2023-06-02
|
*
|
|
vim-patch:8.2.3689: ex_let_one() is too long (#23830)
zeertzjq
2023-05-30
|
*
|
|
build: remove LOG_LIST_ACTIONS option and related code
dundargoc
2023-05-28
|
*
|
|
refactor: use xstrl{cpy,cat} on IObuff (#23648)
ii14
2023-05-16
|
*
|
|
refactor: remove typval.h from most header files (#23601)
zeertzjq
2023-05-13
|
*
|
|
vim-patch:9.0.1522: some functions give two error messages
zeertzjq
2023-05-08
|
*
|
|
vim-patch:8.2.4075: test failures
zeertzjq
2023-05-08
|
*
|
|
vim-patch:8.2.4073: Coverity warns for using NULL pointer
zeertzjq
2023-05-08
|
*
|
|
vim-patch:9.0.0904: various comment and indent flaws (#23498)
zeertzjq
2023-05-06
|
*
|
|
vim-patch:9.0.0543: insufficient testing for assert and test functions
zeertzjq
2023-05-05
|
*
|
|
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
|
*
|
|
vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile time
zeertzjq
2023-05-05
|
*
|
|
vim-patch:8.2.3221: Vim9: argument types are not checked at compile time (#23...
zeertzjq
2023-05-05
|
*
|
|
vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)
zeertzjq
2023-05-04
|
*
|
|
vim-patch:9.0.0601: too much indent (#23472)
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.2756: Vim9: blob index and slice not implemented yet
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.2344: using inclusive index for slice is not always desired
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.3336: behavior of negative index in list change changed
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.1466: Vim9: cannot index or slice a variable with type "any"
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.1463: Vim9: list slice not supported yet
zeertzjq
2023-05-04
|
*
|
|
vim-patch:8.2.0987: Vim9: cannot assign to [var; var]
zeertzjq
2023-05-04
|
*
|
|
vim-patch:9.0.1505: error when heredoc content looks like heredoc (#23446)
zeertzjq
2023-05-03
|
*
|
|
fix(heredoc): allow missing end marker for scripts
zeertzjq
2023-04-29
|
*
|
|
vim-patch:8.2.0672: heredoc in scripts does not accept lower case marker
zeertzjq
2023-04-29
|
*
|
|
vim-patch:8.2.0578: heredoc for interfaces does not support "trim"
zeertzjq
2023-04-29
[prev]
[next]