dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d24f43cf49d4379ef84b8e176dab34d058fac584
parent 1d8153c3cd6b62120fa07edc76a8c59797ab1b83
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  1 Mar 2020 13:22:19 +0100

vim: markdown pandoc options now set using yaml

Former-commit-id: e5467a488b7a22e58b22fd54cc4b9ad2943d2ba9
Diffstat:
Mvim/compiler/markdown.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/compiler/markdown.vim b/vim/compiler/markdown.vim @@ -5,4 +5,4 @@ let current_compiler = "markdown" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif -CompilerSet makeprg=pandoc\ %:p:S\ -V\ geometry:margin=1in\ -o\ %:p:r:S.pdf\ \&\&\ open\ -g\ %:p:r:S.pdf +CompilerSet makeprg=pandoc\ %:p:S\ -o\ %:p:r:S.pdf\ \&\&\ open\ -g\ %:p:r:S.pdf