comparison src/testdir/test_cmdline.vim @ 28317:d32dc906dd2c v8.2.4684

patch 8.2.4684: cannot open a channel on a Unix domain socket Commit: https://github.com/vim/vim/commit/cc766a85f460ebb7f8c915508447548b5f5b99bc Author: LemonBoy <thatlemon@gmail.com> Date: Mon Apr 4 15:46:58 2022 +0100 patch 8.2.4684: cannot open a channel on a Unix domain socket Problem: Cannot open a channel on a Unix domain socket. Solution: Add Unix domain socket support. (closes https://github.com/vim/vim/issues/10062)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 17:00:04 +0200
parents 0f1a0bef2c02
children 96d53065f309
comparison
equal deleted inserted replaced
28316:6ce57599817a 28317:d32dc906dd2c
618 \ 's': 'substitute', 618 \ 's': 'substitute',
619 \ '5s': 'substitute', 619 \ '5s': 'substitute',
620 \ ':5s': 'substitute', 620 \ ':5s': 'substitute',
621 \ "'<,'>s": 'substitute', 621 \ "'<,'>s": 'substitute',
622 \ ":'<,'>s": 'substitute', 622 \ ":'<,'>s": 'substitute',
623 \ 'CheckUni': 'CheckUnix', 623 \ 'CheckLin': 'CheckLinux',
624 \ 'CheckUnix': 'CheckUnix', 624 \ 'CheckLinux': 'CheckLinux',
625 \ } 625 \ }
626 626
627 for [in, want] in items(tests) 627 for [in, want] in items(tests)
628 call assert_equal(want, fullcommand(in)) 628 call assert_equal(want, fullcommand(in))
629 endfor 629 endfor