vim-jp / vim-cpp

c or cpp syntax files
145 stars 44 forks source link

Update cppRawString to also match lowercase r. #25

Closed m-ou-se closed 10 years ago

m-ou-se commented 10 years ago

It matched R"(...)", but not r"(...)". This commit fixes this.

m-ou-se commented 10 years ago

The current behaviour is correct. Ignore this.