FS#55699 - [vim] broken indent for sh files

Attached to Project: Arch Linux
Opened by Piotr Rogoża (dracorp) - Thursday, 21 September 2017, 20:47 GMT
Last edited by Levente Polyak (anthraxx) - Thursday, 05 October 2017, 12:53 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

For vim>8.0.0987-3 indent for a sh file is broken.

Additional info:
* package version(s)
>vim-8.0.0987-3

Steps to reproduce:
Open `vim test.sh` with minimal .vimrc, for example this: https://raw.githubusercontent.com/mhinz/vim-galore/master/static/minimal-vimrc.vim
and type:

if foo; then
foo
else
foo
fi

Same behavior for case/esac.

Files of vim-runtime, any version, have no effect on it.
This task depends upon

Closed by  Levente Polyak (anthraxx)
Thursday, 05 October 2017, 12:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  8.0.1154-1
Comment by Piotr Rogoża (dracorp) - Thursday, 21 September 2017, 20:53 GMT Comment by Levente Polyak (anthraxx) - Thursday, 21 September 2017, 22:48 GMT
thats not quite a packaging issue or such, can you please report your propblem at upstream?
Comment by Piotr Rogoża (dracorp) - Friday, 22 September 2017, 14:33 GMT
I can try.
Comment by Eli Schwartz (eschwartz) - Sunday, 24 September 2017, 15:46 GMT

Loading...