diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-02-10 10:21:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 10:21:47 -0800 |
| commit | c7d13f2895fa657ff3d9d45741f9abec25072b56 (patch) | |
| tree | 0b61d786b8fb318a0e9b2c53eb633332af5aa05d /test/functional/editor | |
| parent | ad60b3fb4806c0917010bbe97876c22fb57cabcd (diff) | |
| parent | a1906c23ddab6fa4d15bc5ceddee97df8034d8cb (diff) | |
| download | rneovim-c7d13f2895fa657ff3d9d45741f9abec25072b56.tar.gz rneovim-c7d13f2895fa657ff3d9d45741f9abec25072b56.tar.bz2 rneovim-c7d13f2895fa657ff3d9d45741f9abec25072b56.zip | |
Merge #32385 UI :detach command
Diffstat (limited to 'test/functional/editor')
| -rw-r--r-- | test/functional/editor/put_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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<bs><esc>') expect([[ |