Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: .vimrc for perl programmers

by Codon (Friar)
on Dec 19, 2007 at 13:54 UTC ( [id://657871]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    function! Comment()
        let l:line = "#".getline(".")
    ...
        call setline(".",l:line)
    endfunction
    map !# :call UnComment()<cr>
    
  2. or download this
    if has( "folding" )
      set statusline=%f%{CurrSubName()}\ %m%h%r\ %=%25(%-17(%l\,%c%V%)\ %p
    +%%%)
    ...
        return -1
      endif
    endfunction
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://657871]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found