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

Escape leading spaces in tag names instead of stripping them #1580

Merged
merged 7 commits into from
Nov 28, 2017

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    4b4bf44 View commit details
    Browse the repository at this point in the history
  2. html: Remove redundant condition

    b4n committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    34b7ed4 View commit details
    Browse the repository at this point in the history
  3. Revert "main: trim whitespace prefix from tag name"

    This reverts commit 2bcd419.
    b4n committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    93e255b View commit details
    Browse the repository at this point in the history
  4. Escape leading spaces and exclamation marks in the name field

    This is an alternative fix for universal-ctags#1141 instead of stripping which was
    initially implemented in universal-ctags#1567, but stripping prevents legitimate tag
    names with whitespaces.
    b4n committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    26b8988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a33f509 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fadc2d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Escape leading space and exclamation mark with their hex value

    This is more in line with the other escaping rules already present than
    adding 2 new specific and uncommon sequences.
    b4n committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    7195e6a View commit details
    Browse the repository at this point in the history