aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Merge pull request #16862 from seandewar/vim-8.2.2658Sean Dewar2022-02-06
|\
| * feat(eval): port emsg from v8.2.3284Sean Dewar2022-02-05
| * vim-patch:8.2.2661: leaking memory when looping over a stringSean Dewar2022-02-05
| * vim-patch:8.2.2658: :for cannot loop over a stringSean Dewar2022-02-05
* | vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
|/
* vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* [RFC] fix: has('python') error (#17252)Shougo2022-01-31
* Merge pull request #17239 from seandewar/vim-8.2.3629Sean Dewar2022-01-31
|\
| * vim-patch:8.2.3629: command completion in cmdline window uses global commandsSean Dewar2022-01-30
* | vim-patch:8.1.2412: crash when evaluating expression with error (#17109)zeertzjq2022-01-31
|/
* fix(eval): v:lua support for `-` in module namesbb010g2022-01-28
* vim-patch:8.2.0175: crash when removing list element in map()Sean Dewar2022-01-18
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
* Merge pull request #16107 from zeertzjq/vim-8.1.1542Jan Edmund Lazo2021-12-06
|\
| * vim-patch:8.1.1542: an OptionSet autocommand does not get enough infozeertzjq2021-11-22
* | lint (#16526)Jan Edmund Lazo2021-12-05
* | feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* | refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
|/
* 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