according to pep8, we need a space after '#'

This commit is contained in:
azdkj532 2015-03-17 13:46:04 +08:00
parent 6549cfde45
commit 776f69e684

View File

@ -303,7 +303,7 @@ let s:delimiterMap = {
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'puppet': { 'left': '#' },
\ 'python': { 'left': '#' },
\ 'python': { 'left': '# ' },
\ 'radiance': { 'left': '#' },
\ 'ratpoison': { 'left': '#' },
\ 'r': { 'left': '#' },