mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
according to pep8, we need a space after '#'
This commit is contained in:
parent
6549cfde45
commit
776f69e684
|
@ -303,7 +303,7 @@ let s:delimiterMap = {
|
|||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'python': { 'left': '#' },
|
||||
\ 'python': { 'left': '# ' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
\ 'ratpoison': { 'left': '#' },
|
||||
\ 'r': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user