#1687: make vim-install broken
----------------------+-----------------------------------------------------
 Reporter:  kthakore  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:  2.6       |   Component:  none  
  Version:  trunk     |    Severity:  low   
 Keywords:            |        Lang:        
    Patch:            |    Platform:  linux 
----------------------+-----------------------------------------------------

Comment(by kthakore):

 Here is a patch to fix it.

 {{{
 diff --git a/editor/mk_skeleton.pir b/editor/mk_skeleton.pir
 index a4b6102..f64ea13 100644
 --- a/editor/mk_skeleton.pir
 +++ b/editor/mk_skeleton.pir
 @@ -4,6 +4,7 @@
  # Generate a skeleton PIR file that adheres to parrot developer
 standards.
  # intended for people who hack on parrot itself, not users of parrot.

 +.loadlib 'sys_ops'
  .include 'tm.pasm'

  .sub 'main' :main
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1687#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to