Skip to content

Commit

Permalink
Merge pull request #8 from dhruvasagar/master
Browse files Browse the repository at this point in the history
Fixed a serious issue in plugin/Task
  • Loading branch information
samsonw committed Feb 28, 2013
2 parents 1a95e10 + dc84625 commit f5c4a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/task.vim
@@ -1,8 +1,8 @@
" Boilerplate
if (exists("b:did_ftplugin"))
if (exists("g:loaded_task"))
finish
endif
let b:did_ftplugin = 1
let g:loaded_task = 1

let s:cpo_save = &cpo
set cpo&vim
Expand Down

0 comments on commit f5c4a28

Please sign in to comment.