xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
834 stars 74 forks source link

Do not check that explicitly-set engine or previewer is executable #109

Closed ayazhafiz closed 4 years ago

ayazhafiz commented 4 years ago

The executable check does not work for engine or preview commands that contain arguments, like open -a Preview. Since the defaults are solely executables the check can be maintained for them, but for an explicitly set engine the user will probably have knowledge of whether the engine/previewer can be executed anyway.

Closes #108