aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* 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
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: pre-incr to post-incrLewis Russell2022-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.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
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* refactor: replace char_uDundar Goc2022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(highlight): use binary search to lookup RGB color namesbfredl2022-06-23
* fix(startup): nvim with --clean should not load user rpluginsbfredl2022-06-04
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* feat(api): support handling stdin stream in remote uihlpr982022-05-02
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* refactor: replace char_u variables and functions with charDundar Goc2022-04-25
* vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)zeertzjq2022-03-30
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* feat(ui): invoke ui client handlersbfredl2022-03-15
* feat(ui): connect to remote ui (only debug messages for now)bfredl2022-03-12
* refactor(main): separate connection code from --remote execution codeBjörn Linse2022-03-12
* fix(remote): use STATIC_CSTR_AS_STRINGCharlie Groves2022-03-11
* fix(remote): respect silent in error reportingCharlie Groves2022-03-11
* fix(remote): report connection error, missing return valuesCharlie Groves2022-03-11
* fix(remote): report on missing wait commands, typecheck lua resultsCharlie Groves2022-03-11
* test(remote): add tests for --remoteCharlie Groves2022-03-11