aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* Change from char_u to charfix_repeatcmdlineJosh Rahm2023-11-29
* Merge remote-tracking branch 'upstream/master' into fix_repeatcmdlineJosh Rahm2023-11-29
|\
| * refactor: fix headers with IWYUdundargoc2023-11-28
| * refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
| * refactor: rename types.h to types_defs.hdundargoc2023-11-27
| * build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
| * refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
| * refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
| * refactor: remove __clang_analyzer__ macrodundargoc2023-11-21
| * refactor: enable formatting for ternariesdundargoc2023-11-20
| * refactor: follow style guidedundargoc2023-11-19
| * build: remove PVSdundargoc2023-11-12
| * refactor: remove redundant castsdundargoc2023-11-11
| * refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
| * refactor: the long goodbyedundargoc2023-11-05
| * vim-patch:9.0.2050: Vim9: crash with deferred function call and exception (#2...zeertzjq2023-10-19
| * vim-patch:9.0.2044: Vim9: exceptions confuse defered functionszeertzjq2023-10-18
| * feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
| * refactor: the long goodbyedundargoc2023-10-03
| * refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
| * refactor: reorganize option header files (#25437)zeertzjq2023-09-30
| * build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
| * refactor(message): smsg_attr -> smsgbfredl2023-09-29
| * fix: use snprintf instead of sprintfLewis Russell2023-08-31
| * refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
| * vim-patch:8.2.4075: test failureszeertzjq2023-05-08
| * vim-patch:8.2.4073: Coverity warns for using NULL pointerzeertzjq2023-05-08
| * vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)zeertzjq2023-05-04
| * vim-patch:9.0.1505: error when heredoc content looks like heredoc (#23446)zeertzjq2023-05-03
| * vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
| * refactor: uncrustifydundargoc2023-04-26
| * vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt ...zeertzjq2023-04-25
| * fix(userfunc): fix possible out of bound accessAndreas Schneider2023-04-21
| * vim-patch:9.0.1470: deferred functions invoked in unexpected order (#23199)zeertzjq2023-04-19
| * vim-patch:9.0.1469: deferred functions not called from autocommandszeertzjq2023-04-19
| * vim-patch:9.0.1462: recursively calling :defer function if it does :qazeertzjq2023-04-19
| * vim-patch:9.0.0864: crash when using "!!" without a previous shell commandzeertzjq2023-04-18
| * refactor: suppress clang false positives (#23154)zeertzjq2023-04-17
| * vim-patch:9.0.0419: the :defer command does not check the function argumentszeertzjq2023-04-17
| * vim-patch:9.0.0406: deferred functions not invoked when partial func exitszeertzjq2023-04-17
| * vim-patch:8.2.2172: Vim9: number of arguments is not always checked (#23142)zeertzjq2023-04-17
| * vim-patch:9.0.0398: members of funccall_T are inconsistently named (#23123)zeertzjq2023-04-16
| * vim-patch:9.0.1446: unnecessary checks for the "skip" flag when skippingzeertzjq2023-04-16
| * vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
| * vim-patch:9.0.0397: :defer not tested with exceptions and ":qa!"zeertzjq2023-04-16
| * vim-patch:9.0.0390: cannot use a partial with :deferzeertzjq2023-04-16
| * vim-patch:9.0.0379: cleaning up after writefile() is a hasslezeertzjq2023-04-16
| * vim-patch:9.0.0370: cleaning up afterwards can make a function messyzeertzjq2023-04-16
| * vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
| * refactor: remove FC_DEADzeertzjq2023-04-15