aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* vim-patch:8.2.1269: language and locale code spread out (#19964)zeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:8.2.0674: some source files are too big (#19959)zeertzjq2022-08-26
* vim-patch:8.1.2331: the option.c file is still very big (#19954)zeertzjq2022-08-26
* vim-patch:9.0.0036: 'fillchars' cannot have window-local valueszeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* 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.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.2.3619: cannot use a lambda for 'operatorfunc' (#19846)zeertzjq2022-08-20
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* vim-patch:8.1.2081: the spell.c file is too big (#19767)zeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:9.0.0176: checking character options is duplicated and incomplete (...zeertzjq2022-08-09
* fix(fillchars): change fallback after setcellwidths()zeertzjq2022-08-08
* vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidzeertzjq2022-08-08
* refactor: replace char_u with charDundar Goc2022-07-31
* vim-patch:9.0.0096: flag "new_value_alloced" is always truezeertzjq2022-07-28
* vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)zeertzjq2022-07-27
* vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* Merge pull request #19445 from famiu/fix/local_winbar_tabsbfredl2022-07-20
|\
| * fix: local winbar with tabsFamiu Haque2022-07-20
* | vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
|/
* fix: remote UI may get invalid 'pumblend' value #19379Natasha England-Elbro2022-07-15
* feat: add 'mousescroll' option (#12355)Jay2022-07-06
* refactor: replace char_uDundar Goc2022-07-02
* refactor: replace char_u #18429dundargoc2022-06-28
* fix(spell): make setting 'encoding' clear word listzeertzjq2022-06-27
* perf(map): avoid extraneous heap allocations when setting mappingsbfredl2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* feat: cmdheight=0 #16251Shougo2022-06-13
* vim-patch:8.2.5070: unnecessary codezeertzjq2022-06-09
* vim-patch:8.2.5066: lcs-leadmultispacezeertzjq2022-06-09