Skip to content

Commit ba81d15

Browse files
committed
add initial files
0 parents  commit ba81d15

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VIM_AUTO_RTP
2+
tmp/

README.mkd

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# minimap plugin for Vim

autoload/minimap.vim

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
" vim:set ts=8 sts=2 sw=2 tw=0 et nowrap:
2+
"
3+
" minimap.vim - Autoload of minimap plugin for Vim.
4+
"
5+
" License: THE VIM LICENSE
6+
"
7+
" Copyright:
8+
" - (C) 2012 MURAOKA Taro ([email protected])
9+
10+
scriptencoding utf-8

plugin/minimap_loader.vim

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
" vim:set ts=8 sts=2 sw=2 tw=0 et nowrap:
2+
"
3+
" minimap_loader.vim - Loader of minimap plugin for Vim.
4+
"
5+
" License: THE VIM LICENSE
6+
"
7+
" Copyright:
8+
" - (C) 2012 MURAOKA Taro ([email protected])
9+
10+
scriptencoding utf-8

0 commit comments

Comments
 (0)