chao mai
chao mai
when I use advanced query and specify the title, the title in the result looks bad. some text is overlapped by the title. here is the demo query to reproduce...
For now, I know I can use `vim_tags_use_language_field` to specify `--fields=+l` option. What if I want to specify more complex option? For example, `--fields=+l --c-kinds=+p --c++-kinds=+p --extra=+q`. I want to...
Find a typo in section "I/O 和文件描述符" of chapter0. Here is the code snippet in chapter0, ``` c char *argv[2]; argv[0] = "cat"; ### argv[1] = 0; ... ``` This...