Skip to content

Instantly share code, notes, and snippets.

View CodisRedding's full-sized avatar

Rocky Assad CodisRedding

View GitHub Profile
call pathogen#infect()
call pathogen#helptags()
" General stuff
set nocompatible
syntax on
filetype on
filetype plugin on
set ofu=syntaxcomplete#Complete
call pathogen#infect()
call pathogen#helptags()
" General stuff
set nocompatible
syntax on
filetype on
filetype plugin on
set ofu=syntaxcomplete#Complete
.git/
autoload/
bundle/
colors/
my_snippets/
snipmate-snippets/
syntax/
.gitignore
.gitmodules
.netrwhist
use strict;
use vars qw($VERSION %IRSSI);
$VERSION = "2003120617";
%IRSSI = (
authors => "Stefan 'tommie' Tomanek",
contact => "stefan\@pico.ruhr.de",
name => "multipaste",
description => "Helps pasting multiple lines to a channel",
license => "GPLv2",
use strict;
use vars qw($VERSION %IRSSI);
$VERSION = "2003120617";
%IRSSI = (
authors => "Stefan 'tommie' Tomanek",
contact => "stefan\@pico.ruhr.de",
name => "multipaste",
description => "Helps pasting multiple lines to a channel",
license => "GPLv2",
my $gistfile = 'gistfile';
unlink $gistfile;
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gist = `gist $gistfile`;
my $gistfile = 'gistfile';
unlink $gistfile;
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gist = `gist $gistfile`;
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);
my $gistfile = 'gistfile';
open(FILE, ">> $gistfile") || die "problem opening $gistfile\n";
print FILE $item{text};
close(FILE);