summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar2022-02-221-0/+1
* patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar2022-02-221-1/+38
* patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar2022-02-221-86/+80
* patch 8.2.4435: dead code in checking map() argumentsv8.2.4435Bram Moolenaar2022-02-211-1/+0
* patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar2022-02-211-1/+3
* patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar2022-02-201-2/+4
* patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar2022-02-201-24/+56
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-12/+12
* patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar2022-02-131-1/+1
* patch 8.2.4354: dynamic loading of libsodium not handled properlyv8.2.4354K.Takata2022-02-121-1/+5
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-1/+1
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-071-1/+4
* patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar2022-02-071-0/+3
* patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar2022-02-051-1/+22
* patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar2022-02-051-20/+30
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-041-1/+1
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-4/+31
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-011-38/+155
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-311-9/+0
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-34/+1
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-2/+0
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-301-10/+2
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-7/+0
* patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-291-1/+1
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-0/+2
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-4/+4
* patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar2022-01-271-4/+13
* patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan2022-01-271-0/+4
* patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar2022-01-261-1/+6
* patch 8.2.4224: Vim9: no error when using a number for map() second argumentv8.2.4224Bram Moolenaar2022-01-261-19/+45
* patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar2022-01-221-0/+24