Changeset 6738 for lib

Show
Ignore:
Timestamp:
09/05/05 20:21:17 (3 years ago)
Author:
iblech
Message:

* Usual svn props.
* All examples/ which are tested in t/examples/examples.t:

Added remaining reminders to update examples.t and examples/output.

* New examples/output/algorithms/lambda-calculus:

example.t tests the output of dankogai++'s lambda-calculus.p6 now.

* pugs::hack: Added the settings needed to make <Tab> indent by four spaces in

Vim, dduncan++, can somebody add the appropriate settings for emacs?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6689 r6738  
    280280tabs, so the code and documentation looks the same to everyone. 
    281281 
     282If use use Vim, you may want to set the following settings: 
     283 
     284    set shiftwidth=4 autoindent expandtab smarttab softtabstop=1 
     285 
     286This will cause Vim to insert four spaces instead of a real tab upon pressing 
     287C<< <Tab> >>. 
     288 
    282289=head2 Testing 
    283290