aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/vars.c
Commit message (Expand)AuthorAge
* refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque2024-11-25
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)zeertzjq2024-10-13
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* vim-patch:9.0.0003: functions are global while they could be local (#29777)zeertzjq2024-07-17
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0335: String interpolation fails for List type (#28364)zeertzjq2024-04-16
* vim-patch:9.1.0313: Crash when using heredoc with comment in command blockzeertzjq2024-04-14
* vim-patch:9.1.0312: heredocs are not supported for :commandszeertzjq2024-04-14
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* vim-patch:8.2.4395: some code lines not covered by tests (#28248)zeertzjq2024-04-09
* vim-patch:8.2.0981: Vim9: cannot compile "[var, var] = list" (#28247)zeertzjq2024-04-09
* vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)zeertzjq2024-02-13
* vim-patch:8.2.0085: dead code in builtin functions (#27281)zeertzjq2024-02-01
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(options): split `get_option_value()` into smaller functionsFamiu Haque2023-12-07
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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