Skip to content

Commit c2c77ee

Browse files
YuanYuYuangithub-actions[bot]
authored andcommitted
Auto generate docs
1 parent dc58535 commit c2c77ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/luasnip.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*luasnip.txt* For NVIM v0.5.0 Last change: 2022 October 10
1+
*luasnip.txt* For NVIM v0.5.0 Last change: 2022 October 11
22

33
==============================================================================
44
Table of Contents *luasnip-table-of-contents*
@@ -1971,7 +1971,7 @@ will be used, but it’s possible to customize them by setting `snip_env` in
19711971

19721972
>
19731973
return {
1974-
parse("trig", "loaded!!")
1974+
s("trig", t("loaded!!"))
19751975
}
19761976
<
19771977

@@ -1980,9 +1980,9 @@ will be used, but it’s possible to customize them by setting `snip_env` in
19801980

19811981
>
19821982
return {
1983-
parse("ctrig", "also loaded!!")
1983+
s("ctrig", t("also loaded!!"))
19841984
}, {
1985-
parse("autotrig", "autotriggered, if enabled")
1985+
s("autotrig", t("autotriggered, if enabled"))
19861986
}
19871987
<
19881988

0 commit comments

Comments
 (0)