Skip to content

Commit 429f1a0

Browse files
authored
Merge pull request #52 from jjeaton/patch-1
Add markdown to default blacklist
2 parents 7b3889c + 85acab1 commit 429f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/better-whitespace.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ call s:InitVariable('g:current_line_whitespace_disabled_soft', 0)
3333
call s:InitVariable('g:strip_whitespace_on_save', 0)
3434

3535
" Set this to blacklist specific filetypes
36-
let default_blacklist=['diff', 'gitcommit', 'unite', 'qf', 'help']
36+
let default_blacklist=['diff', 'gitcommit', 'unite', 'qf', 'help', 'markdown']
3737
call s:InitVariable('g:better_whitespace_filetypes_blacklist', default_blacklist)
3838

3939
" Disable verbosity by default

0 commit comments

Comments
 (0)