LucHermitte / lh-cpp

C&C++ ftplugins suite for Vim
Other
130 stars 10 forks source link

Incorrect parameter decoding if there isn't space before the variable name #3

Closed LucHermitte closed 8 years ago

LucHermitte commented 8 years ago

:DOX command on parameters such as int *foo does not correctly recognize distinguish the type and the variable.

It sees int as the type, and *foo as the variable.

LucHermitte commented 8 years ago

Fixed in LucHermitte/lh-dev@b50363f