-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathideone.vim.vimup
More file actions
44 lines (32 loc) · 850 Bytes
/
ideone.vim.vimup
File metadata and controls
44 lines (32 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
script_name: Ideone.vim
script_id: '4042'
script_type: utility
script_package: ideone-vim.zip
script_version: '0.02'
required_vim_version: '7.0'
summary: vimscript for ideone
detailed_description: |
This is vimscript for ideone (http://ideone.com)
Usage:
:Ideone
post whole text to ideone.
:'<,'>Ideone
post selected text to ideone.
:Ideone -p
post whole text to ideone with private. require username/password
Require:
webapi-vim (http://www.vim.org/scripts/script.php?script_id=4019)
install_details: |
copy it to your plugin directory.
# cd ~/.vim
# unzip ideone-vim.zip
or if you install pathogen.vim:
# cd ~/.vim/bundle # or make directory
# unzip /path/to/ideone-vim.zip
versions:
- '0.02': |
[fix] Clear echo line.
- '0.01': |
Initial Release
# __END__
# vim: filetype=yaml