黄文睿

Results 6 issues of 黄文睿

It's quite unconvenient to get no c++11 support when editing a standalone cpp file without specifically telling clang to turn it on (for example, no `emplace_back` in `std::vector`'s completion candidates)....

As is described in title, [vim-plug](https://github.com/junegunn/vim-plug) won't load `after/syntax/color_coded.vim` if is set to lazy loading, like: ``` Plug 'jeaye/color_coded', {'for': ['c', 'cpp', 'objc', 'objcpp']} ``` I've found the code for...

When I have this (`|` means cursor position): ``` struct test { void f() {}| }; ``` And I press `` twice just to remove curly braces of `void f()`,...

## For feature request I'm a plugin/theme author and I appreciate your excellent work on static blogging. But I find that both usage and API doc hosted on https://hexo.io are...

documentation

I'm getting errors about `attempt to call field 'StereoJoin_forward2' (a nil value)`, and it is used in `StereoJoin.lua`.

在原文中有不少表格,比如[这个](http://slackbook.org/beta/#id336147),它们使用的都是像论文一样的“表xxx.xxx xxxxxx”格式,这些在翻译文本中应该如何体现

question