mirror of
https://github.com/neovim/neovim.git
synced 2026-06-16 00:31:16 +00:00
feat(connect): filepath completion #38959
This is a stop-gap; the next step is for :connect to show a menu of
known peers (and perhaps also any files in CWD that look like sockets).
(cherry picked from commit 6f015cdcdf)
This commit is contained in:
committed by
github-actions[bot]
parent
18b1ff81a3
commit
6b86f5520d
@@ -632,7 +632,7 @@ M.cmds = {
|
||||
},
|
||||
{
|
||||
command = 'connect',
|
||||
flags = bit.bor(BANG, WORD1, NOTRLCOM, NEEDARG),
|
||||
flags = bit.bor(BANG, FILE1, NOTRLCOM, NEEDARG),
|
||||
addr_type = 'ADDR_NONE',
|
||||
func = 'ex_connect',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user