aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse2021-08-22
* refactor(syntax): don't use pointer indirected maps for no reasonBjörn Linse2021-08-22
* perf(highlight): use a hashtable for highlight group namesBjörn Linse2021-08-19
* feat(defaults): map Y to y$ #13268Matthieu Coudron2021-08-15
* Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-30
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* | fix(highlight): remove syncolor.vimGregory Anders2021-07-27
|/
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* Merge pull request #14311 from matveyt/nomode_ceBjörn Linse2021-07-25
|\
| * Remove EXMODE_NORMALmatveyt2021-07-23
* | fix: source syncolors.vim after startup scriptsGregory Anders2021-07-24
* | Merge pull request #14771 from gpanders/colorschemeBjörn Linse2021-07-22
|\ \ | |/ |/|
| * fix: source syncolors.vim before startup scriptsGregory Anders2021-07-14
* | refactor(lua): initialize lua state at startup instead of dynamicallyBjörn Linse2021-07-19
|/
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)Justin M. Keyes2021-07-03
* refactor(startup): Load init.lua with do_sorceshadmansaleh2021-06-13
* refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
* feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
* startup: do "syntax enable" instead of "syntax on"Björn Linse2021-04-30
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* remove -Z entry from --helpsrafi12021-01-15
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* | vim-patch:8.2.0769: VimLeavePre not triggered when Vim is terminatedJan Edmund Lazo2020-12-22
* | vim-patch:8.1.1872: when Vim exits because of a signal, VimLeave is not trigg...Jan Edmund Lazo2020-12-20
|/
* vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)Jan Edmund Lazo2020-12-11
* vim-patch:8.2.1833: when reading from stdin dup() is called twice (#13498)Jan Edmund Lazo2020-12-09