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
/
funcs.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.0918: duplicate code for evaluating expression argument
Sean Dewar
2022-02-12
*
vim-patch:8.2.0915: search() cannot skip over matches like searchpair() can
Sean Dewar
2022-02-12
*
Merge pull request #16553 from seandewar/vim-8.2.0878
Sean Dewar
2022-02-08
|
\
|
*
vim-patch:8.2.1083: crash when using reduce() on a NULL list
Sean Dewar
2022-01-31
|
*
vim-patch:8.2.1051: crash when changing a list while using reduce() on it
Sean Dewar
2022-01-31
|
*
vim-patch:8.2.0882: leaking memory when using reduce()
Sean Dewar
2022-01-31
|
*
feat(eval): partially port v8.2.0878
Sean Dewar
2022-01-31
*
|
vim-patch:8.2.1726: fuzzy matching only works on strings
Sean Dewar
2022-02-07
*
|
Merge pull request #17305 from zeertzjq/vim-8.2.1741
zeertzjq
2022-02-07
|
\
\
|
*
|
vim-patch:8.2.1741: pathshorten() only supports using one character
zeertzjq
2022-02-06
*
|
|
Merge pull request #17279 from zeertzjq/state-enter-vpeekc
bfredl
2022-02-06
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix(event-loop): call vpeekc() directly first to check for character
zeertzjq
2022-02-03
|
|
/
*
|
vim-patch:8.2.2363: curpos() does not accept a string argument as before
zeertzjq
2022-02-06
*
|
vim-patch:8.2.2324: not easy to get mark en cursor posotion by character count
zeertzjq
2022-02-06
*
|
vim-patch:8.2.1727: a popup created with "cursorline" will ignore "firstline"
zeertzjq
2022-02-06
*
|
vim-patch:8.2.0233: crash when using garbagecollect() in between rand()
Sean Dewar
2022-02-05
*
|
vim-patch:8.1.2356: rand() does not use the best algorithm
Sean Dewar
2022-02-05
*
|
vim-patch:8.1.2343: using time() for srand() is not very random
Sean Dewar
2022-02-05
*
|
vim-patch:8.1.2342: random number generator in Vim script is slow
Sean Dewar
2022-02-05
*
|
Merge pull request #17272 from zeertzjq/vim-8.1.0846
zeertzjq
2022-02-04
|
\
\
|
*
|
vim-patch:8.1.0846: not easy to recognize the system Vim runs on
zeertzjq
2022-02-04
|
|
/
*
|
fix(api/nvim_win_call): share common win_execute logic
Sean Dewar
2022-02-03
*
|
vim-patch:8.2.4026: ml_get error with specific win_execute() command
Sean Dewar
2022-02-03
*
|
vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selection
Sean Dewar
2022-02-03
|
/
*
feat(provider)!: remove support for python2 and python3.[3-5]
Björn Linse
2022-01-29
*
vim-patch:8.2.4052: not easy to resize a window from a plugin (#17028)
Daniel Steinberg
2022-01-29
*
refactor: add `static` to some functions in `funcs.c` (#17030)
Daniel Steinberg
2022-01-29
*
Merge pull request #15910 from glacambre/silent_stdioopen
bfredl
2022-01-24
|
\
|
*
feat(--headless): add on_print callback to stdioopen
glacambre
2022-01-24
*
|
vim-patch:8.2.3956: duplicate assignment
Dundar Göc
2022-01-01
*
|
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
|
vim-patch:8.2.3882: more duplicated code in f_getreginfo()
zeertzjq
2021-12-24
*
|
vim-patch:8.2.3879: getreg() and getregtype() contain dead code
zeertzjq
2021-12-24
*
|
refactor: remove some chdir-related unnecessary calls and checks
zeertzjq
2021-12-20
*
|
feat(autocmd): add Recording autocmds
Thomas Vigouroux
2021-12-18
|
/
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:7.4.1777
Sean Dewar
2021-11-26
*
Merge pull request #16362 from zeertzjq/vim-8.2.3617
Jan Edmund Lazo
2021-11-21
|
\
|
*
vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is used
zeertzjq
2021-11-19
*
|
vim-patch:8.2.3638: getcompletion() always passes zero as position (#16387)
ii14
2021-11-21
*
|
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
|
fix(eval): fixup for empty modifier in fnamemodify (#16368)
Christian Clason
2021-11-19
|
/
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
refactor(macroman): get rid of MB_COPY_CHAR macro
Björn Linse
2021-11-14
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
fix(eval): fix has('wsl') #16153
erw7
2021-10-29
*
refactor(api): break out vim_to_object/object_to_vim to own file
Björn Linse
2021-10-29
[next]