From 849a134c2d739fb6306d69675d70ee2dba1080ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Tue, 5 Sep 2023 02:03:14 +0100 Subject: [PATCH] Unbreak link in org docs * doc/snippet-expansion.org: Fix a link --- doc/snippet-expansion.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/snippet-expansion.org b/doc/snippet-expansion.org index 0a00981..dca815f 100644 --- a/doc/snippet-expansion.org +++ b/doc/snippet-expansion.org @@ -141,7 +141,7 @@ See the internal documentation on [[sym:yas-expand-snippet][=yas-expand-snippet= * Controlling expansion -** Eligible snippets +** Eligible snippets<> YASnippet does quite a bit of filtering to find out which snippets are eligible for expanding at the current cursor position. @@ -227,7 +227,7 @@ For the full set of possible conditions, see the documentation for ** Multiples snippet with the same key -The rules outlined [[Eligible%20snippets][above]] can return more than +The rules outlined [[eligible-snippets][above]] can return more than one snippet to be expanded at point. When there are multiple candidates, YASnippet will let you select one.