This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call pathogen#infect() | |
| call pathogen#helptags() | |
| " General stuff | |
| set nocompatible | |
| syntax on | |
| filetype on | |
| filetype plugin on | |
| set ofu=syntaxcomplete#Complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call pathogen#infect() | |
| call pathogen#helptags() | |
| " General stuff | |
| set nocompatible | |
| syntax on | |
| filetype on | |
| filetype plugin on | |
| set ofu=syntaxcomplete#Complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .git/ | |
| autoload/ | |
| bundle/ | |
| colors/ | |
| my_snippets/ | |
| snipmate-snippets/ | |
| syntax/ | |
| .gitignore | |
| .gitmodules | |
| .netrwhist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $gistfile = 'gistfile'; | |
| unlink $gistfile; | |
| open(FILE, ">> $gistfile") || die "problem opening $gistfile\n"; | |
| print FILE $item{text}; | |
| close(FILE); | |
| my $gist = `gist $gistfile`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $gistfile = 'gistfile'; | |
| unlink $gistfile; | |
| open(FILE, ">> $gistfile") || die "problem opening $gistfile\n"; | |
| print FILE $item{text}; | |
| close(FILE); | |
| my $gist = `gist $gistfile`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $gistfile = 'gistfile'; | |
| open(FILE, ">> $gistfile") || die "problem opening $gistfile\n"; | |
| print FILE $item{text}; | |
| close(FILE); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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); |