1 /home/turing/.vim
 2 ├── after
 3 │   └── syntax
 4 ├── autoload
 5 │   ├── csscomplete.vim
 6 │   ├── genutils.vim
 7 │   ├── htmlcomplete.vim
 8 │   ├── javascriptcomplete.vim
 9 │   └── mmtemplates
10 ├── bundle
11 │   ├── a.vim
12 │   ├── bufexplorer.zip
13 │   ├── calendar.vim--Matsumoto
14 │   ├── cecutil
15 │   ├── checksyntax_vim
16 │   ├── code_complete
17 │   ├── ColorSamplerPack
18 │   ├── Color-Scheme-Explorer
19 │   ├── c.vim
20 │   ├── doxygen-support.vim
21 │   ├── DoxyGen-Syntax
22 │   ├── emmet-vim
23 │   ├── FencView.vim
24 │   ├── fontsize.vim
25 │   ├── genutils
26 │   ├── LargeFile
27 │   ├── ListToggle
28 │   ├── lookupfile
29 │   ├── Mark
30 │   ├── nerdtree
31 │   ├── OmniCppComplete
32 │   ├── supertab
33 │   ├── surround.vim
34 │   ├── syntastic
35 │   ├── Tagbar
36 │   ├── tagbar.cnx
37 │   ├── taglist.vim
38 │   ├── taglist.vim.cnx
39 │   ├── vimdoc_cn
40 │   ├── vim-markdown
41 │   ├── vimwiki
42 │   ├── vimwiki.vim.cnx
43 │   ├── vundle
44 │   ├── winmanager
45 │   └── xptemplate
46 ├── colors
47 │   ├── blackboard.vim
48 │   ├── molokai-default.vim
49 │   ├── mustang.vim
50 │   └── night.vim
51 ├── doc
52 │   ├── markdown.cnx
53 │   ├── markdown.txt
54 │   ├── project.txt
55 │   ├── tags
56 │   ├── tags-cn
57 │   ├── templatesupport.txt
58 │   └── vundle.txt
59 ├── indent
60 │   ├── javascript.vim
61 │   └── php.vim
62 ├── patch
63 │   ├── bufexplorer.vim
64 │   ├── dictionary.vim
65 │   ├── doxygen-support.vim
66 │   └── Template.vim
67 ├── plugin
68 │   ├── project.vim
69 │   └── QuickTemplate.vim
70 ├── README.md
71 ├── stl
72 ├── stl.tags
73 ├── syntax
74 │   ├── 2html.vim
75 │   ├── css3.vim
76 │   ├── css.vim
77 │   ├── html.vim
78 │   ├── javascript.vim
79 │   ├── jquery.vim
80 │   ├── json.vim
81 │   ├── php.vim
82 │   └── template.vim
83 ├── systags
84 ├── templates
85 │   ├── calendar_morning_diary.tpl
86 │   ├── css.tpl
87 │   ├── html.tpl
88 │   ├── javascript.tpl
89 │   ├── php.tpl
90 │   ├── text.tpl
91 │   └── xhtml.tpl
92 ├── vimrc
93 ├── vimupdate.bat
94 └── vimupdate.sh
95 
96 48 directories, 137 files