Merge pull request #74 from twsh/twsh-patch-1
remove --smart flag from Pandoc
remove --smart flag from Pandoc
The --smart flag is deprecated as of Pandoc v2
Merge pull request #62 from twsh/master
Adds support for Pandoc
Added Pandoc to the local preview function
Use smart punctuation and template with Pandoc
Display requirements error message on error
Merge pull request #53 from Kinmarui/master
Added support for fish shell
Added support for fish shell
Merge pull request #27 from letorbi/osx_improvements
OSX improvements
Allow spaces in osascript path
Merge pull request #49 from bikeNomad/add-quoting-to-osascript-command-lines
Added quoting to osascript command lines
Added quoting to osascript command lines
If your .vim directory happens to be symlinked to a directory that has
spaces in its name, the system() commands that execute osascript will
fail. This PR adds quoting to those commands.
Merge branch 'master' into osx_improvements
Merge pull request #40 from m4ce/master
Refactor OS selection
when running OSX, has('unix) returns true - this is now handled better.
Merge pull request #32 from wadey/fix-variable-scope
Fix variable scope