mirror of
https://github.com/neovim/neovim.git
synced 2026-05-28 15:55:34 +00:00
feat(normal): normal-mode ZR does :restart
Make it a normal-mode command instead of a default mapping.
This commit is contained in:
@@ -122,7 +122,9 @@ function SocketStream:read_stop()
|
||||
end
|
||||
|
||||
function SocketStream:close()
|
||||
uv.close(self._socket)
|
||||
if not self._socket:is_closing() then
|
||||
uv.close(self._socket)
|
||||
end
|
||||
end
|
||||
|
||||
--- Stream over child process stdio.
|
||||
|
||||
Reference in New Issue
Block a user