1
0
Fork 0

nvim: add Gentoo review-comment snippet for :=

This commit is contained in:
tastytea 2022-09-08 06:06:31 +02:00
parent f4491410b3
commit 392ebc871d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 7 additions and 1 deletions

View File

@ -18,5 +18,11 @@ return {
name = 'quote variable',
},
fmt([[Please quote `${{{variable}}}`, it could contain spaces.]],
{ variable = i(1) }))
{ variable = i(1) })),
s({ trig = ':=',
name = 'subscribe to subslot'
}, {
t([[Very likely [needs `:=`](https://devmanual.gentoo.org/]] ..
[[general-concepts/slotting/index.html#abi-breakage).]]),
})
}