summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-07patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita
2022-05-05patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-04-28patch 8.2.4841: empty string considered an error for expand()v8.2.4841Bram Moolenaar
2022-04-28patch 8.2.4838: checking for absolute path is not trivialv8.2.4838LemonBoy
2022-04-25patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael
2022-04-24patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael
2022-04-17patch 8.2.4769: build warning with UCRTv8.2.4769Bram Moolenaar
2022-04-16patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan
2022-04-15patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-12patch 8.2.4740: when expand() fails there is no error messagev8.2.4740Bram Moolenaar
2022-04-10patch 8.2.4731: the changelist index is not remembered per bufferv8.2.4731LemonBoy
2022-04-03patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan
2022-04-03patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar
2022-04-02patch 8.2.4669: in compiled code len('string') is not inlinedv8.2.4669LemonBoy
2022-04-02patch 8.2.4667: expandcmd() fails on an errorv8.2.4667Yegappan Lakshmanan
2022-03-06patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan
2022-02-23patch 8.2.4459: Vim9: compiling sort() call fails with unknown argumentsv8.2.4459Bram Moolenaar
2022-02-23patch 8.2.4458: Vim9: compiling filter() call fails with unknown argumentsv8.2.4458Bram Moolenaar
2022-02-23patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar
2022-02-23patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar
2022-02-22patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar
2022-02-22patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar
2022-02-22patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar
2022-02-21patch 8.2.4435: dead code in checking map() argumentsv8.2.4435Bram Moolenaar
2022-02-21patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar
2022-02-20patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar
2022-02-20patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-13patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar
2022-02-12patch 8.2.4354: dynamic loading of libsodium not handled properlyv8.2.4354K.Takata
2022-02-08patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan
2022-02-07patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar
2022-02-07patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar
2022-02-05patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar
2022-02-05patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar
2022-02-04patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-02-01patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar
2022-01-31patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-31patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok
2022-01-30patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-29patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-27patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar