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 new custom variable 'projectile-cmd-hist-ignoredups' #1877

Commits on Jan 23, 2024

  1. Add new custom variable 'projectile-cmd-hist-ignoredups'

    Add new custom variable 'projectile-cmd-hist-ignoredups', which can be
    used to tweak how duplicates are dealt with in projectile's command
    history.  The custom variable is identical in behaviour to
    'eshell-hist-ignoredups'.
    
    Specifically, the existing default behavior is maintained with the
    value of t, which means consecutive duplicates are ignored.  A value
    of 'erase means only the last duplicate is kept, whilst a value of nil
    means all duplicates are kept.
    LaurenceWarne committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6d9cd66 View commit details
    Browse the repository at this point in the history