mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 04:09:41 +00:00
* .dir-locals.el: Correct bug reference regex format
This commit is contained in:
parent
949952258e
commit
8339232a2f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(
|
||||
(nil . ((bug-reference-bug-regexp . "\\(\\)\\bSV[- ]\\([0-9]+\\)")
|
||||
(nil . ((bug-reference-bug-regexp . "\\(\\bSV[- ]\\([0-9]+\\)\\)")
|
||||
(bug-reference-url-format . "https://savannah.gnu.org/bugs/?%s")
|
||||
(ccls-initialization-options
|
||||
. (:index (:threads 6
|
||||
|
|
Loading…
Reference in a new issue