Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vim-scripts/gtags.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: azltx/gtags.vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Sep 9, 2015

  1. Update gtags.vim

    - changes from !~ to ~!# to make it a case-sensitive check
    - adds nearness option
    - modifies GtagsCursor to accept input arguments
    azltx committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    879eca1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Add option to control the output of gtags

    Now, the output can be in the quickfix or location fix window.
    ltx authored and ltx committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5d03fef View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Add Gtags_Nearness control option

    Let src can directly jump to ref, we need to disable the nearness option
    in global.
    
    ./linux/ref.c
    ./testbed/src.c
    pi committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    88b3e8b View commit details
    Browse the repository at this point in the history
Loading