Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixup! tests: fix system_spec when run with clipboard manager (#10956) | Jan Edmund Lazo | 2021-06-05 |
| | | | | | | uv_process_options_t "args" member was set to a local array from stack. when uv_process_options_t variable is outside the function. https://pvs-studio.com/en/docs/warnings/v507/ | ||
* | Add PVS comment to new source files | James McCoy | 2020-11-10 |
| | |||
* | tests: fix system_spec when run with clipboard manager (#10956) | Daniel Hahler | 2019-09-12 |
* tests: move os_kill to functional helpers * tests: fix system_spec when run with clipboard manager Replaces "xclip" with a dedicated helper program. Fixes: https://github.com/neovim/neovim/issues/4900#issuecomment-501866842 |