Jinhao Fan
Jinhao Fan
Thanks.....But what does the "loop constructs" here refer to? ``` clang_complete-complete_patterns g:clang_complete_patterns If clang should complete code patterns, i.e loop constructs etc. Default: 0 ```
Triggering code completion without any prefix doesn't work either.It just lists out a long list of all the possible selections. The option `clang_complete_patterns` doesn't change the completion result at all....
Cool! I'll try to get a Pi 3 this week and test this code. :)
Thanks! It feels great to know that this tutorial has really helped you! This tutorial was tested on a Pi 3B+. It will be great if the code can also...
Hi, @lispking and @gcxfd! I ported TB to MacOS in #208. It works well on my Mac now. Feel free to try it out!
I guess they probably need to be removed because the conflict with the standard library version? The following code errors on `rustc 1.57.0-nightly (b69fe5726 2021-09-10)`. ``` rust use itertools::Itertools; fn...