vim-jp/vim-cpp

last "sync master" removed added c++11 support

oblitum opened this issue · 3 comments

The last commit marked "sync master" has removed the previously added support for c++11 features. Is that on purpose?

Just to add upon. I've checked out the 2nd last commit and raw string literals were working but there was no support for unicode raw string literals.

I had implemented unicode and raw string literal support here (search for cCppRawString). I think the functionality could be merged, I tried to follow the standard restrictions as explained in the C++11 Wikipedia Web Page, about the limit of characters for the delimiter strings, etc.

Revert last two commit, and merged.