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