Merge pull request #183 from azdkj532/master

according to pep8, we need a space after '#'
This commit is contained in:
Martin Grenfell 2015-07-26 21:54:39 +01:00
commit 5cc672a4f2

View File

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