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

Add option for preamble before shdo scripts #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 18, 2024

  1. Add option for preamble before shdo scripts

    I want all of my scripts to start in the current dirvish working
    directory, so I use the example from the doc:
      let g:dirvish_shdo_before = 'cd {}'
    
    Other users may tend to create scripts with arguments, want their
    commands to be inside a function, or output some diagnostic data.
    
    Using the same escaping that is applied on lines since that seems like
    the safest thing to do.
    idbrii committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    90032e3 View commit details
    Browse the repository at this point in the history