Skip to content

Commit

Permalink
Plugin boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat committed Dec 23, 2012
1 parent 37ae1a2 commit 3b93976
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugin/paren_crosshairs.vim
@@ -1,3 +1,13 @@
" Vim plugin for putting crosshairs on cursor when on a paren
" Maintainer: Bryan Richter <at the googles>
" Last Change: 2012
" License: WTFPL

if exists("g:loaded_paren_crosshairs")
finish
endif
let g:loaded_paren_crosshairs = 1

func! s:targetMatchpairs()
if !exists('b:targetAcquired')
let b:targetAcquired = 0
Expand Down

0 comments on commit 3b93976

Please sign in to comment.