aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/debug_spec.lua
Commit message (Collapse)AuthorAge
* refactor: format test/*Justin M. Keyes2024-01-03
|
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
| | | | | | This is the command invoked repeatedly to make the changes: :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
* fixup: 30 col resize to scroll debugJan Edmund Lazo2018-12-01
|
* functionaltests: vim-patch:8.1.{550,551} fixJan Edmund Lazo2018-11-30
|
* ex_getln: remove msg_scrolled cargo-cult magic, fixes #8251Björn Linse2018-06-02