Skip to content

Commit

Permalink
vimorg ⇒ shoot to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rking@sharpsaw.org committed Nov 27, 2012
1 parent 383f320 commit 1856532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -35,7 +35,8 @@ end

task :vimorg do
docs = parse_readme + "\n\n" + lang_stats + "\n\n" + `ghi list`
docs.gsub '##', '//'
docs.gsub! '##', '//'
IO.popen 'xsel', 'w' do |io| io.puts docs end
url = 'http://www.vim.org/scripts/edit_script.php?script_id=4297'
warn url
system 'firefox', url
Expand Down

0 comments on commit 1856532

Please sign in to comment.