Skip to content

Commit

Permalink
Include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhedberg committed Mar 7, 2012
1 parent 10d155e commit ffe7f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ftplugin/python/SimpylFold.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if exists('g:loaded_SimpylFold')
finish
endif
let loaded_SimpylFold = 1

let s:blank_regex = '^\s*$'
let s:def_regex = '^\s*\%(class\|def\) \w\+'

Expand Down

0 comments on commit ffe7f9d

Please sign in to comment.