aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/vars.c
Commit message (Expand)AuthorAge
* 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
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: suppress clang and PVS warnings (#19940)zeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.2.4754: using cached values after unsetting some environment vari...zeertzjq2022-08-21
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...zeertzjq2022-08-07
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)zeertzjq2022-07-27
* vim-patch:9.0.0066: switching window uneccarily when getting buffer optionszeertzjq2022-07-25
* vim-patch:8.2.4866: duplicate code in "get" functionszeertzjq2022-07-25
* vim-patch:8.2.2969: subtracting from number option fails when result is zerozeertzjq2022-07-25
* vim-patch:8.2.2285: Vim9: cannot set an option to a falsezeertzjq2022-07-25
* vim-patch:8.2.2284: Vim9: cannot set an option to a boolean valuezeertzjq2022-07-25
* vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
* vim-patch:8.2.1469: Vim9: cannot assign string to string optionzeertzjq2022-07-25
* vim-patch:8.2.1489: Vim9: error when setting an option with setbufvar()zeertzjq2022-07-22
* refactor: move f_getbufvar() and f_setbufvar() to eval/vars.czeertzjq2022-07-22
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22