This file is indexed.

/usr/share/vim/registry/vim-scripts.yaml is in vim-scripts 20130814.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
addon: alternate
description: "alternate pairing files (e.g. .c/.h) with short ex-commands"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_alternateFile = 1"
files:
  - plugin/a.vim
  - doc/alternate.txt
---
addon: whatdomain
description: "query the meaning of a Top Level Domain"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_whatdomain = 1"
files:
  - plugin/whatdomain.vim
---
addon: bufexplorer
description: "buffer explorer / browser"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_bufexplorer = 1"
files:
  - plugin/bufexplorer.vim
  - doc/bufexplorer.txt
---
addon: minibufexplorer
description: "elegant buffer explorer which takes very little screen space"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_minibufexplorer = 1"
files:
  - plugin/minibufexpl.vim
---
addon: gnupg
description: "transparent editing of gpg encrypted files"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_gnupg = 1"
files:
  - plugin/gnupg.vim
---
addon: taglist
description: "source code browser"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_taglist = 'no'"
files:
  - plugin/taglist.vim
  - doc/taglist.txt
---
addon: calendar
description: "shows calendar in a vim window"
basedir: /usr/share/vim-scripts/
disabledby: "let calendar_version = 1"
files:
  - plugin/calendar.vim
---
addon: winmanager
description: "IDE-like environment with file manager and buffer list"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_winmanager = 1"
files:
  - plugin/winmanager.vim
  - doc/winmanager.txt
  - plugin/winfileexplorer.vim
  - plugin/wintagexplorer.vim
---
addon: align
description: "commands and maps for aligned text, equations, declarations, ..."
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_alignPlugin = 1"
files:
  - plugin/AlignPlugin.vim
  - doc/Align.txt
  - plugin/AlignMapsPlugin.vim
  - plugin/cecutil.vim
  - autoload/Align.vim
  - autoload/AlignMaps.vim
---
addon: cvsmenu
description: "CVS/CVSNT integration"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_cvsmenu = 1"
files:
  - plugin/cvsmenu.vim
---
addon: vcscommand
description: "CVS/SVN/SVK/git/hg/bzr integration plugin"
basedir: /usr/share/vim-scripts/
disabledby: "let VCSCommandDisableAll = 1"
files:
  - plugin/vcscommand.vim
  - doc/vcscommand.txt
  - plugin/vcsbzr.vim
  - plugin/vcscommand.vim
  - plugin/vcscvs.vim
  - plugin/vcsgit.vim
  - plugin/vcshg.vim
  - plugin/vcssvk.vim
  - plugin/vcssvn.vim
  - syntax/CVSAnnotate.vim
  - syntax/gitAnnotate.vim
  - syntax/HGAnnotate.vim
  - syntax/SVKAnnotate.vim
  - syntax/SVNAnnotate.vim
  - syntax/vcscommit.vim
---
addon: utl
description: "Universal Text Linking: URL-based hyperlinking"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_utl = 1"
files:
  - plugin/utl.vim
  - doc/utl_ref.txt
  - doc/utl_usr.txt
  - plugin/utl_arr.vim
  - plugin/utl_rc.vim
  - plugin/utl_scm.vim
  - plugin/utl_uri.vim
---
addon: info
description: "GNU info documentation browser"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_info = 1"
files:
  - plugin/info.vim
---
addon: enhanced-commentify
description: "comment lines in a program"
basedir: /usr/share/vim-scripts/
disabledby: "let DidEnhancedCommentify = 1"
files:
  - plugin/EnhancedCommentify.vim
  - doc/EnhancedCommentify.txt
  - ftplugin/php_enhcomm.vim
  - ftplugin/ocaml_enhcomm.vim
---
addon: xmledit
description: "plugin to help edit XML, HTML, and SGML documents"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_xmledit = 1"
files:
  - ftplugin/xml.vim
  - doc/xml-plugin.txt
---
addon: po
description: "easier editing of GNU gettext PO files"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_po_ftplugin = 1"
files:
  - ftplugin/po.vim
---
addon: tetris
description: "a Tetris game"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_tetris = 1"
files:
  - plugin/tetris.vim
---
addon: sokoban
description: "a Sokoban game"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_VimSokoban = 1"
files:
  - plugin/sokoban.vim
---
addon: colors-sampler-pack
description: "colors sampler pack: top 100 color schemes on vim.sf.net"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_color_sample_pack = 1"
files:
  - plugin/color_sample_pack.vim
  - colors/adaryn.vim
  - colors/adrian.vim
  - colors/aiseered.vim
  - colors/anotherdark.vim
  - colors/aqua.vim
  - colors/astronaut.vim
  - colors/asu1dark.vim
  - colors/autumn.vim
  - colors/autumn2.vim
  - colors/autumnleaf.vim
  - colors/baycomb.vim
  - colors/bclear.vim
  - colors/biogoo.vim
  - colors/blacksea.vim
  - colors/bluegreen.vim
  - colors/borland.vim
  - colors/breeze.vim
  - colors/brookstream.vim
  - colors/buttercream.vim
  - colors/calmar256-dark.vim
  - colors/calmar256-light.vim
  - colors/camo.vim
  - colors/candy.vim
  - colors/candycode.vim
  - colors/chela_light.vim
  - colors/chocolateliquor.vim
  - colors/clarity.vim
  - colors/cleanphp.vim
  - colors/colorer.vim
  - colors/dante.vim
  - colors/darkblue2.vim
  - colors/darkbone.vim
  - colors/darkslategray.vim
  - colors/darkspectrum.vim
  - colors/darkZ.vim
  - colors/dawn.vim
  - colors/denim.vim
  - colors/desert256.vim
  - colors/desertEx.vim
  - colors/dusk.vim
  - colors/dw_blue.vim
  - colors/dw_cyan.vim
  - colors/dw_green.vim
  - colors/dw_orange.vim
  - colors/dw_purple.vim
  - colors/dw_red.vim
  - colors/dw_yellow.vim
  - colors/earendel.vim
  - colors/eclipse.vim
  - colors/ekvoli.vim
  - colors/fine_blue.vim
  - colors/fine_blue2.vim
  - colors/fnaqevan.vim
  - colors/fog.vim
  - colors/freya.vim
  - colors/fruit.vim
  - colors/fruity.vim
  - colors/golden.vim
  - colors/guardian.vim
  - colors/habilight.vim
  - colors/herald.vim
  - colors/impact.vim
  - colors/inkpot.vim
  - colors/ironman.vim
  - colors/jammy.vim
  - colors/jellybeans.vim
  - colors/kellys.vim
  - colors/leo.vim
  - colors/lettuce.vim
  - colors/lucius.vim
  - colors/manxome.vim
  - colors/marklar.vim
  - colors/maroloccio.vim
  - colors/martin_krischik.vim
  - colors/matrix.vim
  - colors/molokai.vim
  - colors/moria.vim
  - colors/moss.vim
  - colors/motus.vim
  - colors/mustang.vim
  - colors/navajo-night.vim
  - colors/navajo.vim
  - colors/neon.vim
  - colors/neverness.vim
  - colors/night.vim
  - colors/nightshimmer.vim
  - colors/no_quarter.vim
  - colors/northland.vim
  - colors/nuvola.vim
  - colors/oceanblack.vim
  - colors/oceandeep.vim
  - colors/oceanlight.vim
  - colors/olive.vim
  - colors/papayawhip.vim
  - colors/peaksea.vim
  - colors/print_bw.vim
  - colors/pyte.vim
  - colors/railscasts.vim
  - colors/railscasts2.vim
  - colors/rdark.vim
  - colors/relaxedgreen.vim
  - colors/robinhood.vim
  - colors/rootwater.vim
  - colors/satori.vim
  - colors/sea.vim
  - colors/settlemyer.vim
  - colors/sienna.vim
  - colors/silent.vim
  - colors/simpleandfriendly.vim
  - colors/softblue.vim
  - colors/soso.vim
  - colors/spring.vim
  - colors/summerfruit256.vim
  - colors/synic.vim
  - colors/tabula.vim
  - colors/tango.vim
  - colors/tango2.vim
  - colors/taqua.vim
  - colors/tcsoft.vim
  - colors/tir_black.vim
  - colors/tolerable.vim
  - colors/torte.vim
  - colors/twilight.vim
  - colors/two2tango.vim
  - colors/vc.vim
  - colors/vibrantink.vim
  - colors/vividchalk.vim
  - colors/vylight.vim
  - colors/winter.vim
  - colors/wombat.vim
  - colors/wombat256.vim
  - colors/wood.vim
  - colors/wuye.vim
  - colors/xemacs.vim
  - colors/xoria256.vim
  - colors/zenburn.vim
  - colors/zmrok.vim
---
addon: closetag
description: "functions and mappings to close open HTML/XML tags"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_closetag = 1"
files:
  - macros/closetag.vim
---
addon: nerd-commenter
description: "easy commenting of code for many filetypes"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_nerd_comments = 1"
files:
  - plugin/NERD_commenter.vim
  - doc/NERD_commenter.txt
---
addon: project
description: "organize and navigate file projects (like IDE/buffer explorer)"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_project = 1"
files:
  - plugin/project.vim
  - doc/project.txt
---
addon: vimplate
description: "template system based on template-toolkit"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_vimplate = 1"
files:
  - plugin/vimplate.vim
  - doc/vimplate.txt
---
addon: doxygen-toolkit
description: "simplify writing Doxygen documentation in C/C++, Python"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_DoxygenToolkit = 1"
files:
  - plugin/DoxygenToolkit.vim
---
addon: omnicppcomplete
description: "C++ omni completion with a ctags database"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_omnicppcomplete = 1"
files:
  - autoload/omni/cpp/complete.vim
  - after/ftplugin/cpp.vim
  - after/ftplugin/c.vim
  - doc/omnicppcomplete.txt
  - autoload/omni/cpp/includes.vim
  - autoload/omni/cpp/tokenizer.vim
  - autoload/omni/cpp/maycomplete.vim
  - autoload/omni/cpp/namespaces.vim
  - autoload/omni/cpp/settings.vim
  - autoload/omni/cpp/utils.vim
  - autoload/omni/cpp/items.vim
  - autoload/omni/common/debug.vim
  - autoload/omni/common/utils.vim
---
addon: supertab
description: "use the tab key for all insert-mode completion"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_supertab = 1"
files:
  - plugin/supertab.vim
  - doc/supertab.txt
---
addon: lbdbq
description: "expand names to email addresses via lbdb queries"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_lbdbq = 1"
files:
  - plugin/lbdbq.vim
---
addon: debPlugin
description: "browse .deb files"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_debPlugin = 1"
files:
  - plugin/debPlugin.vim
  - autoload/deb.vim
  - syntax/deb.vim
---
addon: python-indent
description: "alternative python indent (a la PEP 8)"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_python_indent = 1"
files:
  - indent/python.vim
---
addon: surround
description: "easily delete, change, and add 'surround' of text"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_surround = 1"
files:
  - plugin/surround.vim
  - doc/surround.txt
---
addon: detectindent
description: "detects the current indentation of files"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_detectindent = 1"
files:
  - plugin/detectindent.vim
---
addon: snippetsEmu
description: "emulate TextMate's snippet expansion"
basedir: /usr/share/vim-scripts/
disabledby: "let loaded_snippet = 1"
files:
  - plugin/snippetsEmu.vim
  - doc/snippets_emu.txt
  - after/ftplugin/actionscript_snippets.vim
  - after/ftplugin/aspvbs_snippets.vim
  - after/ftplugin/c_snippets.vim
  - after/ftplugin/css_snippets.vim
  - after/ftplugin/django_model_snippets.vim
  - after/ftplugin/django_template_snippets.vim
  - after/ftplugin/f-script_snippets.vim
  - after/ftplugin/haskell_snippets.vim
  - after/ftplugin/html_snippets.vim
  - after/ftplugin/java_snippets.vim
  - after/ftplugin/javascript_snippets.vim
  - after/ftplugin/latex_snippets.vim
  - after/ftplugin/logo_snippets.vim
  - after/ftplugin/markdown_snippets.vim
  - after/ftplugin/movable_type_snippets.vim
  - after/ftplugin/objc_snippets.vim
  - after/ftplugin/ocaml_snippets.vim
  - after/ftplugin/perl_snippets.vim
  - after/ftplugin/php_snippets.vim
  - after/ftplugin/phpdoc_snippets.vim
  - after/ftplugin/propel_snippets.vim
  - after/ftplugin/python_snippets.vim
  - after/ftplugin/rails_snippets.vim
  - after/ftplugin/ruby_snippets.vim
  - after/ftplugin/sh_snippets.vim
  - after/ftplugin/slate_snippets.vim
  - after/ftplugin/smarty_snippets.vim
  - after/ftplugin/symfony_snippets.vim
  - after/ftplugin/tcl_snippets.vim
  - after/ftplugin/template_toolkit_snippets.vim
  - after/ftplugin/tex_snippets.vim
  - after/ftplugin/xhtml_snippets.vim
---
addon: secure-modelines
description: "secure, user-configurable modeline support"
basedir: /usr/share/vim-scripts/
files:
  - plugin/securemodelines.vim
---