aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* fix(remote): make compile againCharlie Groves2022-03-11
* feat(remote): add basic --remote supportCharlie Groves2022-03-11
* refactor(decorations): move provider codeLewis Russell2022-03-10
* refactor: fix clang-tidy bugprone-signed-char-misuse warningsDundar Göc2022-03-04
* refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
* fix: enable filetype detection and syntax highlighting with --clean (#17566)Gregory Anders2022-03-01
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* refactor: source ftplugin.vim separately from filetype.vim (#17129)Gregory Anders2022-01-18
* refactor: enable filetype detection before user startup scripts (#17040)Gregory Anders2022-01-17
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move preserve_exit() to related functions in main.cBjörn Linse2021-12-09
* fix: remove double slash in sysinit pathglacambre2021-11-03
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-21
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
|/
* feat(startup): load builtin plugins with --clean #15893Gregory Anders2021-10-04
* fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
* refactor: format with uncrustify #15741dundargoc2021-09-22
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* docs: naming conventionsJustin M. Keyes2021-09-09
* feat(defaults): limit syntax cost on CmdwinEnter #15401Gregory Anders2021-09-02
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22