xC: fix the integration test
This commit is contained in:
@@ -33,6 +33,8 @@ function expect (string)
|
||||
xC:eof {function (p) error "xC exited prematurely" end})
|
||||
end
|
||||
|
||||
expect "]"
|
||||
|
||||
-- Connect to the daemon
|
||||
send "/server add localhost\n"
|
||||
expect "]"
|
||||
|
||||
@@ -14509,6 +14509,7 @@ app_input_init (struct input *self)
|
||||
input_bind (self, "BracketedPaste", "start-paste-mode");
|
||||
|
||||
input_bind (self, "Enter", "accept-line");
|
||||
input_bind (self, "C-j", "accept-line");
|
||||
input_bind (self, "Tab", "complete");
|
||||
|
||||
// Let's at least make it possible first, only applying them on startup:
|
||||
|
||||
Reference in New Issue
Block a user