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

Tags get generated to a .TAGS dotfile to then replace TAGS via hardlinks #389

Closed

Commits on Oct 7, 2022

  1. Tags get generated to a .TAGS dotfile to then replace TAGS via hardli…

    …nks:
    
    Basically:
    ctags … -f .TAGS
    ln -f .TAGS TAGS
    rm -f .TAGS
    
    for lowest possible inconsistency time when regenerating index.
    
    Also, pass -G option to ctags, so that shell files without .zsh
    extension get recognized by file constents (hashbangs and vim/emacs
    modelines). It appears that it's the `--alias-zsh=+sh` and Emacs
    `mode: sh` matching makes the non .zsh extension files properly
    recognized and parsed.
    psprint committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5d3165f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    80abd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beeed0f View commit details
    Browse the repository at this point in the history