Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: typing for helpers.meths | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | docs: deprecate the "term_background" UI field | Gregory Anders | 2023-11-13 |
| | |||
* | fix(startup): trigger UIEnter for the correct channel (#25860) | zeertzjq | 2023-11-01 |
| | |||
* | test: fix VimResume test flakiness (#24438) | zeertzjq | 2023-07-23 |
| | |||
* | fix(events): trigger VimResume on next UI request (#24426) | zeertzjq | 2023-07-23 |
| | |||
* | refactor(api): consistent VALIDATE messages #22262 | Justin M. Keyes | 2023-02-14 |
| | | | | | | | | | | Problem: Validation messages are not consistently formatted. - Parameter names sometimes are NOT quoted. - Descriptive names (non-parameters) sometimes ARE quoted. Solution: Always quote the `name` value passed to a VALIDATE macro _unless_ the value has whitespace. | ||
* | refactor(api): VALIDATE macros #22256 | Justin M. Keyes | 2023-02-14 |
| | | | | | | - VALIDATE() takes a format string - deduplicate check_string_array - VALIDATE_RANGE - validate UI args | ||
* | UIEnter/UILeave: fire for embedder UI, builtin TUI | Justin M. Keyes | 2019-09-12 |
| | | | | | | | | | Before this, --embed UIs (without --headless) would not trigger UIEnter. For TUI, maybe UIEnter isn't useful, but: - It is less "surprising"/special. - Makes documentation simpler. - When TUI becomes a coprocess, it will happen anyway. | ||
* | rename: UIAttach/UIDetach => UIEnter/UILeave | Justin M. Keyes | 2019-09-12 |
| | | | | | "enter"/"leave" is more conventional for Vim events, and "attach"/"detach" distinction does not gain much. | ||
* | UIAttach, UIDetach | Justin M. Keyes | 2019-09-12 |
| | | | | | doc: ginit.vim, gvimrc fix #3656 | ||
* | UIAttach, UIDetach | Rui Abreu Ferreira | 2019-09-12 |
| | |||
* | test: Eliminate expect_err | Justin M. Keyes | 2019-09-06 |
| | | | | Eliminate `expect_err` in favor of `pcall_err` + `eq` or `matches`. | ||
* | test/util: expect_err() (#8257) | Justin M. Keyes | 2018-04-11 |
| | | | other cleanup, ref #8245 | ||
* | test/API: validate channel arg (#8245) | Justin M. Keyes | 2018-04-08 |