Skip to content

Commit

Permalink
set-buffers splits on ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Jan 8, 2018
1 parent 603b23d commit 4c16e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -4768,8 +4768,8 @@ so it knows what files may be queried which helps with responsiveness.
(cl-pushnew (rtags-buffer-file-name buf) buffers)))))
;; (when (> (point-max) 1)
(let ((arg (if buffers
(combine-and-quote-strings buffers)
"")))
(combine-and-quote-strings buffers ";")
";")))
(when rtags-rc-log-enabled
(rtags-log (concat "--set-buffers files: " arg)))
(when (not (string= rtags-previous-buffer-list arg))
Expand Down

0 comments on commit 4c16e1f

Please sign in to comment.