codepad : Post the contents of your current buffer to the pastebin service at codepad.org
script karma |
Rating 532/243,
Downloaded by 7276 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Nicolas Weber |
|
script type |
utility |
|
description |
The plugin adds two new commands:
:CPPaste
to send the current buffer to http://codepad.org, open your pasted code
in your webbrowser, and copy the URL of the pasted snippet to the
clipboard.
:CPRun
to send the current buffer to http://codepad.org, execute it on their server,
and open both the pasted source and the program output in your browser.
The URL of the pasted snippets is copied to the clipboard as well.
The correct filetype is automatically detected through the 'filetype' option. |
|
install details |
Copy the script to ~/.vim/plugin/ (OS X, other Unices) or to $HOME/vimfiles/plugin (Windows). This requires +python support in vim. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 13.59.172.7
|