tests
This commit is contained in:
parent
d3d51c1ef8
commit
395441bac3
8 changed files with 108 additions and 15 deletions
|
|
@ -88,13 +88,13 @@ end, "?")
|
|||
|
||||
-- :GoAlt
|
||||
cmd("GoAlt", function()
|
||||
require("gopher.alternate").switch(true, "")
|
||||
require("gopher.alternate").switch()
|
||||
end)
|
||||
|
||||
cmd("GoAltV", function()
|
||||
require("gopher.alternate").switch(true, "vsplit")
|
||||
require("gopher.alternate").switch "vsplit"
|
||||
end)
|
||||
|
||||
cmd("GoAltS", function()
|
||||
require("gopher.alternate").switch(true, "split")
|
||||
require("gopher.alternate").switch "split"
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue