aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* | | | terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* | | | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* | | | menu_get(): fix query behaviorJustin M. Keyes2019-01-27
* | | | menu_get(): Do not include empty itemsJustin M. Keyes2019-01-27
* | | | fix ":menu Item.SubItem"Justin M. Keyes2019-01-27
|/ / /
* | | tests/lua: test for multiline error messages in luaBjörn Linse2019-01-23
* | | ui: multigrid mouse supportBjörn Linse2019-01-20
* | | Merge #9292 from mhinz/xcode10Justin M. Keyes2019-01-17
|\ \ \
| * | | tests: load-adjust timer tests (functionaltest)Marco Hinz2019-01-17
| |/ /
* / / test: Lua 5.2/5.3 compatMatěj Cepl2019-01-17
|/ /
* | screen: don't unconditionally clear messages on window scrollBjörn Linse2019-01-15
* | :recover : Fix crash on non-existent *.swp #9504raffitz2019-01-15
* | lua: expose full interface of vim.inspect and add testBjörn Linse2019-01-14
* | Merge #9463 'Lua stdlib'Justin M. Keyes2019-01-14
|\ \
| * | lua/stdlib: Load runtime modules on-demandJustin M. Keyes2019-01-14
| * | lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
|/ /
* | test/API: nvim_set_vvar() #9395Justin M. Keyes2019-01-14
* | test: add tests for conceal cursor movementBjörn Linse2019-01-13
* | provider: improve error message if provider is missing (#9487)Marco Hinz2019-01-12