Skip to content

Avoid extra blank output lines between consecutive vimscript examples #129

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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