martineausimon / nvim-lilypond-suite

Neovim plugin for writing LilyPond scores, with asynchronous make, midi/mp3 player, fast syntax highlighting, "hyphenation" function, and support for LaTex and Texinfo files
GNU General Public License v3.0
130 stars 11 forks source link

PDF viewer is not launcher when file path contains space #22

Closed jeromepochat closed 1 year ago

jeromepochat commented 1 year ago

Hi! When launching player using with a file containing space in path/name (eg. $HOME/simple test.ly), it results as failure:

[NVLS] File Cinema Paradiso.pdf doesn't exists

Notice that it's working fine for file without space in path/name (eg. $HOME/simpletest.ly).

(environment: ArchLinux)

martineausimon commented 1 year ago

Hi! Sorry for this issue... It should work now!

jeromepochat commented 1 year ago

Perfect! Thanks for quick fix.