Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Writing a Filter::Simple -based filter for .vim

by pimlott (Initiate)
on Oct 11, 2004 at 06:19 UTC ( [id://398107]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    function! s:rowwise_dd() range
        perl VIM::CSV::rowwise_dd
    endfunction
    nnoremap <buffer> <LocalLeader><Left>   :perl VIM::CSV::prev_col<CR>
    
  2. or download this
    sub VIM::DoCommand ($);
    sub VIM::Eval ($);
    sub VIM::Msg ($;$);
    
  3. or download this
    use Filter::Util::Call;
    BEGIN {
    ...
    }
    ...
        :w
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-25 09:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found