aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/vars.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4934: string interpolation fails when not evaluatingzeertzjq2023-04-15
* vim-patch:8.2.4930: interpolated string expression requires escapingzeertzjq2023-04-15
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.4840: heredoc expression evaluated even when skippingzeertzjq2023-04-15
* vim-patch:8.2.4783: Coverity warns for leaking memoryzeertzjq2023-04-15
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
* vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
* vim-patch:8.2.3216: Vim9: crash when using variable in a loop at script levelzeertzjq2023-04-14
* vim-patch:8.2.1079: Vim9: no line break allowed in a while loopzeertzjq2023-04-14
* vim-patch:8.2.1076: Vim9: no line break allowed in :if expressionzeertzjq2023-04-14
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* vim-patch:9.0.1447: condition is always truezeertzjq2023-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
* fix(eval): prevent double-free in garbage collection (#22990)zeertzjq2023-04-10
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: make error message definitions constii142023-04-05
* 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
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* vim-patch:9.0.1271: using sizeof() and subtract array size is tricky (#22087)zeertzjq2023-02-01
* 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 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
* vim-patch:9.0.1137: some conditions are always false (#21628)zeertzjq2023-01-03
* vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* 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
* 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.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
|/
* vim-patch:9.0.0355: check for uppercase char in autoload name is wrongzeertzjq2022-11-06
* fix(eval): change some tv_dict_add() usages back to hash_add()zeertzjq2022-11-06
* vim-patch:8.2.1274: Vim9: no error for missing white space at script levelzeertzjq2022-11-06
* vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letterzeertzjq2022-10-28
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31