aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | vim-patch:8.2.3813: confusing error when using :cc without error list (#19978)zeertzjq2022-08-28
|/
* 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
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:partial:8.2.4001: insert complete code uses global variableszeertzjq2022-08-25
* feat(highlight)!: error on invalid names and allow '.' and '@'Lewis Russell2022-08-24
* vim-patch:9.0.0234: cannot make difference between :normal end and argument c...zeertzjq2022-08-21
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esczeertzjq2022-08-15
* refactor: move menu non-symbols to menu_defs.h (#19778)zeertzjq2022-08-15
* refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:9.0.0176: checking character options is duplicated and incomplete (...zeertzjq2022-08-09
* vim-patch:8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidzeertzjq2022-08-08
* vim-patch:8.2.1278: Vim9: line break after "->" only allowed in :def functionzeertzjq2022-08-07
* vim-patch:9.0.0118: no test for what patch 9.0.0155 fixeszeertzjq2022-07-31
* vim-patch:9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowShougo Matsushita2022-07-31
* vim-patch:8.2.4731: the changelist index is not remembered per bufferzeertzjq2022-07-23
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :globalzeertzjq2022-07-08
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* refactor: remove unnecessary volatile #19210erw72022-07-04
* fix(jobs): deadlock in channel.c:exit_event #19082erw72022-07-02
* refactor(fold): style #19175Lewis Russell2022-07-02
* vim-patch:8.1.0695: internal error when using :popupzeertzjq2022-07-01
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
|/
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: grid->rows and grid->colsbfredl2022-05-18
* vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)zeertzjq2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
|\ \ | |/ |/|
| * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* | vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
|/
* refactor: enable -Wconversion warning for edit.cDundar Goc2022-05-06
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* feat(api): support handling stdin stream in remote uihlpr982022-05-02