diff options
author | MATSUU Takuto <matsuu@gentoo.org> | 2010-01-18 20:06:12 +0900 |
---|---|---|
committer | MATSUU Takuto <matsuu@gentoo.org> | 2010-01-18 20:06:12 +0900 |
commit | 291485c14fb172b5ddc4d9fe55d9b473d4c52f6b (patch) | |
tree | d23e30f0a50c952e6b0bf2bdc38909df63786925 /net-fs/glusterfs/files/glusterfs.vim | |
parent | dev-ruby/termcolor: Version bumped. (diff) | |
download | matsuu-291485c14fb172b5ddc4d9fe55d9b473d4c52f6b.tar.gz matsuu-291485c14fb172b5ddc4d9fe55d9b473d4c52f6b.tar.bz2 matsuu-291485c14fb172b5ddc4d9fe55d9b473d4c52f6b.zip |
net-fs/glusterfs: Removed.
Diffstat (limited to 'net-fs/glusterfs/files/glusterfs.vim')
-rw-r--r-- | net-fs/glusterfs/files/glusterfs.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net-fs/glusterfs/files/glusterfs.vim b/net-fs/glusterfs/files/glusterfs.vim deleted file mode 100644 index bbb9cb1..0000000 --- a/net-fs/glusterfs/files/glusterfs.vim +++ /dev/null @@ -1,8 +0,0 @@ -if &compatible || v:version < 603 - finish -endif - - -" GlusterFS Volume files -au BufNewFile,BufRead *.vol - \ set filetype=glusterfs |