File tree 1 file changed +7
-14
lines changed
1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,13 @@ What about one line if ee then .. else .. vs if \n .. then \n ... \n else \n ..
130
130
Which additional policies to add?
131
131
Discuss at: https://github.com/honza/vim-snippets/issues/230
132
132
133
+ * folding markers* :
134
+ Until further work is done on ` vim-snipmate ` , please don't add folding markers
135
+ into snippets. ` vim-snipmate ` has some comments about how to patch all snippets
136
+ on the fly adding those.
137
+
138
+ Currently all snippets from UltiSnips have been put into UltiSnips - some work
139
+ on merging should be done (dropping duplicates etc). Also see engines section above.
133
140
134
141
Related repositories
135
142
--------------------
@@ -206,20 +213,6 @@ This list is kept up-to-date on a best effort basis.
206
213
* Falcon - [ steveno] ( https://github.com/steveno )
207
214
* Elixir - [ iurifq] ( https://github.com/iurifq )
208
215
209
- Contributing notes
210
- ------------------
211
-
212
- Until further work is done on ` vim-snipmate ` , please don't add folding markers
213
- into snippets. ` vim-snipmate ` has some comments about how to patch all snippets
214
- on the fly adding those.
215
-
216
- Because UltiSnips reads snipmate-snippets too there is no need to duplicate all
217
- snippets - only those snippets who use advanced UltiSnips features should be
218
- duplicated in UltiSnips.
219
-
220
- Currently all snippets from UltiSnips have been put into UltiSnips - some work
221
- on merging should be done (dropping duplicates etc)
222
-
223
216
License
224
217
-------
225
218
You can’t perform that action at this time.
0 commit comments