Skip to content

Commit 58bd29d

Browse files
committed
updating everything to what we have in perf room
1 parent 65d26aa commit 58bd29d

File tree

116 files changed

+27424
-1363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+27424
-1363
lines changed

after/.svn/all-wcprops

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
K 25
2+
svn:wc:ra_dav:version-url
3+
V 50
4+
/svn/!svn/ver/35038/developer/trunk/aws/.vim/after
5+
END

after/.svn/entries

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
10
2+
3+
dir
4+
46521
5+
https://pri.skarven.net/svn/developer/trunk/aws/.vim/after
6+
https://pri.skarven.net/svn
7+
8+
9+
10+
2010-05-13T13:56:15.695835Z
11+
35038
12+
e3
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
5c7fbe36-f885-400c-bff1-773c65795f96
28+
29+
plugin
30+
dir
31+

after/plugin/.svn/all-wcprops

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
K 25
2+
svn:wc:ra_dav:version-url
3+
V 57
4+
/svn/!svn/ver/35038/developer/trunk/aws/.vim/after/plugin
5+
END
6+
snipMate.vim
7+
K 25
8+
svn:wc:ra_dav:version-url
9+
V 70
10+
/svn/!svn/ver/35038/developer/trunk/aws/.vim/after/plugin/snipMate.vim
11+
END

after/plugin/.svn/entries

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
10
2+
3+
dir
4+
46521
5+
https://pri.skarven.net/svn/developer/trunk/aws/.vim/after/plugin
6+
https://pri.skarven.net/svn
7+
8+
9+
10+
2010-05-13T13:56:15.695835Z
11+
35038
12+
e3
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
5c7fbe36-f885-400c-bff1-773c65795f96
28+
29+
snipMate.vim
30+
file
31+
32+
33+
34+
35+
2011-02-08T19:56:45.000000Z
36+
91e1df03aa88e8c5f41862b943ed0543
37+
2010-05-13T13:56:15.695835Z
38+
35038
39+
e3
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
1073
62+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
" These are the mappings for snipMate.vim. Putting it here ensures that it
2+
" will be mapped after other plugins such as supertab.vim.
3+
if !exists('loaded_snips') || exists('s:did_snips_mappings')
4+
finish
5+
endif
6+
let s:did_snips_mappings = 1
7+
8+
ino <silent> <tab> <c-r>=TriggerSnippet()<cr>
9+
snor <silent> <tab> <esc>i<right><c-r>=TriggerSnippet()<cr>
10+
ino <silent> <s-tab> <c-r>=BackwardsSnippet()<cr>
11+
snor <silent> <s-tab> <esc>i<right><c-r>=BackwardsSnippet()<cr>
12+
ino <silent> <c-r><tab> <c-r>=ShowAvailableSnips()<cr>
13+
14+
" The default mappings for these are annoying & sometimes break snipMate.
15+
" You can change them back if you want, I've put them here for convenience.
16+
snor <bs> b<bs>
17+
snor <right> <esc>a
18+
snor <left> <esc>bi
19+
snor ' b<bs>'
20+
snor ` b<bs>`
21+
snor % b<bs>%
22+
snor U b<bs>U
23+
snor ^ b<bs>^
24+
snor \ b<bs>\
25+
snor <c-x> b<bs><c-x>
26+
27+
" By default load snippets in snippets_dir
28+
if empty(snippets_dir)
29+
finish
30+
endif
31+
32+
call GetSnippets(snippets_dir, '_') " Get global snippets
33+
34+
au FileType * if &ft != 'help' | call GetSnippets(snippets_dir, &ft) | endif
35+
" vim:noet:sw=4:ts=4:ft=vim

autoload/.svn/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This is a Subversion working copy administrative directory.
2+
Visit http://subversion.tigris.org/ for more information.

autoload/.svn/all-wcprops

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
K 25
2+
svn:wc:ra_dav:version-url
3+
V 53
4+
/svn/!svn/ver/45313/developer/trunk/aws/.vim/autoload
5+
END
6+
rails.vim
7+
K 25
8+
svn:wc:ra_dav:version-url
9+
V 63
10+
/svn/!svn/ver/46553/developer/trunk/aws/.vim/autoload/rails.vim
11+
END
12+
snipMate.vim
13+
K 25
14+
svn:wc:ra_dav:version-url
15+
V 66
16+
/svn/!svn/ver/35038/developer/trunk/aws/.vim/autoload/snipMate.vim
17+
END

autoload/.svn/dir-wcprops

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
K 25
2+
svn:wc:ra_dav:version-url
3+
V 49
4+
/svn/!svn/ver/25896/developer/trunk/.vim/autoload
5+
END

autoload/.svn/empty-file

Whitespace-only changes.

autoload/.svn/entries

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
10
2+
3+
dir
4+
46521
5+
https://pri.skarven.net/svn/developer/trunk/aws/.vim/autoload
6+
https://pri.skarven.net/svn
7+
8+
9+
10+
2011-01-10T22:40:25.858807Z
11+
45313
12+
rmcgarvey
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
5c7fbe36-f885-400c-bff1-773c65795f96
28+
29+
rails.vim
30+
file
31+
46553
32+
33+
34+
35+
2011-02-08T22:28:24.000000Z
36+
907218a5137fe79d611897a1dbe23f7d
37+
2011-02-08T22:39:36.350079Z
38+
46553
39+
jhottenstein
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
171384
62+
63+
snipMate.vim
64+
file
65+
66+
67+
68+
69+
2011-02-08T19:56:45.000000Z
70+
935ed920e29eeb56885cba09798db5ce
71+
2010-05-13T13:56:15.695835Z
72+
35038
73+
e3
74+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
END
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
END

0 commit comments

Comments
 (0)