]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0516: socketserver: spurious error when servername is taken v9.2.0516
authorFoxe Chen <chen.foxe@gmail.com>
Sat, 23 May 2026 15:55:28 +0000 (15:55 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 May 2026 15:55:28 +0000 (15:55 +0000)
commite3cb9655d7b0fbd4c2a14f7e300fafae374e3be2
tree4bba7295266bf9f2bc201985301fc6ceeb218cf2
parent6574102fb4a4b31c0988ea1c1de0ec4a665cc1c8
patch 9.2.0516: socketserver: spurious error when servername is taken

Problem:  socketserver: when searching for a free socket path,
          socketserver_get_path() emits an error for each name that is
          already in use (after v9.2.0512).
Solution: Add an "ignore" argument to socketserver_get_path() to
          suppress the error (Foxe Chen).

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/socketserver.c
src/version.c