Skip to content

Avoid extra blank output lines between consecutive vimscript examples #129

Open
@dbarnett

Description

@dbarnett

I noticed vimdoc outputs some ugly extra blank lines between consecutive vimscript examples if you have something like:

""
" Example: >
"   call Foo()
" < >
"   call Bar()
" <

Actual output:

Example: >
  call Foo()
<

>
  call Bar()
<

Expected output:

Example: >
  call Foo()
< >
  call Bar()
<

The vim helpfile syntax does seem to detect those correctly as code examples and highlight both.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions