Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Merge branch 'goj-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
orestis committed Nov 16, 2008
2 parents 0c43e99 + 494aa80 commit 18239a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pysmell.vim
Expand Up @@ -26,8 +26,12 @@ if !has('python')
finish
endif

let g:pysmell_debug = 0
let g:pysmell_matcher='case-insensitive'
if !exists('g:pysmell_debug')
let g:pysmell_debug = 0
endif
if !exists('g:pysmell_matcher')
let g:pysmell_matcher='case-insensitive'
endif

python << eopython
from pysmell import vimhelper, idehelper
Expand Down

0 comments on commit 18239a7

Please sign in to comment.