aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481Michael Vilim2019-01-11
* api: select items in popupmenuBjörn Linse2019-01-09
* API: don't directly call update_screen() in API functionsBjörn Linse2019-01-08
* Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
* Merge pull request #9434 from bfredl/multigrid_fixesBjörn Linse2019-01-01
|\
| * popupmenu: fix positioning with vsplitsBjörn Linse2019-01-01
* | Merge pull request #9436 from jamessan/more-fragile-testsJames McCoy2019-01-01
|\ \ | |/ |/|
| * Mark "shell command :! throttles shell-command output greater than ~10KB" fra...James McCoy2019-01-01
| * Mark "feeding large chunks of input with <Paste>" fragileJames McCoy2019-01-01
| * Mark ":substitute with inccommand during :terminal activity" fragileJames McCoy2019-01-01
* | multigrid: simplify testsBjörn Linse2018-12-31
* | multigrid: add tests for multiline messages and tabsBjörn Linse2018-12-31
* | multigrid: test refactorBjörn Linse2018-12-31
* | multigrid: rename event to win_pos, make grid firstBjörn Linse2018-12-31
* | multigrid: add msg_scroll_start and msg_scroll_reset eventsBjörn Linse2018-12-31
* | multigrid: add multigrid screen testsUtkarsh Maheshwari2018-12-31
* | multigrid: add multigrid support to test infrastructureBjörn Linse2018-12-31
|/
* NVIM v0.3.2v0.3.2Justin M. Keyes2018-12-31
* Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\
| * test: win/TUI builtin terminfosJustin M. Keyes2018-12-28
* | docJustin M. Keyes2018-12-30
* | vim-patch:8.1.0354: packadd test fails on MS-WindowsJames McCoy2018-12-29
* | vim-patch:8.1.0353: an "after" directory of a package is appended to 'rtp'James McCoy2018-12-29
* | vim-patch:8.0.1734: package directory not added to 'rtp' if prefix matchesJames McCoy2018-12-29
* | vim-patch:8.0.1469: when package path is a symlink 'runtimepath' is wrongJames McCoy2018-12-29
|/
* strings: make vim_snprintf handle %d correctly againBjörn Linse2018-12-24
* test/api: verify that UI options from stable metadata are preservedBjörn Linse2018-12-21
* runtime/lua/vim/compat.luaJustin M. Keyes2018-12-20
* test: Lua 5.2/5.3 compat #9280Matěj Cepl2018-12-20
* startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it existsJames McCoy2018-12-16
* os/lang: use the correct LC_NUMERIC also for OS XBjörn Linse2018-12-13
* test: :ruby reports E319 if provider is missingMarco Hinz2018-12-12
* cmdline: support v:event in CmdlineChangedBjörn Linse2018-12-12
* provider: repurpose E319Justin M. Keyes2018-12-12
* vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrongAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0393: not all white space difference options availableAnatolii Sakhnik2018-12-09
* vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
* doc (#9288)Justin M. Keyes2018-12-09
* api: make nvim_buf_set_virtual_text use correct namespace counterBjörn Linse2018-12-07
* screen: add missing status redraw when redraw_later(CLEAR) was usedBjörn Linse2018-12-05
* RPC: turn errors from async calls into notificationsBjörn Linse2018-12-03
* clipboard: Support custom VimL functions #9304Rui Abreu Ferreira2018-12-03
* Merge #9291 'vim-patch:8.1.{550,551}'Justin M. Keyes2018-12-02
|\