maurges / vim-cpp-helper

A vim plugin to ease writing c++ code
GNU General Public License v2.0
5 stars 0 forks source link

Doesn't keep track of namespaces #7

Open maurges opened 4 years ago

maurges commented 4 years ago

Like it puts everything in last "namespace" it encounters. Also the namespace-end parser only works for the primitive case of a comment denoting it. Shouldn't be too hard, but i'm too lazy right now for how rare this problem is.