aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)zeertzjq2021-11-21
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macroman): get rid of MB_COPY_CHAR macroBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2378: using old C style commentsDundar Göc2021-10-21
* Merge #15994 feat(:source, nvim_exec): script-local scopeJustin M. Keyes2021-10-17
|\
| * feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* refactor: replace sprintf with snprintf #15794dundargoc2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* fix(PVS V576): false positiveJustin M. Keyes2021-09-24
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* fix(eval): partially port v8.2.3284Sean Dewar2021-09-16
* vim-patch:8.2.2712: memory leak when adding to a blob failsSean Dewar2021-09-16
* vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar2021-09-16
* vim-patch:8.2.0829: filter() may give misleading error messageSean Dewar2021-09-15
* vim-patch:8.2.0121: filter() and map() on blob don't workSean Dewar2021-09-15
* vim-patch:8.1.1023: may use NULL pointer when indexing a blobSean Dewar2021-09-15
* vim-patch:8.1.0802: negative index doesn't work for BlobSean Dewar2021-09-15
* vim-patch:8.1.0798: changing a blob while iterating over it works strangelySean Dewar2021-09-15
* vim-patch:8.1.0765: string format of a Blob can't be parsed backSean Dewar2021-09-15
* vim-patch:8.1.0756: copy() does not make a copy of a BlobSean Dewar2021-09-15
* vim-patch:8.1.0738: using freed memory, for loop over blob leaks memorySean Dewar2021-09-15
* vim-patch:8.1.0736: code for Blob not sufficiently testedSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* vim-patch:8.1.1722: error when scriptversion is 2 a making a dictionary accessSean Dewar2021-09-11
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13
| * fix(eval_lambda): cherry-pick leak fix from v8.1.2107Sean Dewar2021-08-12
| * vim-patch:8.1.1878: negative float before method not parsed correctlySean Dewar2021-08-12
| * vim-patch:8.1.1834: cannot use a lambda as a methodSean Dewar2021-08-12
| * vim-patch:8.1.1828: not strict enough checking syntax of method invocationSean Dewar2021-08-12
| * vim-patch:8.1.1820: using expr->FuncRef() does not workSean Dewar2021-08-12
| * vim-patch:8.1.1816: cannot use a user defined function as a methodSean Dewar2021-08-12
| * vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
| * vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
| * fix(eval): cherry-pick emsg changes from v8.1.0736Sean Dewar2021-08-12
* | refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* | perf(map): reduce double pointer indirection to single pointer indirectionBjörn Linse2021-08-22
|/
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23