~dricottone/vim-markdown-preview

ref: 163a7659fa617b60d85104dc8ae5b6650217cba9 vim-markdown-preview/plugin/vim-markdown-preview.vim -rw-r--r-- 5.9 KiB
163a7659 — Jamshed Vesuna 7 years ago
Merge pull request #53 from Kinmarui/master

Added support for fish shell
fbb5df7f — ikozlowski 7 years ago
Added support for fish shell
e4b8b9c1 — Jamshed Vesuna 7 years ago
Merge pull request #27 from letorbi/osx_improvements

OSX improvements
5b42c021 — JamshedVesuna 7 years ago
Allow spaces in osascript path
49257725 — Jamshed Vesuna 7 years ago
Merge pull request #49 from bikeNomad/add-quoting-to-osascript-command-lines

Added quoting to osascript command lines
2cee512d — JamshedVesuna 7 years ago
Support Markdown.pl
46cd8769 — Ned Konz 7 years ago
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.
24b44d5c — Torben 8 years ago
Merge branch 'master' into osx_improvements
08491a2a — Jamshed Vesuna 8 years ago
Merge pull request #40 from m4ce/master

Refactor OS selection
7826214d — Matteo Cerutti 8 years ago
when running OSX, has('unix) returns true - this is now handled better.
6372ce63 — Torben 8 years ago
Merge branch 'master'
5838d1d4 — JamshedVesuna 8 years ago
Fix OS X Safari bug
9bf8ee93 — Jamshed Vesuna 8 years ago
Merge pull request #32 from wadey/fix-variable-scope

Fix variable scope
b40666c8 — Wade Simmons 8 years ago
Fix variable scope

Global scope must be used for variables that are not specific to one buffer,
and `b:curr_file` has to be reset for each buffer.

Closes: #31
b3894e0b — JamshedVesuna 8 years ago
Consolidated filename functionality. Closes #30
c56e9191 — JamshedVesuna 8 years ago
Added OS X and Google Chrome auto refresh with applescripts
68cacb10 — JamshedVesuna 8 years ago
Use vim-markdown-preview as the name for all html generated files
11074115 — Torben 8 years ago
Set Safari as default browser for OSX
4f21c0a1 — Torben 8 years ago
Move OS detection to the top of the script
4e092533 — Torben 8 years ago
Add preview browser name to OSX open call
Next