Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use previous line's fold level for empty lines #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2019

  1. Use previous line's fold level for empty lines

    This stops empty lines in the middle of a deeply nested outline from
    creating toplevel-visible breaks in the outline tree, which you
    generally don't want to happen.
    rsaarelm committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fb7d0bd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Remove duplicate line

    rsaarelm committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    fbf4650 View commit details
    Browse the repository at this point in the history
  2. Table syntax must have space after opening bar

    Adding this to prevent conflict with my after-syntax that uses
    non-spaced |word| items.
    rsaarelm committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    af2fff5 View commit details
    Browse the repository at this point in the history