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.4402: missing parenthesis may cause unexpected problems
Brian Leung
2022-04-03
*
[RFC] vim-patch:8.1.1378: delete() can not handle a file name that looks liâ€...
Shougo
2022-04-03
*
vim-patch:8.1.1687: the evalfunc.c file is too big (#17949)
Lewis Russell
2022-04-03
*
vim-patch:8.2.3449: sort fails if the sort compare function returns 999 (#17909)
dundargoc
2022-03-30
*
vim-patch:8.2.1078: highlight and match functionality together in one file (#...
Lewis Russell
2022-03-23
*
vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)
Lewis Russell
2022-03-23
*
vim-patch:8.1.1742: still some match functions in evalfunc.c
Lewis Russell
2022-03-20
*
vim-patch:8.1.1734: the evalfunc.c file is too big
Lewis Russell
2022-03-20
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
Merge pull request #17266 from famiu/feat/ui/global-statusline
bfredl
2022-03-17
|
\
|
*
feat: add support for global statusline
Famiu Haque
2022-03-18
*
|
chore: fix typos (#17670)
dundargoc
2022-03-17
*
|
vim-patch:8.2.4568: getmousepos() does not compute the column below the last ...
Sean Dewar
2022-03-15
*
|
vim-patch:8.2.4559: getmousepos() returns the screen column
Sean Dewar
2022-03-15
*
|
vim-patch:8.2.4555: getmousepos() returns the wrong column
Sean Dewar
2022-03-15
*
|
vim-patch:8.2.1401: cannot jump to the last used tabpage
Sean Dewar
2022-03-14
*
|
refactor(eval/funcs): convert function comments to doxygen format
Dundar Göc
2022-03-14
*
|
vim-patch:8.1.0892: failure when closing a window when location list is in use
VVKot
2022-03-13
*
|
refactor(uncrustify): disable uncrustify for misformatted code sections
Dundar Göc
2022-03-10
*
|
chore(lgtm): fix "empty block without comment" warnings
Dundar Göc
2022-03-09
*
|
Merge pull request #17622 from dundargoc/refactor/clang-tidy/remove-redundant...
zeertzjq
2022-03-09
|
\
\
|
*
|
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
|
|
fix(api): highlight attribute for underline
Kirill Chibisov
2022-03-06
|
/
/
*
|
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
James McCoy
2022-03-05
|
\
\
|
*
|
fix: bounds check for underdot
Kirill Chibisov
2022-03-05
|
*
|
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
|
|
refactor: fix clang-tidy bugprone-signed-char-misuse warnings
Dundar Göc
2022-03-04
|
/
/
*
|
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
|
refactor(aucmd_win): remove need to restore window layout
Sean Dewar
2022-02-23
*
|
vim-patch:8.2.4427: getchar() may return modifiers if no character is available
zeertzjq
2022-02-21
|
/
*
vim-patch:8.2.3510: changes are only detected with one second accuracy
zeertzjq
2022-02-13
*
vim-patch:8.2.2342: "char" functions may return wrong column in Insert mode
zeertzjq
2022-02-12
*
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
[next]