FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vim-android.github.com/index.html at master · vim-android/vim-android.github.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
vim-android
/
vim-android.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vim-android.github.com
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (43 loc) · 1.96 KB
Breadcrumbs
vim-android.github.com
/
index.html
Copy path
File metadata and controls
46 lines (43 loc) · 1.96 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
utf-8
"
>
<
title
>
Vim Android
</
title
>
<
meta
name
="
description
"
content
="
The Vim Android repositories
"
>
<
link
rel
="
stylesheet
"
href
="
assets/style.css
"
>
</
head
>
<
body
>
<
div
class
="
grid
"
>
<
div
class
="
unit-1-3 site-header
"
>
<
div
class
="
box
"
>
<
div
class
="
site-logo
"
>
<
img
src
="
assets/vim-android.png
"
alt
="
Vim Android logo
"
>
<
h1
>
Vim Android
</
h1
>
</
div
>
<
h2
>
Android-orientated plugins for Vim.
</
h2
>
<
p
class
="
stats
"
>
<
a
href
="
https://github.com/vim-android/repositories
"
>
<
span
id
="
num-repos
"
>
<
img
src
="
assets/spinner.gif
"
alt
=""
>
<
b
>
View
</
b
>
</
span
>
public repos
</
a
>
</
p
>
<
h3
>
Recently updated
</
h3
>
<
ol
id
="
updated-repos
"
>
</
ol
>
<
a
class
="
twitter-share-button
"
href
="
http://twitter.com/share
"
data-text
="
All of Vim Android's projects in one place
"
data-url
="
http://vim-android.github.com/
"
data-via
="
vimandroid
"
data-count
="
none
"
target
="
_blank
"
>
Tweet
</
a
>
<
a
class
="
twitter-follow-button
"
href
="
https://twitter.com/vimandroid
"
data-show-count
="
false
"
data-lang
="
en
"
data-count
="
none
"
>
Follow @vimandroid
</
a
>
</
div
>
</
div
>
<
div
class
="
site-content
"
id
="
repos
"
>
</
div
>
</
div
>
<
script
src
="
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
"
>
</
script
>
<
script
>
window
.
jQuery
||
document
.
write
(
'<script src="assets/jquery-1.7.1.min.js"><\/script>'
)
</
script
>
<
script
src
="
assets/app.js
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL