-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ctags: require scip-ctags to be present (#700)
Previously, we didn't require that scip-ctags be available even if if you set `require_ctags` and set `language_map` to something like `go:scip`. Instead, we silently fell back to `universal-ctags`. This is tricky and could mask a real issue where we expect scip-ctags to be available but it isn't. Now, we check if SCIP is needed based on `language_map`, and if so require that scip-ctags is available.
- Loading branch information
1 parent
c02b6e0
commit 7c14b93
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters