summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-15/+3
* patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar2022-10-101-12/+14
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-091-107/+77
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-071-0/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-7/+1
* patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar2022-09-301-10/+55
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-3/+47
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-1/+1
* patch 9.0.0520: declaring a loop variable at the start of a block is clumsyv9.0.0520Bram Moolenaar2022-09-201-14/+8
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-39/+26
* patch 9.0.0474: fullcommand() test failurev9.0.0474Bram Moolenaar2022-09-151-1/+1
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-0/+21
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-3/+38
* patch 9.0.0375: the footer feature is unusedv9.0.0375Bram Moolenaar2022-09-041-7/+1
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-26/+9
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-4/+1
* patch 9.0.0338: return value of list_append_list() not always checkedv9.0.0338Bram Moolenaar2022-08-311-2/+8
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-17/+5
* patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar2022-08-301-4/+6
* patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar2022-08-301-1/+1
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-271-5/+4
* patch 9.0.0282: a nested timout stops the previous timeoutv9.0.0282Bram Moolenaar2022-08-261-1/+2
* patch 9.0.0280: the builtin termcap list depends on the versionv9.0.0280Bram Moolenaar2022-08-261-14/+2
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-9/+1
* patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar2022-08-261-7/+1
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-251-7/+1
* patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan2022-08-251-1/+1
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-7/+1
* patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan2022-08-221-0/+2
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-7/+1
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-141-1/+6
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-131-63/+81
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-131-0/+134
* patch 9.0.0140: execute() does not use the "legacy" command modifierv9.0.0140Kota Kato2022-08-041-0/+5
* patch 9.0.0113: has() is not strict about parsing the patch versionv9.0.0113K.Takata2022-07-301-12/+19
* patch 9.0.0111: "nocombine" is missing from synIDattr()v9.0.0111Bram Moolenaar2022-07-301-2/+5
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-1/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-6/+5
* patch 9.0.0057: has('patch-xxx') returns truev9.0.0057Bram Moolenaar2022-07-181-1/+1
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-6/+19
* patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq2022-06-291-35/+0
* patch 8.2.5167: get(Fn, 'name') on funcref returns special byte codev8.2.5167Bram Moolenaar2022-06-271-5/+9
* patch 8.2.5152: search() gets stuck with "c" and skip evaluates to truev8.2.5152zeertzjq2022-06-231-0/+3
* patch 8.2.5114: time limit on searchpair() does not work properlyv8.2.5114Bram Moolenaar2022-06-161-3/+7
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-12/+12
* patch 8.2.5089: some functions return a different value on failurev8.2.5089Yegappan Lakshmanan2022-06-141-1/+4
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-16/+2
* patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar2022-05-271-0/+2
* patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy2022-05-261-9/+39
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-21/+3