We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde97e2 commit 348e153Copy full SHA for 348e153
swift-mode-repl.el
@@ -184,7 +184,7 @@ Runs the hook `swift-repl-mode-hook' \(after the `comint-mode-hook' is run).
184
(let* ((original-buffer (current-buffer))
185
(cmd-string (swift-mode:command-list-to-string cmd))
186
(cmd-list (swift-mode:command-string-to-list cmd))
187
- (buffer-name (concat "*" cmd-string "*"))
+ (buffer-name (concat "*Swift REPL [" cmd-string "]*"))
188
(buffer (get-buffer-create buffer-name)))
189
(unless dont-switch
190
(pop-to-buffer buffer))
0 commit comments