1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

Fixing submodule shits.

This commit is contained in:
Maksim Pecherskiy
2014-04-19 14:19:26 -07:00
parent 03a762fb74
commit 6bdb09c87e
9 changed files with 2 additions and 312 deletions

View File

@ -1,22 +0,0 @@
# marked.vim
Open the current Markdown buffer in [Marked.app](http://markedapp.com/).
## Usage
This plugin adds the following commands to Markdown buffers:
:MarkedOpen[!] Open the current Markdown buffer in Marked.app.
Call with a bang to prevent Marked.app from stealing
focus from Vim.
:MarkedQuit Close the current Markdown buffer in Marked.app.
Quit Marked.app if no other documents are open.
If you run `:MarkedOpen`, the document in Marked.app will be automatically
closed when Vim exists, and Marked.app will quit if no other documents are
open.
## License
Same as Vim itself, see `:help license`.