This file is indexed.

/usr/share/vim/registry/command-t.yaml is in vim-command-t 4.0-4.

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
addon: command-t
description: extremely fast, intuitive mechanism for opening files with a minimum number of keystrokes
basedir: /usr/lib/vim-command-t
files: 
 - plugin/command-t.vim
 - doc/command-t.txt
 - ruby/command-t.rb
 - ruby/command-t/finder/line_finder.rb
 - ruby/command-t/finder/jump_finder.rb
 - ruby/command-t/finder/help_finder.rb
 - ruby/command-t/finder/buffer_finder.rb
 - ruby/command-t/finder/tag_finder.rb
 - ruby/command-t/finder/mru_buffer_finder.rb
 - ruby/command-t/finder/history_finder.rb
 - ruby/command-t/finder/command_finder.rb
 - ruby/command-t/finder/file_finder.rb
 - ruby/command-t/util.rb
 - ruby/command-t/controller.rb
 - ruby/command-t/vim/screen.rb
 - ruby/command-t/vim/window.rb
 - ruby/command-t/stub.rb
 - ruby/command-t/ext.so
 - ruby/command-t/match_window.rb
 - ruby/command-t/metadata/fallback.rb
 - ruby/command-t/path_utilities.rb
 - ruby/command-t/extconf.rb
 - ruby/command-t/mru.rb
 - ruby/command-t/settings.rb
 - ruby/command-t/prompt.rb
 - ruby/command-t/progress_reporter.rb
 - ruby/command-t/finder.rb
 - ruby/command-t/scanner.rb
 - ruby/command-t/scanner/file_scanner.rb
 - ruby/command-t/scanner/tag_scanner.rb
 - ruby/command-t/scanner/file_scanner/git_file_scanner.rb
 - ruby/command-t/scanner/file_scanner/ruby_file_scanner.rb
 - ruby/command-t/scanner/file_scanner/find_file_scanner.rb
 - ruby/command-t/scanner/file_scanner/watchman_file_scanner.rb
 - ruby/command-t/scanner/mru_buffer_scanner.rb
 - ruby/command-t/scanner/buffer_scanner.rb
 - ruby/command-t/scanner/jump_scanner.rb
 - ruby/command-t/scanner/line_scanner.rb
 - ruby/command-t/scanner/help_scanner.rb
 - ruby/command-t/scanner/command_scanner.rb
 - ruby/command-t/scanner/history_scanner.rb
 - ruby/command-t/vim.rb
 - ruby/command-t/scm_utilities.rb
 - ruby/command-t/metadata.rb
 - autoload/commandt/private.vim
 - autoload/commandt.vim