aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* vim-patch:8.2.0672: heredoc in scripts does not accept lower case markerzeertzjq2023-04-29
* vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* vim-patch:9.0.1492: using uninitialized memory when argument is missing (#23351)zeertzjq2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt ...zeertzjq2023-04-25
* fix(timer): allow timer_info() to get info about current timerzeertzjq2023-04-25
* vim-patch:8.2.5019: cannot get the first screen column of a character (#23312)zeertzjq2023-04-25
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* fix(typval): don't treat v:null as truthy (#23281)zeertzjq2023-04-23
* fix(userfunc): fix possible out of bound accessAndreas Schneider2023-04-21
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* vim-patch:9.0.1470: deferred functions invoked in unexpected order (#23199)zeertzjq2023-04-19
* vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-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.1400: find_file_in_path() is not reentrant (#23146)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
* vim-patch:8.2.2848: crash whn calling partialzeertzjq2023-04-16
* vim-patch:8.2.1945: crash when passing NULL function to reduce()zeertzjq2023-04-16
* refactor: remove FC_DEADzeertzjq2023-04-15
* vim-patch:8.2.4934: string interpolation fails when not evaluatingzeertzjq2023-04-15
* vim-patch:8.2.4930: interpolated string expression requires escapingzeertzjq2023-04-15
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.4840: heredoc expression evaluated even when skippingzeertzjq2023-04-15
* vim-patch:8.2.4783: Coverity warns for leaking memoryzeertzjq2023-04-15
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
* vim-patch:8.2.0103: using null object with execute() has strange effectszeertzjq2023-04-15
* vim-patch:8.2.4055: Vim9: line break in expression causes v:errmsg to be fill...zeertzjq2023-04-14
* vim-patch:8.2.2138: Vim9: "exit_cb" causes Vim to exit (#23087)zeertzjq2023-04-14
* vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
* vim-patch:8.2.1794: no falsy Coalescing operatorzeertzjq2023-04-14
* vim-patch:8.2.3216: Vim9: crash when using variable in a loop at script levelzeertzjq2023-04-14
* vim-patch:8.2.1162: crash when using a lambdazeertzjq2023-04-14
* vim-patch:8.2.1161: Vim9: using freed memoryzeertzjq2023-04-14