aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1726: older MSVC doesn't support declarations halfway a blockJan Edmund Lazo2019-06-19
* main: do event_init before early_init #10183Daniel Hahler2019-06-12
* Merge #9829 'startup: remove TUI init special-case'Justin M. Keyes2019-06-04
|\
| * main.c: Change to use redraw_later(VALID)erw72019-06-04
| * Fix issue where test failserw72019-06-04
| * [skip appveyor] Fix clint issueerw72019-06-04
| * main.c: Change TUI to initialize like GUIerw72019-06-04
| * main.c: fixes #7967erw72019-06-04
|/
* Resolved compile warnings & fixed lot of style related to sign apiAndrej Zieger2019-05-26
* vim-patch:8.1.0644: finding next sign ID is inefficientAndrej Zieger2019-05-26
* vim-patch:8.1.1231: asking about existing swap file unnecessarilyJustin M. Keyes2019-04-29
* vim-patch:8.0.0716: "--clean", 'shadafile' #9907Justin M. Keyes2019-04-15
* startup: -es/-Es (silent/batch mode): skip swapfile #8540Justin M. Keyes2019-04-10
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* vim-patch:8.0.0629: set `starting` earlierRaphaël Colin2019-03-30
* floats: implement floating windowsBjörn Linse2019-03-02
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* screen: cleanup allocation, clearing and validationBjörn Linse2019-02-07
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* build: enable -WshadowJustin M. Keyes2019-01-02
* startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it existsJames McCoy2018-12-16
* api: implement object namespacesBjörn Linse2018-11-24
* Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\
| * src/nvim/eval.cMichaHoffmann2018-10-07
| * add func_attr_printf in :MichaHoffmann2018-09-24
* | Fix crash if --embed is used more than onceJames McCoy2018-10-03
* | lintJan Edmund Lazo2018-09-29
* | globals: arg_had_last is boolJan Edmund Lazo2018-09-29
|/
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* startup: wait for embedder before executing startup commands and filesBjörn Linse2018-09-18
* loop_close: Drain thread_events (#8990)Justin M. Keyes2018-09-16
* lintJan Edmund Lazo2018-09-06
* main: advance in edit_buffers() is boolJan Edmund Lazo2018-09-06
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* vim-patch:8.0.1792: MS-Windows users expect -? to work like --helpJan Edmund Lazo2018-09-04
* vim-patch:8.0.1404: invalid memory access on exitJan Edmund Lazo2018-08-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* main: fix FALLTHROUGH hints (#8623)John Dallahan2018-06-22
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* startup: delete empty stdin buffer if other files were openedJustin M. Keyes2018-06-18
* startup: go to buffer 2 if stdin is emptyJustin M. Keyes2018-06-18
* startup: fix -E/-Es without `-u NONE`Justin M. Keyes2018-06-17
* Ex mode: use getexline() instead of getexmodeline()Justin M. Keyes2018-06-17
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11