mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-29 12:16:18 +08:00
Merge pull request #183 from azdkj532/master
according to pep8, we need a space after '#'
This commit is contained in:
commit
5cc672a4f2
|
@ -303,7 +303,7 @@ let s:delimiterMap = {
|
|||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'python': { 'left': '#' },
|
||||
\ 'python': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
\ 'ratpoison': { 'left': '#' },
|
||||
\ 'r': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user