Bug#1034529: vim-runtime: perl subroutine body fails to indent in bookworm (regression from bullseye)

2023-05-03 Thread James McCoy
Control: tag -1 upstream confirmed On Mon, Apr 17, 2023 at 07:36:57PM +0200, Matthijs van Duin wrote: > I noticed when editing perl code in vim that pressing enter after the > opening brace of a subroutine no longer indents like you'd expect: > > // expected: > sub foo { >

Bug#1034529: vim-runtime: perl subroutine body fails to indent in bookworm (regression from bullseye)

2023-04-17 Thread Matthijs van Duin
Package: vim-runtime Version: 2:9.0.1378-1 Severity: normal X-Debbugs-Cc: matthijsvand...@gmail.com Dear Maintainer, I noticed when editing perl code in vim that pressing enter after the opening brace of a subroutine no longer indents like you'd expect: // expected: sub foo {