aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/arg_spec.lua
Commit message (Collapse)AuthorAge
* main.c: "BufReadCmd term://": Skip existing terminal.Justin M. Keyes2016-10-12
Check `exists('b:term_title')` to avoid the BufReadCmd for already-initialized :terminal buffers. Move the test for `:argadd`. Add a test for `:edit<CR>`. Tweak comments and code style.