[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode d98541046a 087/199: bugfix: fixed regex in adoc-
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode d98541046a 087/199: bugfix: fixed regex in adoc-re-anchor |
Date: |
Sun, 3 Sep 2023 06:59:36 -0400 (EDT) |
branch: elpa/adoc-mode
commit d98541046a1747457dd5fc5e7c0eeffcf930d54a
Author: Florian Kaufmann <sensorflo@gmail.com>
Commit: Florian Kaufmann <sensorflo@gmail.com>
bugfix: fixed regex in adoc-re-anchor
---
adoc-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index 85989a5db8..dec1eeae95 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -980,7 +980,7 @@ this id. If ID is nil, the regexp matches any anchor."
;; ^\[\[(?P<id>[\w\-_]+)(,(?P<reftext>.*?))?\]\]$
(concat "^\\[\\["
"\\(" (if id (regexp-quote id) (adoc-re-id)) "\\)"
- "\\(?:,?\\(.*?\\)\\)?"
+ "\\(?:,\\(.*?\\)\\)?"
"\\]\\][ \t]*$"))
((eq type 'inline-special)
- [nongnu] elpa/adoc-mode ff382b94de 181/199: Improve the configuration docs, (continued)
- [nongnu] elpa/adoc-mode ff382b94de 181/199: Improve the configuration docs, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode b2b9fd5a6f 189/199: Addresses #33. Restart search in `adoc-kwf-std` at last prevented match + 1, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d4abb0b562 190/199: Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of failing ERT., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 49bbd9a202 193/199: [#33] Describe purpose of adoc-kwf-search, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode de725c7910 156/199: [Fix #12] Replace the broken screenshot, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 8cf18289d5 167/199: Enable lexical binding, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 66b9adc97d 173/199: Release adoc-mode 0.7, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 6d458477c9 182/199: Add a changelog entry, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a7691c8b9a 186/199: Fix a couple of docstrings, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2578d9a6c3 191/199: Addresses #33. Re-structure also `adoc-kw-replacement`., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d98541046a 087/199: bugfix: fixed regex in adoc-re-anchor,
ELPA Syncer <=
- [nongnu] elpa/adoc-mode be65a78a00 092/199: bumped version to 0.6.3, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 176db8ce53 163/199: Fix a typo, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 7012401a36 164/199: [Fix #25] Remove markup-faces from code (#27), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 4ffbe8a7b5 165/199: [Fix #14] Added CONTRIBUTING.md, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 319ebf80af 166/199: Bump the copyright years, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2fdc443435 168/199: Fix a compilation warning, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d0e5bb31f2 184/199: Remove the aggressive default background of native code blocks, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2cc5aabe01 194/199: Fixes #39. Spaces and source-language name for language attribute, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode b1d7644fce 197/199: Addresses #39. Fix whitespace match at end of attr line for code blocks., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 26d189ef54 198/199: [#39] Also allow open blocks with source style, ELPA Syncer, 2023/09/03