vim-pandoc / vim-rmarkdown

Rmarkdown support for vim
98 stars 26 forks source link

can't produce pdf #12

Open mpoltorakov opened 8 years ago

mpoltorakov commented 8 years ago

After command:

RMarkdown pdf -latex_engine="xelatex" -toc=FALSE

I get error:

Обнаружена ошибка при обработке function rmarkdown#command#Command: строка 60: E117: Неизвестная функция: systemlist E15: Недопустимое выражение: systemlist(invocation) vim:rmarkdown: ran succesfully Нажмите ENTER или введите команду для продолжения

issues

fmoralesc commented 8 years ago

Might be related to your vim version. Can you tell me what it is?

mpoltorakov commented 8 years ago

$ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:32)

R version 3.2.2 (2015-08-14) -- "Fire Safety"

fmoralesc commented 8 years ago

That version of vim doesn't support the systemlist function the way I used it in the plugin, I'll try to take a look.

El mié., 25 de nov. de 2015 a la(s) 10:40 p. m., mpoltorakov < notifications@github.com> escribió:

$ vim --version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:32)

R version 3.2.2 (2015-08-14) -- "Fire Safety"

— Reply to this email directly or view it on GitHub https://github.com/vim-pandoc/vim-rmarkdown/issues/12#issuecomment-159737280 .