| beautiful-pastebin : Extract a code from pastebin 
 
 
  | script karma | Rating 11/5,
    Downloaded by 909 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Aman Agarwal |  |  |  | script type |  | utility |  |  |  | description |  | The vim plugin script used for downloading and uploading code directly from/to pastebin to/from your vim text editor. |  |  |  | install details |  | Install BeautifulSoup http://www.crummy.com/software/BeautifulSoup/ 
 Usage:
 Just put bin.vim and beautiful.py in your ~/.vim/plugin (Note :if ~/.vim/plugin is not there than create it)
 You have to set your pastebin emailid/language
 :let g:pastebin_emailid="username@domain.com"
 :let g:pastebin_language="language"
 
 
 And if you want to keep your language and email setting forever,
 Simply put them in your ~/.vimrc
 
 type:
 :PasteBin   		                     To get code to your vim editor
 :PasteBinUpload          	    To upload the text from vim editor to pastebin
 
 
 |  |  |  
Click on the package to download.
 
 
ip used for rating: 216.73.216.155
        | beautiful-pastebin.zip | 1.1 | 2011-06-08 | 7.0 | Aman Agarwal | You have to set your pastebin emailid/language :let g:pastebin_emailid="username@domain.com"
 :let g:pastebin_language="language"
 
 
 And if you want to keep your language and email setting forever,
 Simply put them in your ~/.vimrc
 
 type:
 :PasteBin   		                    To get code to your vim editor
 :PasteBinUpload          	    To Upload the text from vim editor to pastebin
 
 |  
        | beautiful-pastebin.zip | 1.0 | 2011-06-08 | 7.0 | Aman Agarwal | Initial upload |  |