aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/userfunc.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
* vim-patch:8.2.4055: Vim9: line break in expression causes v:errmsg to be fill...zeertzjq2023-04-14
* vim-patch:8.2.2138: Vim9: "exit_cb" causes Vim to exit (#23087)zeertzjq2023-04-14
* vim-patch:8.2.1162: crash when using a lambdazeertzjq2023-04-14
* vim-patch:8.2.1161: Vim9: using freed memoryzeertzjq2023-04-14
* vim-patch:8.2.1110: Vim9: line continuation does not work in function argumentszeertzjq2023-04-14
* vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq2023-04-14
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-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: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* vim-patch:8.2.1067: expression "!expr->func()" does not work (#22585)zeertzjq2023-03-09
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* vim-patch:9.0.1246: code is indented more than necessary (#22006)zeertzjq2023-01-26
* 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: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* 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
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:8.2.1210: using ht_used when looping through a hashtab is less reli...zeertzjq2022-12-17
* vim-patch:8.2.3889: duplicate code for translating script-local function namezeertzjq2022-12-03
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: remove old TODO comments that aren't relevant anymore (#21144)dundargoc2022-11-22
* vim-patch:8.2.5167: get(Fn, 'name') on funcref returns special byte code (#21...zeertzjq2022-11-19
* vim-patch:8.2.0469: Vim9: no error for missing ] after listzeertzjq2022-11-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | vim-patch:8.2.3756: might crash when callback is not validzeertzjq2022-11-07
* | vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
* | vim-patch:8.2.3705: cannot pass a lambda name to function() or funcref()zeertzjq2022-11-07
|/
* fix(eval): change some tv_dict_add() usages back to hash_add()zeertzjq2022-11-06
* vim-patch:8.2.0502: Vim9: some code is not testedzeertzjq2022-11-05
* docs: fix typosdundargoc2022-11-02
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* vim-patch:8.2.3408: can delete a numbered functionzeertzjq2022-10-27