aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(PVS/V1048): remove duplicated assignments (#21873)Lucas Merritt2023-03-25
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* vim-patch:9.0.0430: cannot use repeat() with a blobzeertzjq2023-02-28
* vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
* Merge #22382 has('gui_running')Justin M. Keyes2023-02-28
|\
| * feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* | vim-patch:8.2.2782: Vim9: blob operations not fully testedzeertzjq2023-02-28
|/
* vim-patch:8.2.2336: Vim9: not possible to extend dictionary with different ty...zeertzjq2023-02-27
* vim-patch:9.0.0204: indexof() may leak memoryzeertzjq2023-02-27
* vim-patch:partial:9.0.0202: code and help for indexof() is not idealzeertzjq2023-02-27
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.4629: flattennew() makes a deep copy unnecessarilyzeertzjq2023-02-24
* vim-patch:8.2.4627: flatten() does not use maxdepth correctlyzeertzjq2023-02-24
* vim-patch:8.2.2449: Vim9: flatten() always changes the list typezeertzjq2023-02-24
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor!: remove has("debug") (#22060)dundargoc2023-01-30
* vim-patch:9.0.1231: completion of :runtime does not handle {where} argumentzeertzjq2023-01-26
* vim-patch:9.0.1245: code is indented more than necessary (#21998)zeertzjq2023-01-26
* feat!: make iconv a non-optional depLewis Russell2023-01-23
* vim-patch:9.0.1233: search() loops forever if "skip" is TRUE for all matches ...zeertzjq2023-01-23
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* Merge pull request #21704 from bfredl/nofreebfredl2023-01-09
|\
| * fix(rpc): don't free args on error in rpc_send_eventbfredl2023-01-09
* | refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
|/
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* feat!: remove hardcopyLewis Russell2023-01-03
* vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* refactor(f_has): remove wrong comment (#21561)zeertzjq2022-12-28
* fix(options): restore exists() behavior for options (#21510)zeertzjq2022-12-23