heavenshell / vim-pydocstring

Generate Python docstring to your Python source code.
BSD 3-Clause "New" or "Revised" License
337 stars 53 forks source link

def foo(a) : will failed to identify “a" as the argument but "a)”. #4

Closed heavenshell closed 10 years ago

heavenshell commented 10 years ago

See also #2

heavenshell commented 10 years ago

@nye17 Hey, I fixed this issue. Could you try this? pull master branch.

nye17 commented 10 years ago

sure, and has the numpy feature branch merged to the master?

On Mon, Dec 9, 2013 at 11:10 AM, heavenshell notifications@github.comwrote:

@nye17 https://github.com/nye17 Hey, I fixed this issue. Could you try this? pull master branch.

— Reply to this email directly or view it on GitHubhttps://github.com/heavenshell/vim-pydocstring/issues/4#issuecomment-30144909 .


Ying Zu --------- Department of Astronomy The Ohio State University 140 W 18th Ave Columbus, OH 43210

http://www.astronomy.ohio-state.edu/~yingzu

heavenshell commented 10 years ago

Thanks. Yeah, I merged to master.

nye17 commented 10 years ago

it works like a charm, thanks

On Mon, Dec 9, 2013 at 11:49 AM, heavenshell notifications@github.comwrote:

Thanks. Yeah, I merged to master.

— Reply to this email directly or view it on GitHubhttps://github.com/heavenshell/vim-pydocstring/issues/4#issuecomment-30148684 .


Ying Zu --------- Department of Astronomy The Ohio State University 140 W 18th Ave Columbus, OH 43210

http://www.astronomy.ohio-state.edu/~yingzu

heavenshell commented 10 years ago

Great, Thanks!