aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* autocmd: rename "once" => "-once" #9713Justin M. Keyes2019-03-11
* TUI/background detection: hook into VimEnter eventJustin M. Keyes2019-03-11
* autocmd: introduce "once" featureJustin M. Keyes2019-03-10
* vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* floating-window: fix crash setting cmdheight #9685erw72019-03-09
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* edit.c: Disable indent during completionlePerdu2019-03-03
* Merge pull request #9667 from bfredl/wincloseBjörn Linse2019-03-03
|\
| * api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* | test: multibyte env var names #9655Justin M. Keyes2019-03-03
|/
* Merge pull request #6619 from bfredl/floatingBjörn Linse2019-03-02
|\
| * floats: implement floating windowsBjörn Linse2019-03-02
* | search.c: remove dead code #5307Justin M. Keyes2019-03-02
|/
* API/buffer-updates: always detach on buf-reload #9643KillTheMule2019-03-01
* test: fix isCI() for QuickbuildJustin M. Keyes2019-03-01
* test/env: multibyte env var to child processerw72019-02-28
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* os_getenv, os_setenv: revert "widechar" implJustin M. Keyes2019-02-26
* os_setenv: use _wputenv_s; remove vestigial code #7920Justin M. Keyes2019-02-25
* TUI: rework background-color detectionJustin M. Keyes2019-02-22
* Merge #5027 'TUI: detect background color'Justin M. Keyes2019-02-17
|\
| * Merge #5027 'TUI: detect background color'Justin M. Keyes2019-01-17
| |\
| | * Add tests for terminal background detectionJosh Triplett2016-07-24
* | | Merge #9593 'API: nvim_create_buf: "scratch" param'Justin M. Keyes2019-02-17
|\ \ \
| * | | API: nvim_create_buf: add `scratch` parameterJustin M. Keyes2019-02-17
* | | | terminal: Fix potential invalid local 'scrollback' (#9605)Justin M. Keyes2019-02-17
|/ / /
* | | UI: change implementation of hl_rgb2cterm_color()Justin M. Keyes2019-02-12
* | | highlight: handle blending with gui=reverse and guisp attributesBjörn Linse2019-02-11
* | | ui: implement ext_messagesBjörn Linse2019-02-10
* | | api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* | | UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* | | UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* | | Merge #9560 from justinmk/Wmissing-prototypesJustin M. Keyes2019-02-04
|\ \ \
| * | | build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* | | | options: set 'scrollback' to -1 by default #9563Marco Hinz2019-02-04
* | | | events: add "Signal" event #9564Marco Hinz2019-02-04
|/ / /
* | | Merge pull request #9579 from bfredl/pum_fixBjörn Linse2019-02-03
|\ \ \
| * | | popupmenu: fix alignment of kind and extra after #9530Björn Linse2019-02-03
* | | | Merge #9578 'vim-patch:8.0.{1045,1073,1077,1114}'Justin M. Keyes2019-02-03
|\ \ \ \ | |/ / / |/| | |
| * | | vim-patch:8.0.1114: default for 'iminsert' is annoyingJan Edmund Lazo2019-02-03
* | | | Merge pull request #9530 from bfredl/pum_floatBjörn Linse2019-02-02
|\ \ \ \ | |/ / / |/| | |
| * | | tests/ui: add test for popupmenu redrawing in various situationsBjörn Linse2019-02-02
* | | | inccommand: auto-disable if folding is slow #9568KillTheMule2019-02-01
* | | | test: adjust timer_specJustin M. Keyes2019-01-31
* | | | test: improve reliability of ":terminal topline" testJustin M. Keyes2019-01-31
|/ / /
* | | :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* | | Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\ \ \
| * | | tests: 'fcs' and 'lcs' are local to the windowMarco Hinz2019-01-26
| * | | tests: fix mouse tests that use lcs=eol:$Marco Hinz2019-01-26