aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)zeertzjq2025-01-18
* refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell2025-01-16
* feat(terminal): support theme update notifications (DEC mode 2031) (#31999)Gregory Anders2025-01-14
* fix(options): better handling of empty valuesLewis Russell2025-01-13
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369)zeertzjq2024-11-28
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(options): use os_win/os_buf for local options (#31060)zeertzjq2024-11-08
* refactor(options): remove fileformat macrosFamiu Haque2024-11-05
* vim-patch:9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocalzeertzjq2024-11-03
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* refactor(options): always allocate option values (#30917)Famiu Haque2024-10-27
* fix(options): missing error check for global 'scl' and 'winhl' (#30919)zeertzjq2024-10-24
* vim-patch:9.1.0806: tests: no error check when setting global 'briopt'zeertzjq2024-10-24
* vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq2024-10-24
* vim-patch:9.1.0803: tests: no error check when setting global 'isk'zeertzjq2024-10-24
* vim-patch:9.1.0802: tests: no error check when setting global 'fdm' to empty ...zeertzjq2024-10-24
* fix(options): fix :setglobal not working for 'spelloptions' (#30894)zeertzjq2024-10-22
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* fix(options): fix some 'belloff' flags not working properly (#30856)zeertzjq2024-10-18
* vim-patch:9.1.0783: 'spell' option setting has problems (#30818)zeertzjq2024-10-15
* vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq2024-09-19
* vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682)zeertzjq2024-07-13
* vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq2024-07-07
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq2024-06-05
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' (#27...zeertzjq2024-03-02
* vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682)zeertzjq2024-03-01
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:9.1.0074: did_set_breakat() should be in optionstr.czeertzjq2024-02-04
* vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* refactor(options): move some functions from options.c to option.cFamiu Haque2023-12-23