mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
makes nimsuggest listen on localhost by default (#23351)
This commit is contained in:
@@ -92,7 +92,7 @@ type
|
||||
|
||||
var
|
||||
gPort = 6000.Port
|
||||
gAddress = ""
|
||||
gAddress = "127.0.0.1"
|
||||
gMode: Mode
|
||||
gEmitEof: bool # whether we write '!EOF!' dummy lines
|
||||
gLogging = defined(logging)
|
||||
|
||||
Reference in New Issue
Block a user