~dricottone/vim-markdown-preview

a55bbfa2 — Eric Siebeneich 9 years ago
Changed relative file to absolute file

Using relative files causes a failure if you open a file within vim that is not in your current working directory. This can lead to unexpected results if there is an file name identical to the one you are editing in the working directory, and no markdown generated if there is no file with that name in the working directory.
48f4444f — Jamshed Vesuna 9 years ago
Don't remove temporary files, and removed the time delay
ecf29f3f — Jamshed Vesuna 10 years ago
Fixed background bug via longer delay and background process. Closes #2
e6729c07 — Jamshed Vesuna 10 years ago
Changed mapping to Ctrl-p instead of write until bux is fixed.
ef2edea8 — Jamshed Vesuna 10 years ago
Added screenshot
6f05ab3c — Jamshed Vesuna 10 years ago
Added on write to buffer trigger
2d5e5346 — Jamshed Vesuna 10 years ago
Added background tab refreshing.
Supported for *nix.
Close #1
906c7a8f — Jamshed Vesuna 10 years ago
Initial commit