Closed rhysd closed 9 years ago
LGTM but leave to others.
@mattn
Thank you for your review.
Can anyone else review this PR?
"\<0b[01]\+\(u\=l\{0,2}\|ll\=u\)\>"
でなくて大丈夫ですかね?
"\<0b[01]\+\(u\=l\{0,2}\|ll\=u\)\>"
でなくて大丈夫ですかね?
必要でした.ありがとうございます.今夜修正します.
@mattn
修正しました!
Hello,
could you please merge this pull request? Or alternatively, would it make sense to expand cppNumber
definition to also cover digit separators?
@rburny
Hi, could you review this PR? This PR is not merged yet because of lack of reviewer.
@rhysd :+1:
I'll send latest syntax/cpp.vim to vim-dev
Thanks! This one's already handled, but if you need review in future, feel free to ping me.
@mattn
I'll send latest syntax/cpp.vim to vim-dev
:dog::+1:
@rburny
This one's already handled, but if you need review in future, feel free to ping me.
Thank you for your help! When I implement additional support, I may ping you.
ISO/IEC 14882:2014 was issued at the beginning of this year. So we should start to improve vim-cpp to work well with C++14 code, I think.
As a first work, I added
g:cpp_no_cpp14
variable check and a highlight for binary literal.