cmake-tools.nvim icon indicating copy to clipboard operation
cmake-tools.nvim copied to clipboard

if executor is terminal, then no double quotes around path to build folder

Open Arniiiii opened this issue 10 months ago • 3 comments

Bug description

if executor is terminal, then no double quotes around path to build folder

Steps to reproduce

  1. Set in config `cmake_executor -> name = "terminal"

image

Minimal configuration

Expected behavior

path with double or ordinary quotes. ( "/path/to/build foler " or ' /path/to/build folder' )

Screenshots

Environment

  • OS: Gentoo
  • Desktop environment:
  • Plugins commit hash:

Contents in the *cmake-tools* buffer

Arniiiii avatar Apr 04 '24 09:04 Arniiiii

Use the latest commit, I've fixed it.

Civitasv avatar May 03 '24 09:05 Civitasv

It's kinda strange now: with terminal executor it works now

But with quickfix it does really strange stuff and idk why since in raw console the command that goes to quickfix seems to be good: image

I can confirm it happens if kit name has spaces.

Arniiiii avatar May 11 '24 22:05 Arniiiii

Oh, it seems similar symptoms happens if just path to project folder contains spaces even when kit name doesn't have spaces.

Arniiiii avatar May 21 '24 21:05 Arniiiii