Skip to content

should merging of #183 necessary? #202

Open
@yuex

Description

@yuex

Right, according to pep8, we need #<space> instead of #. But this kind of behavior can be implemented by let g:NERDSpaceDelims = 1. Actually, isn't it necessary to add a space between the comment delimiter of any language to make it clean? The requirement of pep8 should not make python a special case. Or at least the committer should take into account of g:NERDSpaceDelims. Someone argues that #183 makes it simpler for python commenting from the start. But before the merging I just need to config

let g:NERDSpaceDelims = 1

now I have to config

let g:NERDSpaceDelims = 1
let g:NERDCustomDelimiters = {'python': {'left': '#'}}

besides two hours wasted on locating the reason why <Leader>cc only cause comments in python two spaces instead of one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions