Ticket #19 (assigned defect)
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
Note: See
TracTickets for help on using
tickets.
