summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-191-0/+6
* patch 8.2.4958: a couple conditions are always truev8.2.4958=?UTF-8?q?Dundar=20G=C3=B6c?=2022-05-151-28/+25
* patch 8.2.4927: return type of remove() incorrect when using three argumentsv8.2.4927Bram Moolenaar2022-05-091-1/+6
* patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-0/+4
* patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy2022-05-051-1/+3
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-2/+17
* patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar2022-04-281-1/+1
* patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy2022-04-281-0/+2
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-251-2/+2
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-241-0/+2
* patch 8.2.4769: build warning with UCRTv8.2.4769Bram Moolenaar2022-04-171-1/+3
* patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan2022-04-161-1/+1
* patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy2022-04-151-2/+2
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+1
* patch 8.2.4740: when expand() fails there is no error messagev8.2.4740Bram Moolenaar2022-04-121-3/+8
* patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy2022-04-101-6/+19
* patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan2022-04-031-5/+17
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-14/+2
* patch 8.2.4669: in compiled code len('string') is not inlinedv8.2.4669LemonBoy2022-04-021-2/+1
* patch 8.2.4667: expandcmd() fails on an errorv8.2.4667Yegappan Lakshmanan2022-04-021-4/+3
* patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan2022-03-061-8/+3
* patch 8.2.4459: Vim9: compiling sort() call fails with unknown argumentsv8.2.4459Bram Moolenaar2022-02-231-0/+2
* patch 8.2.4458: Vim9: compiling filter() call fails with unknown argumentsv8.2.4458Bram Moolenaar2022-02-231-0/+2
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-231-1/+5
* patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar2022-02-231-1/+0