From 4b0e2605eaf90268195029a29f10903dc82729e7 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 9 Feb 2025 22:04:33 +0100 Subject: feat(ui): UI :detach command Problem: Cannot detach the current UI. Solution: - Introduce `:detach`. - Introduce `Channel.detach`. Co-authored-by: bfredl --- test/functional/editor/put_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/editor/put_spec.lua') diff --git a/test/functional/editor/put_spec.lua b/test/functional/editor/put_spec.lua index 79f9d97bc5..aeb9c75e42 100644 --- a/test/functional/editor/put_spec.lua +++ b/test/functional/editor/put_spec.lua @@ -931,6 +931,8 @@ describe('put command', function() end) it('should ring the bell when deleting if not appropriate', function() + t.skip(t.is_os('bsd'), 'crashes on freebsd') + command('goto 2') feed('i') expect([[ -- cgit