Ticket #16 (closed defect: fixed)
Vim indent : little problem
| Reported by: | victor | Owned by: | pmoura |
|---|---|---|---|
| Priority: | minor | Milestone: | Logtalk distribution |
| Component: | text editor support | Version: | 2.31.6 |
| Keywords: | Cc: |
Description
Hello,
I found a bug in the indent plugin for vim :
There is a little example :
:- object(test).
test :-
(a).
test2.
:- end_object.
If you use the auto-indent of vim (select all the text and type "=") it will indent it like that :
:- object(test).
test :-
(a).
test2.
:- end_object.
If you remove the "(" ")" around a, it works as expected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
