aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/vars.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into userreguserregJosh Rahm2023-11-29
|\
| * refactor: fix headers with IWYUdundargoc2023-11-28
| * refactor: rename types.h to types_defs.hdundargoc2023-11-27
| * build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
| * build: rework IWYU mapping filesdundargoc2023-11-25
| * refactor: iwyu (#26062)zeertzjq2023-11-16
| * build: remove PVSdundargoc2023-11-12
| * refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
| * refactor: the long goodbyedundargoc2023-11-05
| * refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
| * refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
| * refactor: reorganize option header files (#25437)zeertzjq2023-09-30
| * build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
| * refactor(message): msg_puts_attr_len -> msg_puts_lenbfredl2023-09-29
| * refactor: remove longdundargoc2023-09-29
| * refactor(messages): fold msg_attr into msgbfredl2023-09-27
| * refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
| * fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
| * docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
| * fix(:let): fix error when applying operator to boolean option (#24030)zeertzjq2023-06-15
| * vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...zeertzjq2023-06-15
| * vim-patch:8.2.4600: Vim9: not enough test coverage for executing :def functio...zeertzjq2023-06-12
| * vim-patch:8.2.2533: Vim9: cannot use a range with :unletzeertzjq2023-06-12
| * refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
| * vim-patch:8.2.3689: ex_let_one() is too long (#23830)zeertzjq2023-05-30
| * vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
| * fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
| * vim-patch:8.2.0672: heredoc in scripts does not accept lower case markerzeertzjq2023-04-29
| * vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
| * refactor: uncrustifydundargoc2023-04-26
| * 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