~dricottone/vim-markdown-preview

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
5032eae3 — Jamshed Vesuna 8 years ago
Merge pull request #24 from rpoddighe/master

Correctly handle spaces in local filepaths
a864be58 — Renzo Poddighe 8 years ago
Correctly handle spaces in local filepaths
956b1542 — JamshedVesuna 8 years ago
Added xdg-open support
b51ecf2c — JamshedVesuna 8 years ago
Updated README requirements for grip
1cb74148 — JamshedVesuna 9 years ago
Check if global flags exist before setting them
c1a6db11 — JamshedVesuna 9 years ago
Handle space in filepath names; Fixes #19
538ea4f8 — JamshedVesuna 9 years ago
Added missing link to browsers; Nit capitalization
bba8b829 — JamshedVesuna 9 years ago
Added bug reference links in README.md
ad69b9ce — JamshedVesuna 9 years ago
Refactor README.md to be more clear with options
9088e7d1 — JamshedVesuna 9 years ago
Added variable to remap ctrl-p
Next