Ticket #19 (assigned defect)

Opened 7 weeks ago

Last modified 7 weeks ago

little bug in vim indent

Reported by: victor Owned by: pmoura
Priority: minor Milestone: Logtalk distribution
Component: text editor support Version: 2.32.1
Keywords: Cc:

Description

Hello,

Sorry to bother again with this :)

I found another little problem with vim indent file :

test :-
  ( a ->
    b,
    c
  ; d(a),
    e
  ),
  f.

is indented to :

test :-
  ( a ->
    b,
    c
  ; d(a),
  e
),
f.

If "d(a)" is just "d", the indent is ok :

test :-
  ( a ->
    b,
    c
  ; d,
    e
  ),
  f.

Attachments

Change History

Changed 7 weeks ago by pmoura

  • owner set to pmoura
  • status changed from new to assigned

Add/Change #19 (little bug in vim indent)

Author



Change Properties
<Author field>
Action
as assigned
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
 
Note: See TracTickets for help on using tickets.