Thread Vi(m): Tipps und Tricks rund um den Vim (73 answers)
Opened by Crian at 2004-07-12 13:04

pq
 2005-10-24 15:13
#15376 #15376
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
ach, vim ist toll:
Code: (dl )
imap dumper <ESC>bcwprint STDERR Data::Dumper->Dump([$<ESC>pa], ['<ESC>pa']);<ESC>hhh

tippe
 variabledumper
und bekomme
 print STDERR Data::Dumper->Dump([$variable], ['variable']);
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Vi(m): Tipps und Tricks rund um den Vim