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

Ability to not fold function names and docstrings #114

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

Commits on Dec 29, 2019

  1. Support for Function Names and Docstrings

    Added two variables which allow users not to fold function names (à la foldmethod=indent) and also allow the docstrings not to be folded. There are a couple of considerations I should put into the README, which are both new variables need default values, and also if you want to use unfold_docstring, unfold_function name should also be set to enable.
    Siddarth-Raghuvanshi committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    f50b927 View commit details
    Browse the repository at this point in the history
  2. Updated README

    Added the new variables and the issues of the unfold_docstring variable.
    Siddarth-Raghuvanshi authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    2063d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81690b7 View commit details
    Browse the repository at this point in the history